-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit 50d850f
chore(deps): bump the python group in /tests with 17 updates (#7549)
Bumps the python group in /tests with 17 updates:
| Package | From | To |
| --- | --- | --- |
| [attrs](https://github.com/sponsors/hynek) | `24.3.0` | `25.3.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `5.5.2` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.12.14` | `2025.1.31` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.4.0` | `3.4.1` |
| [cryptography](https://github.com/pyca/cryptography) | `44.0.1` | `44.0.2` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.37.0` | `2.38.0` |
| [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` |
| [kubernetes](https://github.com/kubernetes-client/python) | `31.0.0` | `32.0.1` |
| [mock](https://github.com/testing-cabal/mock) | `5.1.0` | `5.2.0` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.5.0` | `10.6.0` |
| [playwright](https://github.com/microsoft/playwright-python) | `1.49.1` | `1.51.0` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `5.29.1` | `6.30.1` |
| [pyee](https://github.com/jfhbrook/pyee) | `12.0.0` | `13.0.0` |
| [pyopenssl](https://github.com/pyca/pyopenssl) | `24.3.0` | `25.0.0` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.2.0` | `3.2.2` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.3.4` | `8.3.5` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` |
Updates `attrs` from 24.3.0 to 25.3.0
- [Commits](https://github.com/sponsors/hynek/commits)
Updates `cachetools` from 5.5.0 to 5.5.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v5.5.2)
Updates `certifi` from 2024.12.14 to 2025.1.31
- [Commits](certifi/python-certifi@2024.12.14...2025.01.31)
Updates `charset-normalizer` from 3.4.0 to 3.4.1
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.4.0...3.4.1)
Updates `cryptography` from 44.0.1 to 44.0.2
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@44.0.1...44.0.2)
Updates `google-auth` from 2.37.0 to 2.38.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.37.0...v2.38.0)
Updates `iniconfig` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/pytest-dev/iniconfig/releases)
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG)
- [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0)
Updates `kubernetes` from 31.0.0 to 32.0.1
- [Release notes](https://github.com/kubernetes-client/python/releases)
- [Changelog](https://github.com/kubernetes-client/python/blob/master/CHANGELOG.md)
- [Commits](kubernetes-client/python@v31.0.0...v32.0.1)
Updates `mock` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](testing-cabal/mock@5.1.0...5.2.0)
Updates `more-itertools` from 10.5.0 to 10.6.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.5.0...v10.6.0)
Updates `playwright` from 1.49.1 to 1.51.0
- [Release notes](https://github.com/microsoft/playwright-python/releases)
- [Commits](microsoft/playwright-python@v1.49.1...v1.51.0)
Updates `protobuf` from 5.29.1 to 6.30.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v5.29.1...v6.30.1)
Updates `pyee` from 12.0.0 to 13.0.0
- [Release notes](https://github.com/jfhbrook/pyee/releases)
- [Changelog](https://github.com/jfhbrook/pyee/blob/main/CHANGELOG.md)
- [Commits](jfhbrook/pyee@v12.0.0...v13.0.0)
Updates `pyopenssl` from 24.3.0 to 25.0.0
- [Changelog](https://github.com/pyca/pyopenssl/blob/main/CHANGELOG.rst)
- [Commits](pyca/pyopenssl@24.3.0...25.0.0)
Updates `pyparsing` from 3.2.0 to 3.2.2
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.2.0...3.2.2)
Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)
Updates `urllib3` from 2.2.3 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@2.2.3...2.3.0)
---
updated-dependencies:
- dependency-name: attrs
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python
- dependency-name: cachetools
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python
- dependency-name: charset-normalizer
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python
- dependency-name: cryptography
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python
- dependency-name: google-auth
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python
- dependency-name: iniconfig
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python
- dependency-name: kubernetes
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python
- dependency-name: mock
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python
- dependency-name: more-itertools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python
- dependency-name: playwright
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python
- dependency-name: protobuf
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python
- dependency-name: pyee
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python
- dependency-name: pyopenssl
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: python
- dependency-name: pyparsing
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python
- dependency-name: pytest
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: python
- dependency-name: urllib3
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: python
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Paul Abel <[email protected]>1 parent df1119e commit 50d850fCopy full SHA for 50d850f
File tree
Expand file treeCollapse file tree
1 file changed
+186
-197
lines changedFilter options
- tests
Expand file treeCollapse file tree
1 file changed
+186
-197
lines changed
0 commit comments