Skip to content

Commit

Permalink
fix(deps): update all minor dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 953ee17 commit 13b2bf4
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 94 deletions.
142 changes: 52 additions & 90 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ requires = ["poetry-core>=1.3.2"]
build-backend = "poetry.core.masonry.api"

[tool.poetry.dependencies]
python = "~3.10.9"
python = "~3.13.0"
# required by both api and admin
awscli = "1.33.35"
awscli = "1.35.5"
bleach = "6.1.0"
boto3 = "1.34.153"
boto3 = "1.35.39"
cachetools = "4.2.4"

# Pinned dependencies
Expand Down Expand Up @@ -46,7 +46,7 @@ beautifulsoup4 = "^4.12.3"
click = "8.1.7"
fakeredis = "^2.24.1"
freezegun = "1.5.1"
mypy = "1.10.0"
mypy = "1.12.0"
pytest = "7.4.4"
pytest-cov = "2.12.1"
pytest-mock = "3.14.0"
Expand Down

0 comments on commit 13b2bf4

Please sign in to comment.