Skip to content

Commit

Permalink
build(deps): bump the pip group across 3 directories with 7 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [requests](https://github.com/psf/requests), [certifi](https://github.com/certifi/python-certifi), [ecdsa](https://github.com/tlsfuzzer/python-ecdsa), [idna](https://github.com/kjd/idna), [urllib3](https://github.com/urllib3/urllib3), [redis](https://github.com/redis/redis-py) and [sentry-sdk](https://github.com/getsentry/sentry-python) to permit the latest version.

Updates `requests` from 2.31.0 to 2.32.2
- [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.2)

Updates `requests` from 2.31.0 to 2.32.2
- [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.2)

Updates `certifi` from 2023.11.17 to 2024.7.4
- [Commits](certifi/python-certifi@2023.11.17...2024.07.04)

Updates `ecdsa` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/tlsfuzzer/python-ecdsa/releases)
- [Changelog](https://github.com/tlsfuzzer/python-ecdsa/blob/master/NEWS)
- [Commits](tlsfuzzer/python-ecdsa@python-ecdsa-0.18.0...python-ecdsa-0.19.0)

Updates `idna` from 3.6 to 3.7
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.7)

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

Updates `requests` 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.2)

Updates `redis` from 4.3.4 to 4.4.4
- [Release notes](https://github.com/redis/redis-py/releases)
- [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES)
- [Commits](redis/redis-py@v4.3.4...v4.4.4)

Updates `sentry-sdk` from 1.9.9 to 2.8.0
- [Release notes](https://github.com/getsentry/sentry-python/releases)
- [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md)
- [Commits](getsentry/sentry-python@1.9.9...2.8.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ecdsa
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: redis
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: sentry-sdk
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 17, 2024
1 parent a3a60df commit 2d074c5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion environment-a22-non-linear-calibration/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
requests==2.32.2
python_keycloak==0.25.0
keycloak==3.1.4
numpy==1.26.4
10 changes: 5 additions & 5 deletions parking-free-slot-calculation/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
certifi==2023.11.17
certifi==2024.7.4
chardet==5.2.0
charset-normalizer==3.3.2
DateTime==5.3
deprecation==2.1.0
ecdsa==0.18.0
idna==3.6
ecdsa==0.19.0
idna==3.7
packaging==23.2
pyasn1==0.5.1
python-jose==3.3.0
python-keycloak==3.7.0
pytz==2023.3.post1
requests==2.31.0
requests==2.32.2
requests-toolbelt==1.0.0
rsa==4.9
schedule==1.2.1
six==1.16.0
urllib3==2.1.0
urllib3==2.2.2
zope.interface==6.1
6 changes: 3 additions & 3 deletions pollution_v2/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
celery==5.3.6
redis==4.3.4
sentry-sdk==1.9.9
redis==4.4.4
sentry-sdk==2.8.0
python-keycloak==2.5.0
requests~=2.28
requests~=2.32
dateutils==0.6.12
python-dateutil==2.8.2
pandas==2.2.0
Expand Down

0 comments on commit 2d074c5

Please sign in to comment.