Compare commits

1 Commits

Author SHA1 Message Date
79057a91c6 chore: dependency updates 2026-03-27 (#6)
Some checks failed
CI / black (push) Successful in 2m23s
CI / ruff (push) Successful in 2m31s
CI / mypy (push) Successful in 2m39s
CI / pytest (push) Successful in 2m42s
Dependency update / dependency-update (push) Failing after 3m18s
## 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
2026-03-26 18:51:59 -07:00

8
poetry.lock generated
View File

@@ -521,14 +521,14 @@ dotenv = ["python-dotenv"]
[[package]]
name = "gunicorn"
version = "25.2.0"
version = "25.3.0"
description = "WSGI HTTP Server for UNIX"
optional = false
python-versions = ">=3.10"
groups = ["main"]
files = [
{file = "gunicorn-25.2.0-py3-none-any.whl", hash = "sha256:88f5b444d0055bf298435384af7294f325e2273fd37ba9f9ff7b98e0a1e5dfdc"},
{file = "gunicorn-25.2.0.tar.gz", hash = "sha256:10bd7adb36d44945d97d0a1fdf9a0fb086ae9c7b39e56b4dece8555a6bf4a09c"},
{file = "gunicorn-25.3.0-py3-none-any.whl", hash = "sha256:cacea387dab08cd6776501621c295a904fe8e3b7aae9a1a3cbb26f4e7ed54660"},
{file = "gunicorn-25.3.0.tar.gz", hash = "sha256:f74e1b2f9f76f6cd1ca01198968bd2dd65830edc24b6e8e4d78de8320e2fe889"},
]
[package.dependencies]
@@ -536,7 +536,7 @@ packaging = "*"
[package.extras]
eventlet = ["eventlet (>=0.40.3)"]
fast = ["gunicorn_h1c (>=0.4.1)"]
fast = ["gunicorn_h1c (>=0.6.3)"]
gevent = ["gevent (>=24.10.1)"]
http2 = ["h2 (>=4.1.0)"]
setproctitle = ["setproctitle"]