Skip to content

Commit 7027f4c

Browse files
authored
Package updates for security vulnerabilities (#244)
- gunicorn: CVE-2024-6827, CVE-2024-1135 - jinja2: CVE-2025-27516, CVE-2024-56201, CVE-2024-56326 - setuptools: CVE-2024-6345 - cryptography: CVE-2024-12797
1 parent 87e9ad2 commit 7027f4c

File tree

2 files changed

+60
-49
lines changed

2 files changed

+60
-49
lines changed

template/{{app_name}}/poetry.lock

Lines changed: 58 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

template/{{app_name}}/pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytz = "^2023.3.post1"
1919
APIFlask = "^2.0.2"
2020
marshmallow-dataclass = {extras = ["enum", "union"], version = "^8.5.8"}
2121
marshmallow = "^3.20.1"
22-
gunicorn = "^21.2.0"
22+
gunicorn = "^23.0.0"
2323
psycopg = {extras = ["binary"], version = "^3.1.10"}
2424
pydantic-settings = "^2.0.3"
2525

@@ -37,7 +37,7 @@ pytest = "^7.4.2"
3737
pytest-watch = "^4.2.0"
3838
pytest-lazy-fixture = "^0.6.3"
3939
types-pyyaml = "^6.0.12.11"
40-
setuptools = "^68.2.2"
40+
setuptools = ">=70.0.0"
4141
debugpy = "^1.8.1"
4242
ruff = "^0.4.9"
4343

0 commit comments

Comments
 (0)