Skip to content

Commit

Permalink
Bump bcrypt from 4.2.0 to 4.2.1
Browse files Browse the repository at this point in the history
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](pyca/bcrypt@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robertknight committed Dec 5, 2024
1 parent 45f15ae commit 73ff59c
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ attrs==23.2.0
# -r requirements/prod.txt
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements/prod.txt
billiard==4.2.0
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements/functests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ attrs==23.2.0
# -r requirements/prod.txt
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements/prod.txt
beautifulsoup4==4.12.2
# via webtest
Expand Down
2 changes: 1 addition & 1 deletion requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ attrs==23.2.0
# hypothesis
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via
# -r requirements/functests.txt
# -r requirements/tests.txt
Expand Down
2 changes: 1 addition & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.2.0
# via
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements/prod.in
billiard==4.2.0
# via celery
Expand Down
2 changes: 1 addition & 1 deletion requirements/tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ attrs==23.2.0
# hypothesis
# jsonschema
# referencing
bcrypt==4.2.0
bcrypt==4.2.1
# via -r requirements/prod.txt
billiard==4.2.0
# via
Expand Down

0 comments on commit 73ff59c

Please sign in to comment.