From f6a318f0b803f98244d293d2e0ea82de037949ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 03:51:39 +0000 Subject: [PATCH] Bump the all group across 1 directory with 6 updates Bumps the all group with 6 updates in the /localcert directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.8` | | [cryptography](https://github.com/pyca/cryptography) | `43.0.3` | `44.0.0` | | [django](https://github.com/django/django) | `5.1.2` | `5.1.3` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.1.0` | `65.3.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.10.1` | | [sqlparse](https://github.com/andialbrecht/sqlparse) | `0.5.1` | `0.5.2` | Updates `coverage` from 7.6.4 to 7.6.8 - [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.8) 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.3 - [Commits](https://github.com/django/django/compare/5.1.2...5.1.3) Updates `django-allauth` from 65.1.0 to 65.3.0 - [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.2 - [Release notes](https://github.com/andialbrecht/sqlparse/releases) - [Changelog](https://github.com/andialbrecht/sqlparse/blob/master/CHANGELOG) - [Commits](https://github.com/andialbrecht/sqlparse/compare/0.5.1...0.5.2) --- updated-dependencies: - dependency-name: coverage dependency-type: direct:development 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 ... Signed-off-by: dependabot[bot] --- localcert/requirements-dev.txt | 2 +- localcert/requirements.txt | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/localcert/requirements-dev.txt b/localcert/requirements-dev.txt index eb65cee..5abe1f6 100644 --- a/localcert/requirements-dev.txt +++ b/localcert/requirements-dev.txt @@ -1,6 +1,6 @@ beautifulsoup4==4.12.3 black==23.10.1 -coverage==7.6.4 +coverage==7.6.8 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..55c96d2 100644 --- a/localcert/requirements.txt +++ b/localcert/requirements.txt @@ -2,10 +2,10 @@ asgiref==3.8.1 certifi==2024.8.30 cffi==1.17.1 charset-normalizer==3.4.0 -cryptography==43.0.3 +cryptography==44.0.0 defusedxml==0.7.1 -Django==5.1.2 -django-allauth==65.1.0 +Django==5.1.3 +django-allauth==65.3.0 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 +sqlparse==0.5.2 urllib3==2.2.3