We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04058d5 commit 84c2b29Copy full SHA for 84c2b29
1 file changed
pyproject.toml
@@ -11,10 +11,10 @@ requires-python = ">= 3.10"
11
license = "GPL-3.0-only"
12
license-files = ["LICENSE.txt"]
13
dependencies = [
14
- "gunicorn==23.0.*",
15
- "falcon==4.1.*",
16
- "psycopg==3.2.*",
17
- "requests==2.32.*",
+ "gunicorn==25.3.*",
+ "falcon==4.2.*",
+ "psycopg==3.3.*",
+ "requests==2.33.*",
18
"falcon-swagger-ui",
19
]
20
0 commit comments