-
Notifications
You must be signed in to change notification settings - Fork 19
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 in /.config with 8 updates #274
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 in /.config with 8 updates: | Package | From | To | | --- | --- | --- | | [black](https://github.com/psf/black) | `24.1.1` | `24.2.0` | | [cryptography](https://github.com/pyca/cryptography) | `42.0.2` | `42.0.3` | | [dnspython](https://github.com/rthalley/dnspython) | `2.5.0` | `2.6.0` | | [pipdeptree](https://github.com/tox-dev/pipdeptree) | `2.13.2` | `2.14.0` | | [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.1` | | [rpds-py](https://github.com/crate-py/rpds) | `0.17.1` | `0.18.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.2.2` | | [tox](https://github.com/tox-dev/tox) | `4.12.1` | `4.13.0` | Updates `black` from 24.1.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@24.1.1...24.2.0) Updates `cryptography` from 42.0.2 to 42.0.3 - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](pyca/cryptography@42.0.2...42.0.3) Updates `dnspython` from 2.5.0 to 2.6.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](rthalley/dnspython@v2.5.0...v2.6.0) Updates `pipdeptree` from 2.13.2 to 2.14.0 - [Release notes](https://github.com/tox-dev/pipdeptree/releases) - [Changelog](https://github.com/tox-dev/pipdeptree/blob/main/CHANGES.md) - [Commits](tox-dev/pipdeptree@2.13.2...2.14.0) Updates `pytest` from 8.0.0 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@8.0.0...8.0.1) Updates `rpds-py` from 0.17.1 to 0.18.0 - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](crate-py/rpds@v0.17.1...v0.18.0) Updates `ruff` from 0.2.1 to 0.2.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.2.1...v0.2.2) Updates `tox` from 4.12.1 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.12.1...4.13.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: dnspython dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pipdeptree dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: rpds-py dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tox dependency-type: direct:production update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
The following labels could not be found: |
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
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 in /.config with 8 updates:
24.1.1
24.2.0
42.0.2
42.0.3
2.5.0
2.6.0
2.13.2
2.14.0
8.0.0
8.0.1
0.17.1
0.18.0
0.2.1
0.2.2
4.12.1
4.13.0
Updates
black
from 24.1.1 to 24.2.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
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)Updates
cryptography
from 42.0.2 to 42.0.3Changelog
Sourced from cryptography's changelog.
Commits
c49a7a5
changelog and version bump for 42.0.3 (#10396)396bcf6
fix provider loading take two (#10390) (#10395)0e0e46f
backport: initialize openssl's legacy provider in rust (#10323) (#10333)Updates
dnspython
from 2.5.0 to 2.6.0Release notes
Sourced from dnspython's releases.
Changelog
Sourced from dnspython's changelog.
Commits
cecb853
Further improve CVE fix coverage to 100% for sync and async.7952e31
test IgnoreErrorse093299
For the Tudoor fix, we also need the UDP nameserver to ignore_unexpected.3af9f78
2.6.0 versioningca63d95
Require cryptography >=41 instead of 42.902cbf3
Create CODE_OF_CONDUCT.mded9795f
github contributing and pull request template1a581c7
The DoHNameserver now supports using GET instead of POST742fddb
2.6.0 prep80b03f8
2.6.0 prepUpdates
pipdeptree
from 2.13.2 to 2.14.0Release notes
Sourced from pipdeptree's releases.
Commits
134ca6e
Implement --license option (#318)312818a
[pre-commit.ci] pre-commit autoupdate (#317)9d8f2b7
[pre-commit.ci] pre-commit autoupdate (#316)1cd3453
[pre-commit.ci] pre-commit autoupdate (#315)75389a0
[pre-commit.ci] pre-commit autoupdate (#314)d317f9b
[pre-commit.ci] pre-commit autoupdate (#313)Updates
pytest
from 8.0.0 to 8.0.1Release notes
Sourced from pytest's releases.
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
rpds-py
from 0.17.1 to 0.18.0Release notes
Sourced from rpds-py's releases.
Commits
ce3bf37
Type annotation and test for HashTrieMap.update.7ff2d43
Merge pull request #52 from crate-py/dependabot/github_actions/pre-commit/act...d57b92c
Bump pre-commit/action from 3.0.0 to 3.0.10b1a9ac
Merge pull request #51 from crate-py/pre-commit-ci-update-configce4b8bc
[pre-commit.ci] auto fixes from pre-commit.com hooksc581b56
[pre-commit.ci] pre-commit autoupdate783e3ef
Implement Queue.hash.ee1bf7e
Explicitly remind ourselves that dict.values != dict.values in the tests.Updates
ruff
from 0.2.1 to 0.2.2Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
235cfb7
Bump version to v0.2.2 (#10018)91ae81b
MoveRUF001
,RUF002
to AST checker (#9993)d46c5d8
docs: Formatter compatibility warning for D207 and D300 (#10007)20217e9
Fix panic on RUF027 (#9990)72bf1c2
Preview minimal f-string formatting (#9642)c47ff65
chore(docs): update Discord invite to permalink (#10005)c3bba54
Fix SIM113 false positive with async for loops (#9996)fe79798
split string module (#9987)bb8d203
Use atomic write when persisting cache (#9981)f40e012
Use name directly in RUF006 (#9979)Updates
tox
from 4.12.1 to 4.13.0Release notes
Sourced from tox's releases.
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)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