From 36fe48e7990f9abeb9218d82bab61f54934f099b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Dec 2025 22:44:23 +0000 Subject: [PATCH] Bump filelock from 3.18.0 to 3.20.1 Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.18.0 to 3.20.1. - [Release notes](https://github.com/tox-dev/py-filelock/releases) - [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst) - [Commits](https://github.com/tox-dev/py-filelock/compare/3.18.0...3.20.1) --- updated-dependencies: - dependency-name: filelock dependency-version: 3.20.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] --- requirements.txt | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/requirements.txt b/requirements.txt index 66a3bf5..25db3c5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -62,7 +62,7 @@ click-repl==0.3.0 # via celery colorama==0.4.6 # via schemathesis -coverage==7.8.2 +coverage[toml]==7.8.2 # via pytest-cov debugpy==1.8.14 # via pytest-celery @@ -72,7 +72,7 @@ docker==7.1.0 # via # pytest-celery # pytest-docker-tools -filelock==3.18.0 +filelock==3.20.1 # via virtualenv flasgger==0.9.7.1 # via -r requirements.in @@ -112,6 +112,8 @@ fqdn==1.5.1 # via jsonschema graphql-core==3.2.6 # via hypothesis-graphql +greenlet==3.3.0 + # via sqlalchemy gunicorn==23.0.0 # via -r requirements.in h11==0.16.0 @@ -157,7 +159,7 @@ jinja2==3.1.6 # flask-admin jsonpointer==3.0.0 # via jsonschema -jsonschema==4.24.0 +jsonschema[format]==4.24.0 # via # flasgger # hypothesis-jsonschema @@ -229,7 +231,7 @@ psutil==7.0.0 # via # mirakuru # pytest-celery -psycopg==3.2.9 +psycopg[binary]==3.2.9 # via # -r requirements.in # pytest-postgresql @@ -322,12 +324,8 @@ ruff==0.11.11 # via -r requirements.in schemathesis==3.39.16 # via -r requirements.in -sentry-sdk==2.29.1 +sentry-sdk[flask]==2.29.1 # via -r requirements.in -setuptools==80.9.0 - # via - # flask-db - # pytest-celery six==1.17.0 # via # flasgger