From 79057a91c6029fa905f57663adc211d0bc721c90 Mon Sep 17 00:00:00 2001 From: letteka Date: Thu, 26 Mar 2026 18:51:59 -0700 Subject: [PATCH] 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 Reviewed-on: https://gitea.letteka.com/letteka/birdcam/pulls/6 --- poetry.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 3d26688..8988c28 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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"]