Skip to content

Commit c09e115

Browse files
Bump the pip group with 2 updates (#311)
* Bump the pip group with 3 updates Bumps the pip group with 3 updates: [sigstore](https://github.com/sigstore/sigstore-python), [mypy](https://github.com/python/mypy) and [pyfakefs](https://github.com/pytest-dev/pyfakefs). Updates `sigstore` from 3.6.5 to 4.1.0 - [Release notes](https://github.com/sigstore/sigstore-python/releases) - [Changelog](https://github.com/sigstore/sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/sigstore-python@v3.6.5...v4.1.0) Updates `mypy` from 1.18.2 to 1.19.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.18.2...v1.19.0) Updates `pyfakefs` from 5.10.1 to 5.10.2 - [Release notes](https://github.com/pytest-dev/pyfakefs/releases) - [Changelog](https://github.com/pytest-dev/pyfakefs/blob/main/CHANGES.md) - [Commits](pytest-dev/pyfakefs@v5.10.1...v5.10.2) --- updated-dependencies: - dependency-name: sigstore dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: pip - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pyfakefs dependency-version: 5.10.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com> * Downgrade sigstore version from 4.1.0 to 3.6.5 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
1 parent 161d549 commit c09e115

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dev-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -505,9 +505,9 @@ propcache==0.2.1 \
505505
# via
506506
# aiohttp
507507
# yarl
508-
pyfakefs==5.10.1 \
509-
--hash=sha256:2e752d2e05e77add0759bb17efb1418060c176e8c06399c8258ca49377ab5b20 \
510-
--hash=sha256:4d76c481ba47d5e09d7a32519e837bcbd36f0e2bd7bc09ea75e633167665a4e5
508+
pyfakefs==5.10.2 \
509+
--hash=sha256:6ff0e84653a71efc6a73f9ee839c3141e3a7cdf4e1fb97666f82ac5b24308d64 \
510+
--hash=sha256:8ae0e5421e08de4e433853a4609a06a1835f4bc2a3ce13b54f36713a897474ba
511511
# via -r dev-requirements.in
512512
pygments==2.19.2 \
513513
--hash=sha256:636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887 \

mypy-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
aiohttp==3.13.2
22
alive_progress>=3.3.0
3-
mypy==1.18.2
3+
mypy==1.19.0
44
pyfakefs
55
pytest
66
pytest-mock

0 commit comments

Comments
 (0)