Skip to content

Commit 9b607ac

Browse files
Bump the pip group with 6 updates (#663)
Bumps the pip group with 6 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.11.15` | `3.11.18` | | [multidict](https://github.com/aio-libs/multidict) | `6.3.0` | `6.4.3` | | [packaging](https://github.com/pypa/packaging) | `24.2` | `25.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.18.3` | `1.20.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.25.0` | `2.27.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.0.0` | `6.1.1` | Updates `aiohttp` from 3.11.15 to 3.11.18 - [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.11.15...v3.11.18) Updates `multidict` from 6.3.0 to 6.4.3 - [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.3.0...v6.4.3) Updates `packaging` from 24.2 to 25.0 - [Release notes](https://github.com/pypa/packaging/releases) - [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst) - [Commits](pypa/packaging@24.2...25.0) Updates `yarl` from 1.18.3 to 1.20.0 - [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.18.3...v1.20.0) Updates `sentry-sdk` from 2.25.0 to 2.27.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.25.0...2.27.0) Updates `pytest-cov` from 6.0.0 to 6.1.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.0.0...v6.1.1) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.11.18 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: multidict dependency-version: 6.4.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: packaging dependency-version: '25.0' dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: yarl dependency-version: 1.20.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.27.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 6.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d1e1b99 commit 9b607ac

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ asynctest==0.13.0
33
pytest==8.3.5
44
pytest-asyncio==0.26.0
55
pytest-aiohttp==1.1.0
6-
pytest-cov==6.0.0
6+
pytest-cov==6.1.1

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
aiohttp==3.11.15
1+
aiohttp==3.11.18
22
appdirs==1.4.4
33
async-timeout==5.0.1
44
cachetools==5.5.2
55
chardet==5.2.0
66
gidgethub==5.3.0
7-
multidict==6.3.0
8-
packaging==24.2
7+
multidict==6.4.3
8+
packaging==25.0
99
pyparsing==3.2.3
1010
six==1.17.0
1111
uritemplate==4.1.1
12-
yarl==1.18.3
13-
sentry-sdk==2.25.0
12+
yarl==1.20.0
13+
sentry-sdk==2.27.0

0 commit comments

Comments
 (0)