Skip to content

Commit

Permalink
fix(deps): update python to v3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 25, 2024
1 parent 2a82ec2 commit 6e483ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ COPY clashleaders/static clashleaders/static
RUN pnpm build


FROM python:3.12.2
FROM python:3.13.0

# Create app directoy
WORKDIR /app
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = ""
authors = ["Amir Raminfar <findamir@gmail.com>"]

[tool.poetry.dependencies]
python = "~3.12.2"
python = "~3.13.0"
aiohttp = "^3.9.3"
awesome-slugify = "^1.6.5"
bugsnag = "^4.6.1"
Expand Down

0 comments on commit 6e483ce

Please sign in to comment.