Skip to content

Commit

Permalink
build(deps): bump cryptography from 41.0.0 to 41.0.2 (#175)
Browse files Browse the repository at this point in the history
* build(deps): bump cryptography from 41.0.0 to 41.0.2

Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.0 to 41.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.0...41.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix yaml and connexion interdependency

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: kushagra <nagorikushagra9@gmail.com>
  • Loading branch information
dependabot[bot] and kushagra189 committed Jul 21, 2023
1 parent d5397af commit 52a8c74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
addict==2.2.1
celery==5.2.2
connexion==2.11.2
cryptography==41.0.0
connexion>=2.11.2
cryptography==41.0.2
Flask==2.2.5
flask-authz==2.5.0
Flask-Cors==3.0.9
Flask-PyMongo==2.3.0
pydantic==1.10.8
PyJWT==2.4.0
pymongo==3.10.1
PyYAML==5.4
PyYAML==6.0.1
requests==2.31.0
swagger-ui-bundle==0.0.6
toml==0.10.0
Expand Down

0 comments on commit 52a8c74

Please sign in to comment.