Skip to content

Commit

Permalink
Bump bcrypt from 4.2.0 to 4.2.1 (#475)
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]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 4, 2024
1 parent 66b0a09 commit fa16931
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_api.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
aiohttp==3.10.10
aiohttp-swagger3==0.9.0
astropy==6.1.4
bcrypt==4.2.0
bcrypt==4.2.1
cryptography==43.0.3
deepdiff==8.0.1
gunicorn==23.0.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_ingester.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
astropy==6.1.4
bcrypt==4.2.0
bcrypt==4.2.1
beautifulsoup4==4.12.3
bokeh==3.4.2
confluent-kafka==2.5.3
Expand Down

0 comments on commit fa16931

Please sign in to comment.