From f4b3f8bbf79fb162d03e2e9481f0192ee7efee55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 03:30:34 +0000 Subject: [PATCH] build(deps): bump bcrypt from 4.2.0 to 4.2.1 (#1423) Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.2.0 to 4.2.1. - [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py) - [Commits](https://github.com/pyca/bcrypt/compare/4.2.0...4.2.1) --- updated-dependencies: - dependency-name: bcrypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1df79fbd2..94da813e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ requires-python = ">=3.13" dependencies = [ "arrow==1.3.0", "attrs==24.2.0", - "bcrypt==4.2.0", + "bcrypt==4.2.1", "cattrs==24.1.2", "cryptography==43.0.3", "hyperlink==21.0.0",