From 963af8e438b5c934a8ded75b8f4588758fb3c3b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 03:16:18 +0000 Subject: [PATCH] Bump the all group across 1 directory with 10 updates Bumps the all group with 10 updates in the /localcert directory: | Package | From | To | | --- | --- | --- | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.3` | `4.13.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.10` | | [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2025.1.31` | | [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [django](https://github.com/django/django) | `5.1.2` | `5.1.5` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.1.0` | `65.3.1` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.10.1` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.1` | `0.5.3` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` | Updates `beautifulsoup4` from 4.12.3 to 4.13.0 Updates `coverage` from 7.6.4 to 7.6.10 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](https://github.com/nedbat/coveragepy/compare/7.6.4...7.6.10) Updates `certifi` from 2024.8.30 to 2025.1.31 - [Commits](https://github.com/certifi/python-certifi/compare/2024.08.30...2025.01.31) Updates `charset-normalizer` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/jawah/charset_normalizer/releases) - [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md) - [Commits](https://github.com/jawah/charset_normalizer/compare/3.4.0...3.4.1) Updates `cryptography` from 43.0.3 to 44.0.0 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/43.0.3...44.0.0) Updates `django` from 5.1.2 to 5.1.5 - [Commits](https://github.com/django/django/compare/5.1.2...5.1.5) Updates `django-allauth` from 65.1.0 to 65.3.1 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `pyjwt` from 2.9.0 to 2.10.1 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jpadilla/pyjwt/compare/2.9.0...2.10.1) Updates `sqlparse` from 0.5.1 to 0.5.3 - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.3) Updates `urllib3` from 2.2.3 to 2.3.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.2.3...2.3.0) --- updated-dependencies: - dependency-name: beautifulsoup4 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: charset-normalizer dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: all - dependency-name: django dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: sqlparse dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] --- localcert/requirements-dev.txt | 4 ++-- localcert/requirements.txt | 16 ++++++++-------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/localcert/requirements-dev.txt b/localcert/requirements-dev.txt index eb65cee..856ea8f 100644 --- a/localcert/requirements-dev.txt +++ b/localcert/requirements-dev.txt @@ -1,6 +1,6 @@ -beautifulsoup4==4.12.3 +beautifulsoup4==4.13.0 black==23.10.1 -coverage==7.6.4 +coverage==7.6.10 dnspython==2.7.0 flake8==7.1.1 pip-upgrader==1.4.15 diff --git a/localcert/requirements.txt b/localcert/requirements.txt index cc9d4a3..2524463 100644 --- a/localcert/requirements.txt +++ b/localcert/requirements.txt @@ -1,11 +1,11 @@ asgiref==3.8.1 -certifi==2024.8.30 +certifi==2025.1.31 cffi==1.17.1 -charset-normalizer==3.4.0 -cryptography==43.0.3 +charset-normalizer==3.4.1 +cryptography==44.0.0 defusedxml==0.7.1 -Django==5.1.2 -django-allauth==65.1.0 +Django==5.1.5 +django-allauth==65.3.1 django-csp==3.8 dnspython==2.7.0 gunicorn==23.0.0 @@ -13,9 +13,9 @@ idna==3.10 oauthlib==3.2.2 psycopg2-binary==2.9.10 pycparser==2.22 -PyJWT==2.9.0 +PyJWT==2.10.1 python3-openid==3.2.0 requests==2.32.3 requests-oauthlib==2.0.0 -sqlparse==0.5.1 -urllib3==2.2.3 +sqlparse==0.5.3 +urllib3==2.3.0