From 5246e8fa20c9f9a2decc7e4ed4557f3e14c2370c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 14:02:30 +0000 Subject: [PATCH] Bump the all group in /localcert with 10 updates Bumps the all group in /localcert with 10 updates: | Package | From | To | | --- | --- | --- | | [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2024.2.2` | | [cryptography](https://github.com/pyca/cryptography) | `41.0.5` | `42.0.2` | | [django](https://github.com/django/django) | `4.2.7` | `5.0.1` | | [django-allauth](https://github.com/pennersr/django-allauth) | `0.58.1` | `0.60.1` | | [idna](https://github.com/kjd/idna) | `3.4` | `3.6` | | [urllib3](https://github.com/urllib3/urllib3) | `2.0.7` | `2.2.0` | | [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.12.3` | | [coverage](https://github.com/nedbat/coveragepy) | `7.3.2` | `7.4.1` | | [dnspython](https://github.com/rthalley/dnspython) | `2.4.2` | `2.5.0` | | [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.0.0` | Updates `certifi` from 2023.7.22 to 2024.2.2 - [Commits](https://github.com/certifi/python-certifi/compare/2023.07.22...2024.02.02) Updates `cryptography` from 41.0.5 to 42.0.2 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/41.0.5...42.0.2) Updates `django` from 4.2.7 to 5.0.1 - [Commits](https://github.com/django/django/compare/4.2.7...5.0.1) Updates `django-allauth` from 0.58.1 to 0.60.1 - [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst) - [Commits](https://github.com/pennersr/django-allauth/compare/0.58.1...0.60.1) Updates `idna` from 3.4 to 3.6 - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.4...v3.6) Updates `urllib3` from 2.0.7 to 2.2.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.0.7...2.2.0) Updates `beautifulsoup4` from 4.12.2 to 4.12.3 Updates `coverage` from 7.3.2 to 7.4.1 - [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.3.2...7.4.1) Updates `dnspython` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/master/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.4.2...v2.5.0) Updates `flake8` from 6.1.0 to 7.0.0 - [Commits](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-major 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-major dependency-group: all - dependency-name: django-allauth dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: beautifulsoup4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: all - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: dnspython dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- localcert/requirements-dev.txt | 8 ++++---- localcert/requirements.txt | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/localcert/requirements-dev.txt b/localcert/requirements-dev.txt index a8173e8..e3d5414 100644 --- a/localcert/requirements-dev.txt +++ b/localcert/requirements-dev.txt @@ -1,6 +1,6 @@ -beautifulsoup4==4.12.2 +beautifulsoup4==4.12.3 black==23.10.1 -coverage==7.3.2 -dnspython==2.4.2 -flake8==6.1.0 +coverage==7.4.1 +dnspython==2.5.0 +flake8==7.0.0 pip-upgrader==1.4.15 diff --git a/localcert/requirements.txt b/localcert/requirements.txt index 15c3a1e..60797e4 100644 --- a/localcert/requirements.txt +++ b/localcert/requirements.txt @@ -1,14 +1,14 @@ asgiref==3.7.2 -certifi==2023.7.22 +certifi==2024.2.2 cffi==1.16.0 charset-normalizer==3.3.2 -cryptography==41.0.5 +cryptography==42.0.2 defusedxml==0.7.1 -Django==4.2.7 -django-allauth==0.58.1 +Django==5.0.1 +django-allauth==0.60.1 django-csp==3.7 gunicorn==21.2.0 -idna==3.4 +idna==3.6 oauthlib==3.2.2 psycopg2-binary==2.9.9 pycparser==2.21 @@ -17,4 +17,4 @@ python3-openid==3.2.0 requests==2.31.0 requests-oauthlib==1.3.1 sqlparse==0.4.4 -urllib3==2.0.7 +urllib3==2.2.0