Merged
Conversation
Bumps the pip group with 5 updates: | Package | From | To | | --- | --- | --- | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.12.6` | `3.12.13` | | [sigstore](https://github.com/sigstore/sigstore-python) | `3.6.2` | `3.6.4` | | [mypy](https://github.com/python/mypy) | `1.16.0` | `1.16.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.1.1` | `6.2.1` | Updates `aiohttp` from 3.12.6 to 3.12.13 - [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.12.6...v3.12.13) Updates `sigstore` from 3.6.2 to 3.6.4 - [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.2...v3.6.4) Updates `mypy` from 1.16.0 to 1.16.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.16.0...v1.16.1) Updates `pytest` from 8.3.5 to 8.4.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.5...8.4.1) Updates `pytest-cov` from 6.1.1 to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: aiohttp dependency-version: 3.12.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: sigstore dependency-version: 3.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: mypy dependency-version: 1.16.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <support@github.com>
…ents.in --upgrade-package pygments
Member
|
The install error was: Because: ❯ rg pygments
requirements.txt
769:pygments==2.19.1 \
dev-requirements.txt
461:pygments==2.19.2 \Fixed with: pip-compile --generate-hashes --output-file=requirements.txt requirements.in --upgrade-package pygmentsNote: if getting |
hugovk
approved these changes
Jul 5, 2025
ezio-melotti
reviewed
Jul 5, 2025
| pygments==2.19.1 \ | ||
| --hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c | ||
| pygments==2.19.2 \ | ||
| --hash=sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b |
Member
There was a problem hiding this comment.
What is the reason why this only has one hash, but the one in dev-requirements.txt has two (and other deps have several)?
Member
There was a problem hiding this comment.
dev-requirements.txt has the hashes for both the sdist and wheel:
636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887https://pypi.org/project/Pygments/#pygments-2.19.2.tar.gz86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0bhttps://pypi.org/project/Pygments/#pygments-2.19.2-py3-none-any.whl
But requirements.txt only has the wheel hash because of --only-binary :all:.
ezio-melotti
approved these changes
Jul 6, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the pip group with 5 updates:
3.12.63.12.133.6.23.6.41.16.01.16.18.3.58.4.16.1.16.2.1Updates
aiohttpfrom 3.12.6 to 3.12.13Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
2ff9b61Release 3.12.13 (#11214)fc9b720[PR #11198/b151d3fc backport][3.12] Fix auto-created TCPConnector not using s...2d4a28b[PR #11192/b888dc5c backport][3.12] Add warning to release notes about the qu...bd374b1[PR #11193/43ea3b1d backport][3.12] Pin CI Python version to 3.13.3 (#11194)9404808Increment version to 3.12.13.dev0 (#11184)a15febdRelease 3.12.12 (#11183)e2b24d7[PR #11178/915338c7 backport][3.12] Fix cookie header parser ignoring reserve...608d8ff[PR #11173/85b0df43 backport][3.12] Fix cookie unquoting regression (#11179)2a7ed29Increment version to 3.12.12.dev0 (#11159)f9621dcRelease 3.12.11 (#11157)Updates
sigstorefrom 3.6.2 to 3.6.4Release notes
Sourced from sigstore's releases.
Changelog
Sourced from sigstore's changelog.
Commits
dd952ebchore: prep release v3.6.4 (#1452)1586361chore(deps): bump rfc3161-client to >= 1.0.3 (#1450) (#1451)0f88940Backport 1424, prepare 3.6.3 release (#1425)Updates
mypyfrom 1.16.0 to 1.16.1Commits
68b8fa0Bump version to 1.16.1e253edeSingle underscore is not a sunder (#19273)9fb5ff6Fix properties with setters after deleters (#19248)c20fd78Handle assignment of bound methods in class bodies (#19233)c86480cTighten metaclass call handling in protocols (#19191)cb3c6ecFix crash on partial type used as context (#19216)c39f5e7[mypyc] Fixing condition for handling user-defined del (#19188)0a4f284Fix crash on invalid property inside its own body (#19208)9b079f6Bump version to 1.16.1+devUpdates
pytestfrom 8.3.5 to 8.4.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
8d99211Prepare release version 8.4.15dc5880docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78Fix compatibility with Twisted 25 (#13502) (#13531)4c161abpytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09Fix typo in parametrize.rst (#13514) (#13516)1a0581bRemove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7Merge pull request #13486 from hosmir/fixtypo (#13487)b49745efix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceedRELEASING: remove pytest mailing list (#13472) (#13473)Updates
pytest-covfrom 6.1.1 to 6.2.1Changelog
Sourced from pytest-cov's changelog.
Commits
55dbe43Bump version: 6.2.0 → 6.2.1d17e9b7Update changelog.8964ab7Add a note for this warning disable.e932e41Prevent unimported warnings @ pytest-xdist workers573379bBring pytest-cov's suprocess management in line with coverage's process_start...f1884e8Fix xdist pin.512c669Added minium version requirements for pluggin (for new-style hookwrappers). P...629ba64Remove deprecated license classifier.dca5723Bump version: 6.1.1 → 6.2.0f69166aAlso trigger the sqlite warning.Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions