8000 Bump the pip group with 3 updates by dependabot[bot] · Pull Request #212 · python/release-tools · GitHub
[go: up one dir, main page]

Skip to content

Bump the pip group with 3 updates #212

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 11, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Bump the pip group with 3 updates
Bumps the pip group with 3 updates: [sigstore](https://github.com/sigstore/sigstore-python), [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) and [blurb](https://github.com/python/blurb).


Updates `sigstore` from 3.6.0 to 3.6.1
- [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.0...v3.6.1)

Updates `pytest-aiohttp` from 1.0.5 to 1.1.0
- [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases)
- [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/pytest-aiohttp@v1.0.5...v1.1.0)

Updates `blurb` from 1.3.0 to 2.0.0
- [Release notes](https://github.com/python/blurb/releases)
- [Changelog](https://github.com/python/blurb/blob/main/CHANGELOG.md)
- [Commits](python/blurb@v1.3.0...v2.0.0)

---
updated-dependencies:
- dependency-name: sigstore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip
- dependency-name: pytest-aiohttp
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: pip
- dependency-name: blurb
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Feb 1, 2025
commit 1893e15ed1615fc1481c58c83d99d5060a88772e
6 changes: 3 additions & 3 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -461,9 +461,9 @@ pytest==8.3.4 \
# pytest-asyncio
# pytest-cov
# pytest-mock
pytest-aiohttp==1.0.5 \
--hash=sha256:63a5360fd2f34dda4ab8e6baee4c5f5be4cd186a403cabd498fced82ac9c561e \
--hash=sha256:880262bc5951e934463b15e3af8bb298f11f7d4d3ebac970aab425aff10a780a
pytest-aiohttp==1.1.0 \
--hash=sha256:147de8cb164f3fc9d7196967f109ab3c0b93ea3463ab50631e56438eab7b5adc \
--hash=sha256:f39a11693a0dce08dd6c542d241e199dd8047a6e6596b2bcfa60d373f143456d
# via -r dev-requirements.in
pytest-asyncio==0.25.0 \
--hash=sha256:8c0610303c9e0442a5db8604505fc0f545456ba1528824842b37b4a626cbf609 \
Expand Down
2 changes: 1 addition & 1 deletion mypy-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ mypy==1.14.1
pytest
pytest-mock
python-gnupg # untyped :(
sigstore==3.6.0
sigstore==3.6.1
types-paramiko
types-requests
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --generate-hashes --output-file=requirements.txt requirements.in
#
--only-binary :all:
--no-binary grapheme
--no-binary grpclib
--only-binary :all:

about-time==4.2.1 \
--hash=sha256:8bbf4c75fe13cbd3d72f49a03b02c5c7dca32169b6d49117c257e7eb3eaee341
Expand Down Expand Up @@ -132,8 +132,8 @@ bcrypt==4.2.1 \
betterproto==2.0.0b6 \
--hash=sha256:a0839ec165d110a69d0d116f4d0e2bec8d186af4db826257931f0831dab73fcf
# via sigstore-protobuf-specs
blurb==1.3.0 \
--hash=sha256:9e015fd2d930a50dfc27f7d744c58fa16e250e0e8d3f4702d042dbdc82fc530f
blurb==2.0.0 \
--hash=sha256:f6d0e858dbe94765f6a89b8228217ffdb9c19cff08fc8f2c3153954846d31aa1
# via -r requirements.in
certifi==2024.12.14 \
--hash=sha256:1275f7a45be9464efc1173084eaa30f866fe2e47d389406136d332ed4967ec56
Expand Down
Loading
0