chore(deps): bump the python-packages group across 1 directory with 9 updates - #405
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the python-packages group across 1 directory with 9 updates#405dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
… updates Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [mypy](https://github.com/python/mypy), [black](https://github.com/psf/black), [ruff](https://github.com/astral-sh/ruff), [tox](https://github.com/tox-dev/tox), [pre-commit](https://github.com/pre-commit/pre-commit), [numpy](https://github.com/numpy/numpy), [timm](https://github.com/huggingface/pytorch-image-models) and [qrcode](https://github.com/lincolnloop/python-qrcode) to permit the latest version. Updates `pytest` from 8.2.0 to 8.3.5 - [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.2.0...8.3.5) Updates `mypy` from 1.10.0 to 1.15.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.15.0) Updates `black` from 24.4.2 to 25.1.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...25.1.0) Updates `ruff` from 0.4.3 to 0.9.10 - [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.4.3...0.9.10) Updates `tox` to 4.24.2 - [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.15.0...4.24.2) Updates `pre-commit` to 4.1.0 - [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.7.0...v4.1.0) Updates `numpy` from 1.26.4 to 2.2.3 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v1.26.4...v2.2.3) Updates `timm` from 0.9.16 to 1.0.15 - [Release notes](https://github.com/huggingface/pytorch-image-models/releases) - [Commits](huggingface/pytorch-image-models@v0.9.16...v1.0.15) Updates `qrcode` from 7.4.2 to 8.0 - [Changelog](https://github.com/lincolnloop/python-qrcode/blob/main/CHANGES.rst) - [Commits](lincolnloop/python-qrcode@v7.4.2...v8.0) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: black dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: tox dependency-type: direct:development dependency-group: python-packages - dependency-name: pre-commit dependency-type: direct:development dependency-group: python-packages - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: timm dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: qrcode dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
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
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.
Updates the requirements on pytest, mypy, black, ruff, tox, pre-commit, numpy, timm and qrcode to permit the latest version.
Updates
pytestfrom 8.2.0 to 8.3.5Release notes
Sourced from pytest's releases.
... (truncated)
Commits
b55ab2aPrepare release version 8.3.5e217726Added dedicated page about using types with pytest #12842 (#12963) (#13260)2fa3f83Add more resources and studies to flaky tests page in docs (#13250) (#13259)e5c2efeMerge pull request #13256 from webknjaz/maintenance/towncrier-bump (#13258)3419674Merge pull request #13187 from pytest-dev/patchback/backports/8.3.x/b4009b319...b75cfb1Add readline workaround for libedit (#13176)edbfff7doc: Clarify capturing .readouterr() return value (#13222) (#13225)2ebba00Merge pull request #13199 from jakkdl/tox_docs_no_fetch (#13200)eb6496bdoc: Change training to remote only (#13196) (#13197)78cf1f6ci: Bump build-and-inspect-python-package (#13188)Updates
mypyfrom 1.10.0 to 1.15.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
9397454remove +dev from version ahead of final release686b591remove "unreleased" from 1.15 changelog entrycb4b243Various small updates to 1.15 changelog (#18599)1a26502Prepare changelog for 1.15 release (#18583)d4515e4Fix a few PR links in the changelog (#18586)f83b643Add object self-type to tuple test fixture (#18592)ebc2cb8Prevent crash on generic NamedTuple with unresolved typevar bound (#18585)63c251eempty commit to trigger wheel rebuildc30573eFix literal context for ternary expressions (for real) (#18545)23d862dFix isinstance with explicit (non generic) type alias (#18512)Updates
blackfrom 24.4.2 to 25.1.0Release notes
Sourced from black's releases.
... (truncated)
Changelog
Sourced from black's changelog.
... (truncated)
Commits
8a737e7Prepare release 25.1.0 (#4563)d330deedocs: We're not going to use backslashes for the with statement (#4564)3d81290Movewrap_long_dict_values_in_parensto the preview style (#4561)459562cImprove function declaration wrapping when it contains generic type definitio...99dbf30Cache executor to avoid hitting open file limits (#4560)c0b92f3Prepare the 2025 stable style (#4558)e58baf1Add test for #1187 (#4559)1455ae4Fix docs CI (#4555)584d033fix: Don't remove parenthesis around long dictionary values (#4377)6e96540Fix CI (#4551)Updates
rufffrom 0.4.3 to 0.9.10Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
0dfa810Bump 0.9.10 (#16556)9cd0cdeAssert that formatted code doesn't introduce any new unsupported syntax error...05a4c29print MDTEST_TEST_FILTER value in single-quotes (and escaped) (#16548)b3c884f[syntax-errors] Parenthesized keyword argument names after Python 3.8 (#16482)6c14225[syntax-errors] Tuple unpacking inreturnandyieldbefore Python 3.8 (#1...0a627ef[red-knot] Never is callable and iterable. Arbitrary attributes can be access...a25be46Clarify that D417 only checks docstrings with an arguments section (#16494)ce0018cAddOsSystemsupport to mdtests (#16518)48f906eAdd tests for case-sensitive module resolution (#16517)ebd172e[red-knot] Several failing tests for generics (#16509)Updates
toxto 4.24.2Release notes
Sourced from tox's releases.
Changelog
Sourced from tox's changelog.
... (truncated)
Commits
05835bfrelease 4.24.24852262TOML set_env file support (#3478)1dac11ffix: Respect--parallel Nwith--parallel-no-spinner(#3495)fd44904[pre-commit.ci] pre-commit autoupdate (#3488)32879c8[pre-commit.ci] pre-commit autoupdate (#3486)0a4ba54[pre-commit.ci] pre-commit autoupdate (#3484)65d404eGh issue 3456 update environment variable documentation (#3482)28212abAdd missing bracket in config example (#3481)6b40c0cfix(docs): update expected code (#3480)6e53aea[pre-commit.ci] pre-commit autoupdate (#3479)Updates
pre-committo 4.1.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
b152e92v4.1.0c3125a4Merge pull request #3389 from lorenzwalthert/dev-always-unset-renvc2c061cfix: ensure env patch is applied for vanilla emulationcd429dbMerge pull request #3382 from pre-commit/pre-commit-ci-update-config9b9f8e2[pre-commit.ci] pre-commit autoupdate86300a4Merge pull request #3376 from pre-commit/r-gone77edad8install r on ubuntu runners18b3939Merge pull request #3375 from pre-commit/dotnet-tests-ubuntu-latest31cb945Merge pull request #3374 from pre-commit/docker-image-tests-ubuntu-22-not-pre...28c3d81update .net tests to use .net 8Updates
numpyfrom 1.26.4 to 2.2.3Release notes
Sourced from numpy's releases.
... (truncated)
Changelog
Sourced from numpy's changelog.
... (truncated)
Commits
a274561Merge pull request #28322 from charris/prepare-2.2.35ab0f71REL: Prepare for the NumPy 2.2.3 release [wheel build]010ad9bMerge pull request #28324 from charris/update-test_dirichlet_moderately_small...6338746CI: update test_moderately_small_alpha [wheel build]56f8d5bMerge pull request #28321 from charris/backport-2829048515a3MAINT: Update some testing files from main96ca7e3MAINT: respond to code reviewc20ac88MAINT: use a try/finally to make the deadlock protection more robustd494647MAINT: fix indentation and clarify comment3f8fbd6MAINT: go back to try/exceptUpdates
timmfrom 0.9.16 to 1.0.15Release notes
Sourced from timm's releases.
... (truncated)
Commits
e44f14dUpdate README