Skip to content

Commit

Permalink
Update dependencies in pyproject.toml
Browse files Browse the repository at this point in the history
- Upgraded `boto3` to version `^1.35.52`
- Upgraded `sqlalchemy` to version `^2.0.36`
  • Loading branch information
horta committed Oct 31, 2024
1 parent f461432 commit c838052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sched/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ deciphon-core = "1.0.1"
python-multipart = "^0.0.10"
aiomqtt = "^2.3"
deciphon-snap = "^1.0.1"
sqlalchemy = "^2.0"
boto3 = "^1.35"
boto3 = "^1.35.52"
tenacity = "^9.0.0"
sqlalchemy = "^2.0.36"

[tool.poetry.extras]
testing = ["testcontainers", "testcontainers-core", "testcontainers-minio"]
Expand Down

0 comments on commit c838052

Please sign in to comment.