Skip to content

Commit

Permalink
fix(deps): update dependency pymongo to <4.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 3, 2024
1 parent cec3c40 commit e6c1de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pyyaml = "^6.0.1"
sentry-sdk = { extras = ["flask"], version = "^2.0.1" }
requests = "^2.31.0"
urllib3 = "^2.2.1"
pymongo = "<4.9.0"
pymongo = "<4.10.2"
pyjwt = "^2.8.0"
bcrypt = "^4.2.0"
prometheus-flask-exporter = "^0.23.1"
Expand Down

0 comments on commit e6c1de9

Please sign in to comment.