Skip to content

Commit

Permalink
Bump the all group across 1 directory with 6 updates
Browse files Browse the repository at this point in the history
Bumps the all group with 6 updates in the /localcert directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.2.2` | `2024.6.2` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.5` | `42.0.7` |
| [django](https://github.com/django/django) | `5.0.4` | `5.0.6` |
| [django-allauth](https://github.com/pennersr/django-allauth) | `0.61.1` | `0.63.3` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.3` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.4.4` | `7.5.3` |



Updates `certifi` from 2024.2.2 to 2024.6.2
- [Commits](certifi/python-certifi@2024.02.02...2024.06.02)

Updates `cryptography` from 42.0.5 to 42.0.7
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@42.0.5...42.0.7)

Updates `django` from 5.0.4 to 5.0.6
- [Commits](django/django@5.0.4...5.0.6)

Updates `django-allauth` from 0.61.1 to 0.63.3
- [Changelog](https://github.com/pennersr/django-allauth/blob/main/ChangeLog.rst)
- [Commits](pennersr/django-allauth@0.61.1...0.63.3)

Updates `requests` from 2.31.0 to 2.32.3
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.3)

Updates `coverage` from 7.4.4 to 7.5.3
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.4.4...7.5.3)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: cryptography
  dependency-type: direct:production
  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: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 3, 2024
1 parent dc20c0a commit 2ade745
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion localcert/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4==4.12.3
black==23.10.1
coverage==7.4.4
coverage==7.5.3
dnspython==2.6.1
flake8==7.0.0
pip-upgrader==1.4.15
10 changes: 5 additions & 5 deletions localcert/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
asgiref==3.8.1
certifi==2024.2.2
certifi==2024.6.2
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==42.0.5
cryptography==42.0.7
defusedxml==0.7.1
Django==5.0.4
django-allauth==0.61.1
Django==5.0.6
django-allauth==0.63.3
django-csp==3.8
gunicorn==22.0.0
idna==3.7
Expand All @@ -14,7 +14,7 @@ psycopg2-binary==2.9.9
pycparser==2.22
PyJWT==2.8.0
python3-openid==3.2.0
requests==2.31.0
requests==2.32.3
requests-oauthlib==2.0.0
sqlparse==0.5.0
urllib3==2.2.1

0 comments on commit 2ade745

Please sign in to comment.