-
Notifications
You must be signed in to change notification settings - Fork 24
Bump the minor-patch group across 1 directory with 6 updates #1153
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
Closed
Conversation
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
Bumps the minor-patch group with 6 updates in the / directory: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.5` | `2.11.7` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.29.1` | `2.30.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.8.2` | `7.9.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.3.5` | `8.4.0` | | [types-requests](https://github.com/typeshed-internal/stub_uploader) | `2.32.0.20250602` | `2.32.4.20250611` | | [ruff](https://github.com/astral-sh/ruff) | `0.11.12` | `0.11.13` | Updates `pydantic` from 2.11.5 to 2.11.7 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.5...v2.11.7) Updates `sentry-sdk` from 2.29.1 to 2.30.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.29.1...2.30.0) Updates `coverage` from 7.8.2 to 7.9.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.8.2...7.9.1) Updates `pytest` from 8.3.5 to 8.4.0 - [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.0) Updates `types-requests` from 2.32.0.20250602 to 2.32.4.20250611 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `ruff` from 0.11.12 to 0.11.13 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.11.12...0.11.13) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: sentry-sdk dependency-version: 2.30.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: minor-patch - dependency-name: types-requests dependency-version: 2.32.4.20250611 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch - dependency-name: ruff dependency-version: 0.11.13 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
The |
leplatrem
approved these changes
Jun 16, 2025
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
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 minor-patch group with 6 updates in the / directory:
2.11.5
2.11.7
2.29.1
2.30.0
7.8.2
7.9.1
8.3.5
8.4.0
2.32.0.20250602
2.32.4.20250611
0.11.12
0.11.13
Updates
pydantic
from 2.11.5 to 2.11.7Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
5f033e4
Prepare release v2.11.7c3368b8
CopyFieldInfo
instance if necessary duringFieldInfo
build (#11980)3987b23
Prepare release v2.11.6dc7a9d2
Always store the original field assignment onFieldInfo
c284c27
Rebuild dataclass fields before schema generationUpdates
sentry-sdk
from 2.29.1 to 2.30.0Release notes
Sourced from sentry-sdk's releases.
Changelog
Sourced from sentry-sdk's changelog.
Commits
719efd5
Update CHANGELOG.md949c4e8
release: 2.30.051db87c
feat(loguru): Sentry logs for Loguru (#4445)1433ec2
fix(logs): Don't gate user behindsend_default_pii
(#4453)8ca298a
fix(logging): Strip logrecord.name
for more robust matching (#4411)4420c4d
Migrate to modern threading interface (#4452)7f8571c
ref: Remove_capture_experimental_log
scope
parameter (#4424)a662a9d
feat(logs): Add user attributes to logs (#4423)c2d5a76
tests: Regenerate tox.ini & fix CI (#4435)7cf4ee4
fix: fix ARQ integration error (#4427) (#4428)Updates
coverage
from 7.8.2 to 7.9.1Changelog
Sourced from coverage's changelog.
Commits
4fa1b71
docs: sample HTML for 7.9.15cf757b
docs: prep for 7.9.1bea6204
fix: better defaulting of core7795441
fix: fewer warnings, default to sys.monitoring on 3.14+18aa074
fix: some custom builds don't have file8c5bf65
chore: make upgrade128c4f4
build: bump version to 7.9.1452d86f
docs: sample HTML for 7.9.0a670927
docs: prep for 7.9.03b0cb87
build: windows 3.14 is fixedUpdates
pytest
from 8.3.5 to 8.4.0Release notes
Sourced from pytest's releases.
... (truncated)
Commits
315b3ae
Prepare release version 8.4.01498ba3
Merge pull request #13467 from pytest-dev/towncrier-createe4389ac
Remove resultlog from the docs (#13465)64b2301
scripts/release: add missingbuild
totowncrier
call4c205cf
testing/plugins_integration: update Django (#13463)4dcbcc9
Merge pull request #13458 from pytest-dev/dup-param-error5293016
Merge pull request #13459 from pytest-dev/pyright-minor-fixes7a48181
Add pyright configuration9fc6db9
pytester: avoid confusingx
self parameter9aa198b
mark/expression: fix self -> clsUpdates
types-requests
from 2.32.0.20250602 to 2.32.4.20250611Commits
Updates
ruff
from 0.11.12 to 0.11.13Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
5faf72a
Bump 0.11.13 (#18484)28dbc5c
[ty] Fix completion order in playground (#18480)ce216c7
RemoveMessage::to_rule
(#18447)33468cc
[pyupgrade
] ApplyUP035
only on py313+ forget_type_hints()
(#18476)8531f4b
[ty] Add infrastructure for AST garbage collection (#18445)5510020
[ty] IDE: add support forobject.\<CURSOR>
completions (#18468)c0bb83b
[perflint
] fix missing parentheses for lambda and ternary conditions (PERF4...74a4e9a
Combine lint and syntax error handling (#18471)8485dbb
[ty] Fix--python
argument for Windows, and improve error messages for bad ...0858896
[ty] type narrowing by attribute/subscript assignments (#18041)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