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 Dec 27, 2024
1 parent 568d873 commit 787328d
Show file tree
Hide file tree
Showing 4 changed files with 68 additions and 63 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/vscode/devcontainers/python:3.12
FROM mcr.microsoft.com/vscode/devcontainers/python:3.13

ENV POETRY_VERSION="1.7.1"

Expand Down
2 changes: 1 addition & 1 deletion .github/actions/waffles/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Container image that runs your code
FROM python:3.12
FROM python:3.13.0

RUN apt update
RUN apt install -y python3-pip python3 git libmagic-dev
Expand Down
117 changes: 61 additions & 56 deletions poetry.lock

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

10 changes: 5 additions & 5 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.12.7"
python = "~3.13.0"
# required by both api and admin
awscli = "1.33.35"
bleach = "6.1.0"
boto3 = "1.34.153"
awscli = "1.36.27"
bleach = "6.2.0"
boto3 = "1.35.86"
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.14.0"
pytest = "7.4.4"
pytest-cov = "2.12.1"
pytest-mock = "3.14.0"
Expand Down

0 comments on commit 787328d

Please sign in to comment.