Skip to content

Commit d70af04

Browse files
authored
Update gunicorn to latest version (23.0.0) (#118)
This should resolve some Dependabot complains. I tested this in the Docker environment with a production server and it appears to work fine.
1 parent fed3b58 commit d70af04

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ lnt = "lnt.lnttool:main"
5858

5959
[project.optional-dependencies]
6060
server = [
61-
"gunicorn>=19.9.0",
61+
"gunicorn",
6262
"psycopg2>=2.9.0",
6363
]
6464
dev = [
6565
"build",
6666
"filecheck",
6767
"Flake8-pyproject",
6868
"flake8",
69-
"gunicorn>=19.9.0",
69+
"gunicorn",
7070
"lit",
7171
"psycopg2>=2.9.0",
7272
"tox",

requirements.server.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# The server has more requirements than the client.
33
.
44
-r requirements.client.txt
5-
gunicorn==19.9.0
5+
gunicorn==23.0.0
66
psycopg2==2.9.10

0 commit comments

Comments
 (0)