Skip to content

Commit

Permalink
OK this wasn't meant to be 3.13 yet
Browse files Browse the repository at this point in the history
  • Loading branch information
TheReverend403 committed Oct 25, 2024
1 parent 1a2ca94 commit 3451565
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1

ARG DEBIAN_VERSION=bookworm
ARG PYTHON_VERSION=3.13
ARG PYTHON_VERSION=3.12
ARG NODE_VERSION=20

## Base
Expand Down
8 changes: 4 additions & 4 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 @@ -22,7 +22,7 @@ humanize = "^4.9.0"
pygments = "^2.7.0"
sentry-sdk = { extras = ["flask"], version = "^2.8.0" }
psycopg = "^3.1.18"
gunicorn = { version = "^22.0.0", extras = ["gevent"] }
gunicorn = { version = "^23.0.0", extras = ["gevent"] }
email_validator = "^2.1.0"
python-dotenv = "^1.0.1"
python-box = "^7.1.1"
Expand Down

0 comments on commit 3451565

Please sign in to comment.