chore: dependency updates 2026-03-27 (#6)
## Dependency update summary Generated: 2026-03-27 00:30 UTC ### Vulnerability scan Vulnerabilities found: Name | Version | ID | Fix Versions --- | --- | --- | --- pygments | 2.19.2 | CVE-2026-4539 | Name | Skip Reason --- | --- birdcam2 | Dependency not found on PyPI and could not be audited: birdcam2 (0.1.0) ### Outdated packages The following packages were updated: Was: version = "25.2.0" Updated: version = "25.3.0" Co-authored-by: Gitea CI <ci@gitea.com> Reviewed-on: #6
This commit was merged in pull request #6.
This commit is contained in:
8
poetry.lock
generated
8
poetry.lock
generated
@@ -521,14 +521,14 @@ dotenv = ["python-dotenv"]
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "gunicorn"
|
name = "gunicorn"
|
||||||
version = "25.2.0"
|
version = "25.3.0"
|
||||||
description = "WSGI HTTP Server for UNIX"
|
description = "WSGI HTTP Server for UNIX"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = ">=3.10"
|
python-versions = ">=3.10"
|
||||||
groups = ["main"]
|
groups = ["main"]
|
||||||
files = [
|
files = [
|
||||||
{file = "gunicorn-25.2.0-py3-none-any.whl", hash = "sha256:88f5b444d0055bf298435384af7294f325e2273fd37ba9f9ff7b98e0a1e5dfdc"},
|
{file = "gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660"},
|
||||||
{file = "gunicorn-25.2.0.tar.gz", hash = "sha256:10bd7adb36d44945d97d0a1fdf9a0fb086ae9c7b39e56b4dece8555a6bf4a09c"},
|
{file = "gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"},
|
||||||
]
|
]
|
||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
@@ -536,7 +536,7 @@ packaging = "*"
|
|||||||
|
|
||||||
[package.extras]
|
[package.extras]
|
||||||
eventlet = ["eventlet (>=0.40.3)"]
|
eventlet = ["eventlet (>=0.40.3)"]
|
||||||
fast = ["gunicorn_h1c (>=0.4.1)"]
|
fast = ["gunicorn_h1c (>=0.6.3)"]
|
||||||
gevent = ["gevent (>=24.10.1)"]
|
gevent = ["gevent (>=24.10.1)"]
|
||||||
http2 = ["h2 (>=4.1.0)"]
|
http2 = ["h2 (>=4.1.0)"]
|
||||||
setproctitle = ["setproctitle"]
|
setproctitle = ["setproctitle"]
|
||||||
|
|||||||
Reference in New Issue
Block a user