Skip to content

Commit 10e6618

Browse files
Bump the pip group with 5 updates
Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `7.0.1` | `7.0.5` | | [chardet](https://github.com/chardet/chardet) | `6.0.0` | `7.3.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.53.0` | `2.56.0` | | [yarl](https://github.com/aio-libs/yarl) | `1.22.0` | `1.23.0` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `7.0.0` | `7.1.0` | Updates `cachetools` from 7.0.1 to 7.0.5 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.0.1...v7.0.5) Updates `chardet` from 6.0.0 to 7.3.0 - [Release notes](https://github.com/chardet/chardet/releases) - [Changelog](https://github.com/chardet/chardet/blob/main/docs/changelog.rst) - [Commits](chardet/chardet@6.0.0...7.3.0) Updates `sentry-sdk` from 2.53.0 to 2.56.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.53.0...2.56.0) Updates `yarl` from 1.22.0 to 1.23.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.22.0...v1.23.0) Updates `pytest-cov` from 7.0.0 to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v7.0.0...v7.1.0) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: chardet dependency-version: 7.3.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: sentry-sdk dependency-version: 2.56.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: yarl dependency-version: 1.23.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1cbc277 commit 10e6618

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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==9.0.2
44
pytest-aiohttp==1.1.0
55
pytest-asyncio==1.3.0
6-
pytest-cov==7.0.0
6+
pytest-cov==7.1.0

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
aiohttp==3.13.3
22
appdirs==1.4.4
33
async-timeout==5.0.1
4-
cachetools==7.0.1
5-
chardet==6.0.0
4+
cachetools==7.0.5
5+
chardet==7.3.0
66
gidgethub==5.4.0
77
multidict==6.7.1
88
packaging==26.0
99
pyparsing==3.3.2
10-
sentry-sdk==2.53.0
10+
sentry-sdk==2.56.0
1111
six==1.17.0
1212
uritemplate==4.2.0
13-
yarl==1.22.0
13+
yarl==1.23.0

0 commit comments

Comments
 (0)