-
Notifications
You must be signed in to change notification settings - Fork 12
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
build(deps-dev): bump the dev-deps group across 1 directory with 5 updates #1867
Merged
Conversation
This file contains 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
@dependabot rebase |
dependabot
bot
force-pushed
the
dependabot/pip/dev-deps-0dc5180320
branch
from
January 6, 2025 09:05
97ecc32
to
dafc94c
Compare
Fanaen
approved these changes
Jan 7, 2025
I wonder why were the jobs canceled? |
@dependabot rebase |
@Fanaen I guess the jobs were automatically killed by github actions after 6 hours. Seems like the upgrade to poetry 2.0 was the cause, it seems to hang on |
…dates Bumps the dev-deps group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` | | [mypy](https://github.com/python/mypy) | `1.13.0` | `1.14.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.0` | `0.25.1` | | [types-simplejson](https://github.com/python/typeshed) | `3.19.0.20240801` | `3.19.0.20241221` | | [ruff](https://github.com/astral-sh/ruff) | `0.8.4` | `0.8.6` | Updates `click` from 8.1.7 to 8.1.8 - [Release notes](https://github.com/pallets/click/releases) - [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst) - [Commits](pallets/click@8.1.7...8.1.8) Updates `mypy` from 1.13.0 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.13.0...v1.14.1) Updates `pytest-asyncio` from 0.25.0 to 0.25.1 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v0.25.1) Updates `types-simplejson` from 3.19.0.20240801 to 3.19.0.20241221 - [Commits](https://github.com/python/typeshed/commits) Updates `ruff` from 0.8.4 to 0.8.6 - [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.8.4...0.8.6) --- updated-dependencies: - dependency-name: click dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dev-deps - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: types-simplejson dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dev-deps ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
force-pushed
the
dependabot/pip/dev-deps-0dc5180320
branch
from
January 7, 2025 10:22
dafc94c
to
9f1661c
Compare
Signed-off-by: Luka Peschke <[email protected]>
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 dev-deps group with 5 updates in the / directory:
8.1.7
8.1.8
1.13.0
1.14.1
0.25.0
0.25.1
3.19.0.20240801
3.19.0.20241221
0.8.4
0.8.6
Updates
click
from 8.1.7 to 8.1.8Release notes
Sourced from click's releases.
Changelog
Sourced from click's changelog.
Commits
934813e
release version 8.1.8c23223b
Add links to third-party projects enhancing Click (#2815)822d4fd
Add links to third-party projects8e7bed0
Break up arguments section (#2586)3241541
Remove some typing hints.bed0377
remove test pypi6534590
update dev dependenciesb1e392e
fix typosfdc6b02
Fix missing reset in isolation function (#2733)ffd43e9
Fixed missing reset on _compat.should_strip_ansi.Updates
mypy
from 1.13.0 to 1.14.1Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
251d12f
Remove +dev from version for release 1.14.1667e5f7
Revert "Remove redundant inheritances from Iterator in builtins" (#18324)67f673a
Fix enum truthiness for StrEnum (#18379)3755abb
Fix getargs argument passing (#18350)b9fa8ee
Update version to 1.14.1+dev for point release6f37859
Remove +dev from version for release 1.145a6a754
Minor updates to 1.14 changelog (#18310)9772d48
Update changelog for release 1.14 (#18301)92473c8
Warn about --follow-untyped-imports (#18249)e6ce8be
PEP 702 (@deprecated
): descriptors (#18090)Updates
pytest-asyncio
from 0.25.0 to 0.25.1Release notes
Sourced from pytest-asyncio's releases.
Commits
623ab74
docs: Prepare release of v0.25.1.c236550
docs: Fix broken link to the pytest.mark.asyncio reference.41c645b
fix: Correct warning message when redefining the event_loop fixture.2fd10f8
docs: Clarify deprecation of event_loop fixture.a4e82ab
docs: Added changelog entry for #1020.04f9044
refactor: Replace the "__original_fixture_loop" magic attribute with the more...dafef6c
refactor: Extracted a function to mark an event loop as created by pytest-asy...0c931b7
refactor: Extracted function to check if a loop was created by pytest-asyncio.0642dcd
fix: Fix broken event loop when a function-scoped test is in between two wide...050a5f8
[pre-commit.ci] pre-commit autoupdateUpdates
types-simplejson
from 3.19.0.20240801 to 3.19.0.20241221Commits
Updates
ruff
from 0.8.4 to 0.8.6Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
6b907c1
Ruff 0.8.6 (#15253)f319531
Make unreachable a test rule for now (#15252)e4d9fe0
Revert "Add all PEP-585 names to UP006 rule" (#15250)baf0d66
Update salsa (#15243)bde8ecd
[red-knot] Remove unneeded branch inType::is_equivalent_to()
(#15242)842f882
[ruff
] Avoid reporting whenndigits
is possibly negative (RUF057
) (#15234)75015b0
Attribute panics to the mdtests that cause them (#15241)706d87f
Show errors for attempted fixes only when passed--verbose
(#15237)0837cdd
[RUF
] Add rule to detect empty literal in deque call (RUF025
) (#15104)0dbfa8d
TD003: remove issue code length restriction (#15175)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