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 11, 2024
1 parent 2a30a3d commit 1c5b00a
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 94 deletions.
137 changes: 47 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.12.0"
# required by both api and admin
awscli = "1.33.35"
awscli = "1.35.0"
bleach = "6.1.0"
boto3 = "1.34.153"
boto3 = "1.35.34"
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.11.2"
pytest = "7.4.4"
pytest-cov = "2.12.1"
pytest-mock = "3.14.0"
Expand Down

0 comments on commit 1c5b00a

Please sign in to comment.