Skip to content

Commit

Permalink
Bump gunicorn to 23.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jodal committed Dec 28, 2024
1 parent f384d15 commit fa5988b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
api = ["biplist>=1.0.3,<2", "pyyaml>=6.0.1,<7"]
cache = ["pymemcache>=4.0.0,<5"]
pgsql = ["psycopg2-binary>=2.9.9,<3"]
server = ["gunicorn>=22.0,<23"]
server = ["gunicorn>=23.0.0"]

[project.scripts]
comics = "comics.__main__:main"
Expand Down
8 changes: 4 additions & 4 deletions uv.lock

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

0 comments on commit fa5988b

Please sign in to comment.