-
-
Notifications
You must be signed in to change notification settings - Fork 39
Bump the pip group with 5 updates #259
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
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] <[email protected]>
…ents.in --upgrade-package pygments
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 pygments Note: if getting |
pygments==2.19.1 \ | ||
--hash=sha256:9ea1544ad55cecf4b8242fab6dd35a93bbce657034b0611ee383099054ab6d8c | ||
pygments==2.19.2 \ | ||
--hash=sha256:86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the reason why this only has one hash, but the one in dev-requirements.txt
has two (and other deps have several)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dev-requirements.txt
has the hashes for both the sdist and wheel:
636cb2477cec7f8952536970bc533bc43743542f70392ae026374600add5b887
https://pypi.org/project/Pygments/#pygments-2.19.2.tar.gz86540386c03d588bb81d44bc3928634ff26449851e99741617ecb9037ee5ec0b
https://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:
.
Bumps the pip group with 5 updates:
3.12.6
3.12.13
3.6.2
3.6.4
1.16.0
1.16.1
8.3.5
8.4.1
6.1.1
6.2.1
Updates
aiohttp
from 3.12.6 to 3.12.13Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
2ff9b61
Release 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)9404808
Increment version to 3.12.13.dev0 (#11184)a15febd
Release 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)2a7ed29
Increment version to 3.12.12.dev0 (#11159)f9621dc
Release 3.12.11 (#11157)Updates
sigstore
from 3.6.2 to 3.6.4Release notes
Sourced from sigstore's releases.
Changelog
Sourced from sigstore's changelog.
Commits
dd952eb
chore: prep release v3.6.4 (#1452)1586361
chore(deps): bump rfc3161-client to >= 1.0.3 (#1450) (#1451)0f88940
Backport 1424, prepare 3.6.3 release (#1425)Updates
mypy
from 1.16.0 to 1.16.1Commits
68b8fa0
Bump version to 1.16.1e253ede
Single underscore is not a sunder (#19273)9fb5ff6
Fix properties with setters after deleters (#19248)c20fd78
Handle assignment of bound methods in class bodies (#19233)c86480c
Tighten metaclass call handling in protocols (#19191)cb3c6ec
Fix crash on partial type used as context (#19216)c39f5e7
[mypyc] Fixing condition for handling user-defined del (#19188)0a4f284
Fix crash on invalid property inside its own body (#19208)9b079f6
Bump version to 1.16.1+devUpdates
pytest
from 8.3.5 to 8.4.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
8d99211
Prepare release version 8.4.15dc5880
docs: update pytest.ini addopts example to use separate -p entries (#13529) (...d0c7ed0
Reintroduce PytestReturnNotNoneWarning (#13495) (#13527)a1b3a78
Fix compatibility with Twisted 25 (#13502) (#13531)4c161ab
pytester: avoid unraisableexception gc collects in inline runs to speed up te...a86ee09
Fix typo in parametrize.rst (#13514) (#13516)1a0581b
Remove outdated warning about faulthandler_timeout on Windows (#13492) (#13493)4e631a7
Merge pull request #13486 from hosmir/fixtypo (#13487)b49745e
fix: support TerminalReporter.isatty being called (#13462) (#13483)cc5ceed
RELEASING: remove pytest mailing list (#13472) (#13473)Updates
pytest-cov
from 6.1.1 to 6.2.1Changelog
Sourced from pytest-cov's changelog.
Commits
55dbe43
Bump version: 6.2.0 → 6.2.1d17e9b7
Update changelog.8964ab7
Add a note for this warning disable.e932e41
Prevent unimported warnings @ pytest-xdist workers573379b
Bring pytest-cov's suprocess management in line with coverage's process_start...f1884e8
Fix xdist pin.512c669
Added minium version requirements for pluggin (for new-style hookwrappers). P...629ba64
Remove deprecated license classifier.dca5723
Bump version: 6.1.1 → 6.2.0f69166a
Also 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 rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major version
will 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 version
will 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