chore(deps): bump the dev-tools group across 1 directory with 8 updates#6
Open
dependabot[bot] wants to merge 1 commit into
Open
chore(deps): bump the dev-tools group across 1 directory with 8 updates#6dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Contributor
Author
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
93eeadf to
ff8fadd
Compare
ff8fadd to
393a716
Compare
Updates the requirements on [pytest-cov](https://github.com/pytest-dev/pytest-cov), [pandas-stubs](https://github.com/pandas-dev/pandas-stubs), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [bandit](https://github.com/PyCQA/bandit), [pip-audit](https://github.com/pypa/pip-audit), [pre-commit](https://github.com/pre-commit/pre-commit) and [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) to permit the latest version. Updates `pytest-cov` to 7.1.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.1.0...v7.1.0) Updates `pandas-stubs` to 3.0.3.260530 - [Changelog](https://github.com/pandas-dev/pandas-stubs/blob/main/docs/release_procedure.md) - [Commits](pandas-dev/pandas-stubs@v3.0.0.260204...v3.0.3.260530) Updates `ruff` to 0.15.15 - [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.15.0...0.15.15) Updates `mypy` to 2.1.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v2.1.0) Updates `bandit` to 1.9.4 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](PyCQA/bandit@1.8.0...1.9.4) Updates `pip-audit` to 2.10.0 - [Release notes](https://github.com/pypa/pip-audit/releases) - [Changelog](https://github.com/pypa/pip-audit/blob/main/CHANGELOG.md) - [Commits](pypa/pip-audit@v2.9.0...v2.10.0) Updates `pre-commit` to 4.6.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@v4.0.0...v4.6.0) Updates `pytest-randomly` to 4.1.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@3.15.0...4.1.0) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.9.4 dependency-type: direct:development dependency-group: dev-tools - dependency-name: mypy dependency-version: 1.20.2 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pandas-stubs dependency-version: 3.0.0.260204 dependency-type: direct:production dependency-group: dev-tools - dependency-name: pip-audit dependency-version: 2.10.0 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development dependency-group: dev-tools - dependency-name: pytest-cov dependency-version: 7.1.0 dependency-type: direct:production dependency-group: dev-tools - dependency-name: pytest-randomly dependency-version: 4.1.0 dependency-type: direct:production dependency-group: dev-tools - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development dependency-group: dev-tools ... Signed-off-by: dependabot[bot] <support@github.com>
393a716 to
ed23225
Compare
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-cov, pandas-stubs, ruff, mypy, bandit, pip-audit, pre-commit and pytest-randomly to permit the latest version.
Updates
pytest-covto 7.1.0Changelog
Sourced from pytest-cov's changelog.
... (truncated)
Commits
66c8a52Bump version: 7.0.0 → 7.1.0f707662Make the examples use pypy 3.11.6049a78Make context test use the old ctracer (seems the new sysmon tracer behaves di...8ebf20bUpdate changelog.861d30eRemove the backup context manager - shouldn't be needed since coverage 5.0, ...fd4c956Pass the precision on the nulled total (seems that there's some caching goion...78c9c4eOnly run the 3.9 on older deps.4849a92Punctuation.197c35eUpdate changelog and hopefully I don't forget to publish release again :))14dc1c9Update examples to use 3.11 and make the adhoc layout example look a bit more...Updates
pandas-stubsto 3.0.3.260530Commits
1a40eecVersion 3.0.3.2605300f063ecMake mypy rejectfloat(Series)calls (#1753)a073669GH1415 Enhance typing of Series[Categorical] (#1748)9df3c52TYP: GH1727 Narrow Series.to_numpy return types based on the dtype argument (...2da5f78GH1742 fix nightly CI (#1747)84e7d1aBUG: allow kwargs in Styler apply_index and map_index (#1725)82c9851GH1654 Pandas 3.0 support (#1741)4f6f533MNT: Fix missing check/assert_type harness where missing (#1749)3bbd508chore(ci): declare contents: read on test (#1751)ee82af5Modernize project settings in pyproject.toml (#1746)Updates
ruffto 0.15.15Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
db5aa0aBump 0.15.15 (#25431)366fe21[ty] Improve diagnostics for syntax errors in forward annotations (#25158)e2e1e64[ty] Remove excess capacity from more Salsa cached collections (#25411)1bd77e1[ty] Use diagnostic message as tie breaker when sorting (#25424)7e1bc1eAdd agent skills for working on ty (#25422)574e107Expand semantic syntax errors for invalid walruses (#25415)4a7ca06[ty] Display docs for matching parameter when hovering over the name of an ar...5432709Refine a few agents instructions (#25423)3cb09eb[ty] Supporttyping.TypeForm(#25334)c8cd59f[ty] Infer class attributes assigned by metaclass initialization (#25342)Updates
mypyto 2.1.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
c1c336dRemove +dev from version74df14bAdd changelog for mypy 2.1 (#21464)022d9bcRevert "TypeForm: Enable by default (#21262)"8826288[mypyc] Document librt.random (#21463)3f4067bBump librt version to 0.11.0 (#21458)2b1eb58[mypyc] Enable incremental self-compilation (#21369)8152f4aRespect file config comments for stale modules (#21444)116d60bFix nondeterminism from nonassociativity of overload joins (#21455)6c4af8eFix function call message change for small number of args (#21432)4b8fdca[mypyc] Add librt.random module (#21433)Updates
banditto 1.9.4Release notes
Sourced from bandit's releases.
Commits
92ae8b8Fix B106 reporting wrong line number on multiline function calls (#1360)c8c8a55Lower version guard in check_ast_node to Python 3.12 (#1355)8f2f928Fix B615 false positive when revision is set via variable (#1358)e27493fInclude filename in nosec 'no failed test' warning (#1363)b69b336Fix B613 crash when reading from stdin (#1361)e418b79Bump docker/build-push-action from 6.18.0 to 6.19.2 (#1357)ff646fdBump docker/login-action from 3.6.0 to 3.7.0 (#1353)c0def6cchore: fixed some typos in comments (#1351)765f00dLimit B614 to torch.load deserializers (#1348)06fbbabBump docker/setup-buildx-action from 3.11.1 to 3.12.0 (#1347)Updates
pip-auditto 2.10.0Release notes
Sourced from pip-audit's releases.
Changelog
Sourced from pip-audit's changelog.
... (truncated)
Commits
dec2165chore: prep release v2.10.0 (#905)d191a22Fix CycloneDX vulnerability-component linking (#980) (#981)a3f69b1dependabot: add cooldowns (#978)42df1b2build(deps): bump astral-sh/setup-uv from 7.1.3 to 7.1.4 (#976)d4cbb66build(deps): bump actions/checkout from 5.0.1 to 6.0.0 (#977)0f2889dbuild(deps): bump github/codeql-action from 4.31.3 to 4.31.4 (#975)ad15644build(deps): bump actions/checkout from 5.0.0 to 5.0.1 (#974)831ca98build(deps): bump astral-sh/setup-uv from 7.1.2 to 7.1.3 (#972)afeb9eabuild(deps): bump github/codeql-action from 4.31.2 to 4.31.3 (#973)2969e7cbuild(deps): bump github/codeql-action from 4.31.0 to 4.31.2 (#971)Updates
pre-committo 4.6.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
... (truncated)
Commits
f35134bv4.6.02a51ffcMerge pull request #3662 from pre-commit/hook-impl-optional-hook-dird7dee32make --hook-dir optional for hook-impl965aeb1Merge pull request #3661 from pre-commit/hook-impl-required2eacc06--hook-type is required for hook-implf5678bfMerge pull request #3657 from pre-commit/pre-commit-ci-update-config054cc5b[pre-commit.ci] pre-commit autoupdate5c0f302Merge pull request #3652 from pre-commit/pre-commit-ci-update-configa5d9114[pre-commit.ci] pre-commit autoupdate129a1f5Merge pull request #3641 from pre-commit/mxr-patch-1Updates
pytest-randomlyto 4.1.0Changelog
Sourced from pytest-randomly's changelog.
... (truncated)
Commits
c412c8dVersion 4.1.0657d9c3Upgrade dependencies (#722)49c8c1bFix a crash with Faker installed and plugin disabled (#721)c9181c2Bump django from 5.2.12 to 5.2.13 (#717)1292cc0Upgrade pre-commit to Python 3.14 (#716)56d1388[pre-commit.ci] pre-commit autoupdate (#715)43702c1Upgrade dependencies (#714)c3dc97cBump pygments from 2.19.2 to 2.20.0 (#713)a2dee8aImprove Coverage.py configuration (#712)fed4766Upgrade dependencies (#711)