Skip to content

Commit

Permalink
Bump the pip group across 1 directory with 6 updates (#736)
Browse files Browse the repository at this point in the history
Bumps the pip group with 6 updates in the /automated_tests directory:

| Package | From | To |
| --- | --- | --- |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.12.14` |
| [configobj](https://github.com/DiffSK/configobj) | `5.0.6` | `5.0.9` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.10` |
| [requests](https://github.com/psf/requests) | `2.32.2` | `2.32.3` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.19` | `2.3.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.19.1` | `3.21.0` |



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

Updates `configobj` from 5.0.6 to 5.0.9
- [Release notes](https://github.com/DiffSK/configobj/releases)
- [Changelog](https://github.com/DiffSK/configobj/blob/release/CHANGES.rst)
- [Commits](DiffSK/configobj@v5.0.6...v5.0.9)

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

Updates `requests` from 2.32.2 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.32.2...v2.32.3)

Updates `urllib3` from 1.26.19 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@1.26.19...2.3.0)

Updates `zipp` from 3.19.1 to 3.21.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.19.1...v3.21.0)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: configobj
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: idna
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: requests
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: urllib3
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: zipp
  dependency-type: direct:production
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent f5c065b commit 40775a1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions automated_tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
attrs==21.4.0
behave==1.2.6
behavex==1.5.11
certifi==2024.7.4
certifi==2024.12.14
charset-normalizer==2.1.0
configobj==5.0.6
configobj==5.0.9
csscompressor==0.9.5
deepdiff==5.8.0
docker==5.0.3
htmlmin==0.1.12
idna==3.7
idna==3.10
importlib-resources==5.9.0
Jinja2==3.1.5
jsonschema==4.7.2
Expand All @@ -19,8 +19,8 @@ parse-type==0.6.0
PyHamcrest==2.0.3
pyrsistent==0.18.1
PyYAML==6.0
requests==2.32.2
requests==2.32.3
six==1.16.0
urllib3==1.26.19
urllib3==2.3.0
websocket-client==1.3.3
zipp==3.19.1
zipp==3.21.0

0 comments on commit 40775a1

Please sign in to comment.