Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 963af8e

Browse files
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](coveragepy/coveragepy@7.6.4...7.6.10) Updates `certifi` from 2024.8.30 to 2025.1.31 - [Commits](certifi/python-certifi@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](jawah/charset_normalizer@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](pyca/cryptography@43.0.3...44.0.0) Updates `django` from 5.1.2 to 5.1.5 - [Commits](django/django@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](jpadilla/pyjwt@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](andialbrecht/sqlparse@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](urllib3/urllib3@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] <[email protected]>
1 parent 6ff0f83 commit 963af8e

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

localcert/requirements-dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
beautifulsoup4==4.12.3
1+
beautifulsoup4==4.13.0
22
black==23.10.1
3-
coverage==7.6.4
3+
coverage==7.6.10
44
dnspython==2.7.0
55
flake8==7.1.1
66
pip-upgrader==1.4.15

localcert/requirements.txt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
asgiref==3.8.1
2-
certifi==2024.8.30
2+
certifi==2025.1.31
33
cffi==1.17.1
4-
charset-normalizer==3.4.0
5-
cryptography==43.0.3
4+
charset-normalizer==3.4.1
5+
cryptography==44.0.0
66
defusedxml==0.7.1
7-
Django==5.1.2
8-
django-allauth==65.1.0
7+
Django==5.1.5
8+
django-allauth==65.3.1
99
django-csp==3.8
1010
dnspython==2.7.0
1111
gunicorn==23.0.0
1212
idna==3.10
1313
oauthlib==3.2.2
1414
psycopg2-binary==2.9.10
1515
pycparser==2.22
16-
PyJWT==2.9.0
16+
PyJWT==2.10.1
1717
python3-openid==3.2.0
1818
requests==2.32.3
1919
requests-oauthlib==2.0.0
20-
sqlparse==0.5.1
21-
urllib3==2.2.3
20+
sqlparse==0.5.3
21+
urllib3==2.3.0

0 commit comments

Comments
 (0)