Skip to content

Commit

Permalink
Bump the all group in /localcert with 11 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /localcert with 11 updates:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2023.7.22` | `2023.11.17` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.5` | `41.0.7` |
| [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.1.0` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.12.2` | `4.12.3` |
| [black](https://github.com/psf/black) | `23.10.1` | `23.12.1` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.3.2` | `7.4.0` |
| [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 2023.11.17
- [Commits](certifi/python-certifi@2023.07.22...2023.11.17)

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

Updates `django` from 4.2.7 to 5.0.1
- [Commits](django/django@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](pennersr/django-allauth@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](kjd/idna@v3.4...v3.6)

Updates `urllib3` from 2.0.7 to 2.1.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.0.7...2.1.0)

Updates `beautifulsoup4` from 4.12.2 to 4.12.3

Updates `black` from 23.10.1 to 23.12.1
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.10.1...23.12.1)

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

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](rthalley/dnspython@v2.4.2...v2.5.0)

Updates `flake8` from 6.1.0 to 7.0.0
- [Commits](PyCQA/flake8@6.1.0...7.0.0)

---
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-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: black
  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-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 22, 2024
1 parent decb7fb commit 5a8194c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions localcert/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
beautifulsoup4==4.12.2
black==23.10.1
coverage==7.3.2
dnspython==2.4.2
flake8==6.1.0
beautifulsoup4==4.12.3
black==23.12.1
coverage==7.4.0
dnspython==2.5.0
flake8==7.0.0
pip-upgrader==1.4.15
12 changes: 6 additions & 6 deletions localcert/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
asgiref==3.7.2
certifi==2023.7.22
certifi==2023.11.17
cffi==1.16.0
charset-normalizer==3.3.2
cryptography==41.0.5
cryptography==41.0.7
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
Expand All @@ -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.1.0

0 comments on commit 5a8194c

Please sign in to comment.