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

Commit 8b11548

Browse files
Bump the all group across 1 directory with 5 updates
Bumps the all group with 5 updates in the /localcert directory: | Package | From | To | | --- | --- | --- | | [coverage](https://github.com/nedbat/coveragepy) | `7.6.4` | `7.6.8` | | [django](https://github.com/django/django) | `5.1.2` | `5.1.3` | | [django-allauth](https://github.com/sponsors/pennersr) | `65.1.0` | `65.2.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.9.0` | `2.10.0` | | [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](coveragepy/coveragepy@7.6.4...7.6.8) Updates `django` from 5.1.2 to 5.1.3 - [Commits](django/django@5.1.2...5.1.3) Updates `django-allauth` from 65.1.0 to 65.2.0 - [Commits](https://github.com/sponsors/pennersr/commits) Updates `pyjwt` from 2.9.0 to 2.10.0 - [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.0) 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](andialbrecht/sqlparse@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: 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] <[email protected]>
1 parent 6ff0f83 commit 8b11548

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

localcert/requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
beautifulsoup4==4.12.3
22
black==23.10.1
3-
coverage==7.6.4
3+
coverage==7.6.8
44
dnspython==2.7.0
55
flake8==7.1.1
66
pip-upgrader==1.4.15

localcert/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ cffi==1.17.1
44
charset-normalizer==3.4.0
55
cryptography==43.0.3
66
defusedxml==0.7.1
7-
Django==5.1.2
8-
django-allauth==65.1.0
7+
Django==5.1.3
8+
django-allauth==65.2.0
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.0
1717
python3-openid==3.2.0
1818
requests==2.32.3
1919
requests-oauthlib==2.0.0
20-
sqlparse==0.5.1
20+
sqlparse==0.5.2
2121
urllib3==2.2.3

0 commit comments

Comments
 (0)