Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade: Bump the dependencies group across 1 directory with 13 updates
Bumps the dependencies group with 13 updates in the / directory: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.8` | | [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` | | [certifi](https://github.com/certifi/python-certifi) | `2024.6.2` | `2024.8.30` | | [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.1` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.1` | | [idna](https://github.com/kjd/idna) | `3.7` | `3.10` | | [limnoria](https://github.com/progval/Limnoria) | `2024.5.30` | `2024.8.26` | | [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.1.0` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.9.0` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.7.1` | `2.14.0` | | [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` | | [yarl](https://github.com/aio-libs/yarl) | `1.9.4` | `1.13.1` | Updates `aiohttp` from 3.9.5 to 3.10.8 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.8) Updates `attrs` from 23.2.0 to 24.2.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `certifi` from 2024.6.2 to 2024.8.30 - [Commits](certifi/python-certifi@2024.06.02...2024.08.30) Updates `cffi` from 1.16.0 to 1.17.1 - [Release notes](https://github.com/python-cffi/cffi/releases) - [Commits](python-cffi/cffi@v1.16.0...v1.17.1) Updates `cryptography` from 42.0.8 to 43.0.1 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.8...43.0.1) 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 `limnoria` from 2024.5.30 to 2024.8.26 - [Changelog](https://github.com/progval/Limnoria/blob/master/ChangeLog) - [Commits](https://github.com/progval/Limnoria/commits) Updates `multidict` from 6.0.5 to 6.1.0 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](aio-libs/multidict@v6.0.5...v6.1.0) Updates `pyjwt` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.8.0...2.9.0) Updates `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) Updates `sentry-sdk` from 2.7.1 to 2.14.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@2.7.1...2.14.0) Updates `urllib3` from 2.2.2 to 2.2.3 - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.2.2...2.2.3) Updates `yarl` from 1.9.4 to 1.13.1 - [Release notes](https://github.com/aio-libs/yarl/releases) - [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst) - [Commits](aio-libs/yarl@v1.9.4...v1.13.1) --- updated-dependencies: - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: certifi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cffi dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: idna dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: limnoria dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: multidict dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pyyaml dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: urllib3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: yarl dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information