Skip to content

Commit

Permalink
Bump bcrypt from 4.1.3 to 4.2.0 (#400)
Browse files Browse the repository at this point in the history
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 4.1.3 to 4.2.0.
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](pyca/bcrypt@4.1.3...4.2.0)

---
updated-dependencies:
- dependency-name: bcrypt
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 8, 2024
1 parent cc5304c commit 7b504f9
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.9.5
aiohttp-swagger3==0.8.0
astropy==6.1.2
bcrypt==4.1.3
bcrypt==4.2.0
cryptography==43.0.0
deepdiff==7.0.1
gunicorn==22.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.2
bcrypt==4.1.3
bcrypt==4.2.0
beautifulsoup4==4.12.3
bokeh==3.4.2
confluent-kafka==2.5.0
Expand Down

0 comments on commit 7b504f9

Please sign in to comment.