-
Notifications
You must be signed in to change notification settings - Fork 1
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
Bump the dependencies group with 10 updates #3
Closed
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
Bumps the dependencies group with 10 updates: | Package | From | To | | --- | --- | --- | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `8.0.1` | | [pytest-xdist](https://github.com/pytest-dev/pytest-xdist) | `3.3.1` | `3.5.0` | | [pytest-timeout](https://github.com/pytest-dev/pytest-timeout) | `2.1.0` | `2.2.0` | | [pytest-mock-resources[redis]](https://github.com/schireson/pytest-mock-resources) | `2.9.2` | `2.10.0` | | [python-on-whales](https://github.com/gabrieldemarmiesse/python-on-whales) | `0.65.0` | `0.69.0` | | [tox](https://github.com/tox-dev/tox) | `4.11.3` | `4.13.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `3.4.0` | `3.6.2` | | [twine](https://github.com/pypa/twine) | `4.0.2` | `5.0.0` | | [wheel](https://github.com/pypa/wheel) | `0.41.2` | `0.42.0` | | [black](https://github.com/psf/black) | `23.9.1` | `24.2.0` | Updates `pytest` from 7.4.2 to 8.0.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@7.4.2...8.0.1) Updates `pytest-xdist` from 3.3.1 to 3.5.0 - [Release notes](https://github.com/pytest-dev/pytest-xdist/releases) - [Changelog](https://github.com/pytest-dev/pytest-xdist/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-xdist@v3.3.1...v3.5.0) Updates `pytest-timeout` from 2.1.0 to 2.2.0 - [Commits](pytest-dev/pytest-timeout@2.1.0...2.2.0) Updates `pytest-mock-resources[redis]` from 2.9.2 to 2.10.0 - [Release notes](https://github.com/schireson/pytest-mock-resources/releases) - [Changelog](https://github.com/schireson/pytest-mock-resources/blob/main/CHANGELOG.md) - [Commits](schireson/pytest-mock-resources@v2.9.2...v2.10.0) Updates `python-on-whales` from 0.65.0 to 0.69.0 - [Release notes](https://github.com/gabrieldemarmiesse/python-on-whales/releases) - [Commits](gabrieldemarmiesse/python-on-whales@v0.65.0...v0.69.0) Updates `tox` from 4.11.3 to 4.13.0 - [Release notes](https://github.com/tox-dev/tox/releases) - [Changelog](https://github.com/tox-dev/tox/blob/main/docs/changelog.rst) - [Commits](tox-dev/tox@4.11.3...4.13.0) Updates `pre-commit` from 3.4.0 to 3.6.2 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v3.4.0...v3.6.2) Updates `twine` from 4.0.2 to 5.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](pypa/twine@4.0.2...5.0.0) Updates `wheel` from 0.41.2 to 0.42.0 - [Release notes](https://github.com/pypa/wheel/releases) - [Changelog](https://github.com/pypa/wheel/blob/main/docs/news.rst) - [Commits](pypa/wheel@0.41.2...0.42.0) Updates `black` from 23.9.1 to 24.2.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@23.9.1...24.2.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: pytest-xdist dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-timeout dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest-mock-resources[redis] dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: python-on-whales dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: twine dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: wheel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
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
0 participants
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 dependencies group with 10 updates:
7.4.2
8.0.1
3.3.1
3.5.0
2.1.0
2.2.0
2.9.2
2.10.0
0.65.0
0.69.0
4.11.3
4.13.0
3.4.0
3.6.2
4.0.2
5.0.0
0.41.2
0.42.0
23.9.1
24.2.0
Updates
pytest
from 7.4.2 to 8.0.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
d7d320a
Prepare release version 8.0.19369916
Merge pull request #11992 from bluetech/backport-11991a232abd
[8.0.x] recwarn: fix pytest.warns handling of Warnings with multiple arguments92203d2
Merge pull request #11990 from bluetech/backport-11920f1aa922
[8.0.x] recwarn: let base exceptions propagate throughpytest.warns
againd86d081
[8.0.x] Addedlogot
to the plugin list (#11977)c554c3d
Merge pull request #11968 from pytest-dev/backport-11957-to-8.0.xa6851e3
[8.0.x] main: fix reversed collection order in Sessione6f6be3
[8.0.x] Improve error message when using@pytest
.fixture twice (#11958)23b91d1
[8.0.x] Merge pull request #11941 from bluetech/doctest-parsefactories (#11948)Updates
pytest-xdist
from 3.3.1 to 3.5.0Changelog
Sourced from pytest-xdist's changelog.
Commits
95b309e
Release 3.5.03fe877b
LoadScope scheduler: Sort scopes by number of tests to assign biggest scopes ...f36ea25
Create GitHub release after deploy (#973)d81f575
Merge pull request #969 from pytest-dev/pre-commit-ci-update-config1d26164
[pre-commit.ci] pre-commit autoupdate5f43575
Merge pull request #966 from pytest-dev/release-3.4.0a6b5611
Update CHANGELOG64f9388
Add support for Python 3.12230ba6a
Properly wait for workers when test run terminates early (#963)93ca202
fix typo index -> insteadUpdates
pytest-timeout
from 2.1.0 to 2.2.0Commits
78cc24f
version bump263db99
Add a pyproject.toml and setup.cfg2ee3361
update python versions2eb4f9c
Added Python 3.11cc9cce7
update changelog6c3a5b4
remove marker support, update description198b792
better cli option name389a669
add --disable-debugger-detection flag7d4c413
Milder language on README5aff2a9
Simplify handling offunc_only
Updates
pytest-mock-resources[redis]
from 2.9.2 to 2.10.0Release notes
Sourced from pytest-mock-resources[redis]'s releases.
Commits
23e40ad
feat: Add way for 3rd party resources to register into the PMR cli. (#199)7ef324e
chore: Adopt ruff. (#201)4d08df2
feat: Implement support for "client_call" in python on whales, with a… (#198)Updates
python-on-whales
from 0.65.0 to 0.69.0Release notes
Sourced from python-on-whales's releases.
... (truncated)
Commits
4ed016d
Bump version to 0.69.06e5a7a9
Add support for podman--env-host
flag when creating containers (#551)ffb4e47
✨ addplatforms
parameter tobuildx.create
(#541)ae158ac
Fixed pydantic error on service model (#548)d8420f9
Add tty and interactive flags to container create and start (#545)f9d129b
Various tidyup for containercli_wrapper.py
(#538)7775d2a
Add some rules to ensure an healthy contributor experiencef2eb701
Tidy up ReloadableObjectFromJson._fetch_inspect_result_json() to return a loa...26302ea
Move most of the remaining tests to use docker_client or ctr_client fixture (...3c3d0cb
Convert test_network.py, not passing with podman yet (#533)Updates
tox
from 4.11.3 to 4.13.0Release notes
Sourced from tox's releases.
... (truncated)
Changelog
Sourced from tox's changelog.
Commits
ae156e2
release 4.13.0fa923ec
Extract packaging virtualenv code to its own class (#3221)47bcea6
[pre-commit.ci] pre-commit autoupdate (#3217)fb83a3a
Revert previous "precommit autoupdate (#3214)" commit; it's broken (#3215)3347933
[pre-commit.ci] pre-commit autoupdate (#3214)2bcc3ec
config.cli.test_cli_ini: Re-order for clarity (textual moves only) (#3209)387834a
session.env_select.CliEnv: Document and test spaces behaviour (#3208)47fa093
docs/development "Key points": Two updates and general improvement (#3205)1b5b187
Document how CliEnv works (#3206)b3eb86a
Add tests for CliEnv (#3204)Updates
pre-commit
from 3.4.0 to 3.6.2Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
e525726
v3.6.23187538
Merge pull request #3130 from pre-commit/golang-build-during-commit-a61d9c95
fix building golang hooks duringcommit --all
15bd0c7
v3.6.192678c3
Merge pull request #3126 from pre-commit/crlf-only-diff032d8e2
staged_files_only can handle a crlf-only diff7384838
Merge pull request #3110 from untitaker/pythonexecutable96e0712
[pre-commit.ci] auto fixes from pre-commit.com hooks3388e2d
Pop PYTHONEXECUTABLE10f8853
Merge pull request #3107 from pre-commit/pre-commit-ci-update-configUpdates
twine
from 4.0.2 to 5.0.0Changelog
Sourced from twine's changelog.
Commits
94f810c
Merge pull request #1047 from pypa/new-release09d993a
Update linkcheck_ignore setting for docsab0ed19
Apply 2024 black format407e6cc
Build changelog for 5.0.06644b86
Add missing changelog entriesfe1885f
Merge pull request #1034 from DimitriPapadopoulos/codespell694bdcf
Fix typos found by codespell89ec78c
Merge pull request #1040 from woodruffw-forks/ww/pypi-mandatory-api-tokensb3b363a
tests: lintage6e94d20
tests: more non-PyPI testsUpdates
wheel
from 0.41.2 to 0.42.0Release notes
Sourced from wheel's releases.
Changelog
Sourced from wheel's changelog.
... (truncated)
Commits
63a09bb
Created a new releasef4b8e48
Several fixes toWHEEL
metadata handling (#588)11e5732
[pre-commit.ci] pre-commit autoupdate (#586)fe6bb82
[pre-commit.ci] pre-commit autoupdate (#584)b90a4bc
[pre-commit.ci] pre-commit autoupdate (#581)56de2eb
Added a link to the GitHub repository to pyproject.toml (#563)a899f1c
Fixed parameter for release-notes254ba46
Created a new release6f33736
Updated actions and added GitHub release automation83b77e5
Replacedblack
withruff-format
Updates
black
from 23.9.1 to 24.2.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
6fdf8a4
Prepare release 24.2.0 (#4226)8af4394
fix: Don't remove comments along with parens (#4218)35e9776
Bump pre-commit/action from 3.0.0 to 3.0.1 (#4225)23dfc5b
Fix ignoring input files for symlink reasons (#4222)a201003
Simplify check for symlinks that resolve outside root (#4221)dab37a6
Remove redundant parentheses incase
statementif
guards (#4214)32230e6
fix: bug where the doublestar operation had inconsistent formatting. (#4154)7edb50f
fix: additional newline added to docstring when the previous line length is l...3e80de3
Bump furo from 2023.9.10 to 2024.1.29 in /docs (#4211)a08b480
Bump pypa/cibuildwheel from 2.16.4 to 2.16.5 (#4212)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
...Description has been truncated