From 89ade27dc9f11ac9c88693eb7809c85ed3bd1149 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 13:48:06 +0000 Subject: [PATCH] Bump the pip group across 1 directory with 9 updates Bumps the pip group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [cryptography](https://github.com/pyca/cryptography) | `44.0.1` | `46.0.7` | | [django](https://github.com/django/django) | `4.2.25` | `4.2.30` | | [requests](https://github.com/psf/requests) | `2.32.4` | `2.33.0` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.0` | `0.5.4` | | [urllib3](https://github.com/urllib3/urllib3) | `2.5.0` | `2.7.0` | | [black](https://github.com/psf/black) | `24.3.0` | `26.3.1` | | [filelock](https://github.com/tox-dev/py-filelock) | `3.12.2` | `3.20.3` | | [virtualenv](https://github.com/pypa/virtualenv) | `20.26.6` | `20.36.1` | | [wheel](https://github.com/pypa/wheel) | `0.40.0` | `0.46.2` | Updates `cryptography` from 44.0.1 to 46.0.7 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...46.0.7) Updates `django` from 4.2.25 to 4.2.30 - [Commits](https://github.com/django/django/compare/4.2.25...4.2.30) Updates `requests` from 2.32.4 to 2.33.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.32.4...v2.33.0) Updates `sqlparse` from 0.5.0 to 0.5.4 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.0...0.5.4) Updates `urllib3` from 2.5.0 to 2.7.0 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](https://github.com/urllib3/urllib3/compare/2.5.0...2.7.0) Updates `black` from 24.3.0 to 26.3.1 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.3.0...26.3.1) Updates `filelock` from 3.12.2 to 3.20.3 - [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.12.2...3.20.3) Updates `virtualenv` from 20.26.6 to 20.36.1 - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.26.6...20.36.1) Updates `wheel` from 0.40.0 to 0.46.2 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](https://github.com/pypa/wheel/compare/0.40.0...0.46.2) --- updated-dependencies: - dependency-name: cryptography dependency-version: 46.0.7 dependency-type: direct:production dependency-group: pip - dependency-name: django dependency-version: 4.2.30 dependency-type: direct:production dependency-group: pip - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production dependency-group: pip - dependency-name: sqlparse dependency-version: 0.5.4 dependency-type: direct:production dependency-group: pip - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: direct:production dependency-group: pip - dependency-name: black dependency-version: 26.3.1 dependency-type: direct:development dependency-group: pip - dependency-name: filelock dependency-version: 3.20.3 dependency-type: indirect dependency-group: pip - dependency-name: virtualenv dependency-version: 20.36.1 dependency-type: indirect dependency-group: pip - dependency-name: wheel dependency-version: 0.46.2 dependency-type: indirect dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-dev.in | 2 +- requirements-dev.txt | 15 +++++++++------ requirements.in | 10 +++++----- requirements.txt | 12 ++++++------ 4 files changed, 21 insertions(+), 18 deletions(-) diff --git a/requirements-dev.in b/requirements-dev.in index 1bac28e..e7e3158 100644 --- a/requirements-dev.in +++ b/requirements-dev.in @@ -1,4 +1,4 @@ -black==24.3.0 +black==26.3.1 ruff==0.0.275 pip-tools==7.3.0 pre-commit==3.3.3 diff --git a/requirements-dev.txt b/requirements-dev.txt index c4fc97b..1796ff9 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -4,7 +4,7 @@ # # pip-compile requirements-dev.in # -black==24.3.0 +black==26.3.1 # via -r requirements-dev.in build==0.10.0 # via pip-tools @@ -16,7 +16,7 @@ click==8.1.3 # pip-tools distlib==0.3.9 # via virtualenv -filelock==3.12.2 +filelock==3.20.3 # via virtualenv identify==2.5.24 # via pre-commit @@ -24,11 +24,12 @@ mypy-extensions==1.0.0 # via black nodeenv==1.8.0 # via pre-commit -packaging==23.1 +packaging==26.2 # via # black # build -pathspec==0.11.1 + # wheel +pathspec==1.1.1 # via black pip-tools==7.3.0 # via -r requirements-dev.in @@ -40,13 +41,15 @@ pre-commit==3.3.3 # via -r requirements-dev.in pyproject-hooks==1.0.0 # via build +pytokens==0.4.1 + # via black pyyaml==6.0 # via pre-commit ruff==0.0.275 # via -r requirements-dev.in -virtualenv==20.26.6 +virtualenv==20.36.1 # via pre-commit -wheel==0.40.0 +wheel==0.46.2 # via pip-tools # The following packages are considered to be unsafe in a requirements file: diff --git a/requirements.in b/requirements.in index b9490fa..7b12077 100644 --- a/requirements.in +++ b/requirements.in @@ -15,9 +15,9 @@ click-repl==0.2.0 clickhouse-driver==0.2.6 clickhouse-pool==0.5.3 croniter==1.4.1 -cryptography>=0.9 +cryptography>=46.0.7 dj-database-url==1.0.0 -Django==4.2.25 +Django==4.2.30 django-cors-headers==3.13.0 django-ipware==5.0.0 django-redis==5.2.0 @@ -41,15 +41,15 @@ pytz==2023.2 pytz-deprecation-shim==0.1.0.post0 PyYAML==6.0 redis==4.5.4 -requests==2.32.4 +requests==2.33.0 six==1.16.0 -sqlparse==0.5.0 +sqlparse==0.5.4 structlog==22.3.0 tqdm==4.66.3 tzdata==2023.3 tzlocal==4.3 uritemplate==4.1.1 -urllib3==2.5.0 +urllib3==2.7.0 vine==5.0.0 wcwidth==0.2.6 whitenoise==5.2.0 diff --git a/requirements.txt b/requirements.txt index 48dd933..3c6968f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -41,7 +41,7 @@ certifi==2024.7.4 # -r requirements.in # requests # sentry-sdk -cffi==1.15.1 +cffi==2.0.0 # via cryptography charset-normalizer==3.1.0 # via @@ -75,11 +75,11 @@ clickhouse-pool==0.5.3 # via -r requirements.in croniter==1.4.1 # via -r requirements.in -cryptography==44.0.1 +cryptography==46.0.7 # via -r requirements.in dj-database-url==1.0.0 # via -r requirements.in -django==4.2.25 +django==4.2.30 # via # -r requirements.in # dj-database-url @@ -174,7 +174,7 @@ redis==4.5.4 # via # -r requirements.in # django-redis -requests==2.32.4 +requests==2.33.0 # via # -r requirements.in # openai @@ -185,7 +185,7 @@ six==1.16.0 # -r requirements.in # click-repl # python-dateutil -sqlparse==0.5.0 +sqlparse==0.5.4 # via # -r requirements.in # django @@ -209,7 +209,7 @@ uritemplate==4.1.1 # via # -r requirements.in # drf-spectacular -urllib3==2.5.0 +urllib3==2.7.0 # via # -r requirements.in # requests