Bump the python-packages group with 7 updates - #421
Merged
Conversation
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [alembic](https://github.com/sqlalchemy/alembic) | `1.19.1` | `1.19.2` | | [pytest-randomly](https://github.com/pytest-dev/pytest-randomly) | `4.1.0` | `5.0.0` | | [pytest-rerunfailures](https://github.com/pytest-dev/pytest-rerunfailures) | `16.6` | `16.6.1` | | [faker](https://github.com/joke2k/faker) | `40.37.0` | `40.38.0` | | [prek](https://github.com/j178/prek) | `0.5.0` | `0.5.2` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.5` | `0.16.6` | | [types-jwcrypto](https://github.com/python/typeshed) | `1.5.8.20260720` | `1.6.0.20260903` | Updates `alembic` from 1.19.1 to 1.19.2 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `pytest-randomly` from 4.1.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-randomly/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-randomly@4.1.0...5.0.0) Updates `pytest-rerunfailures` from 16.6 to 16.6.1 - [Changelog](https://github.com/pytest-dev/pytest-rerunfailures/blob/master/CHANGES.rst) - [Commits](pytest-dev/pytest-rerunfailures@16.6...16.6.1) Updates `faker` from 40.37.0 to 40.38.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v40.37.0...v40.38.0) Updates `prek` from 0.5.0 to 0.5.2 - [Release notes](https://github.com/j178/prek/releases) - [Changelog](https://github.com/j178/prek/blob/master/CHANGELOG.md) - [Commits](j178/prek@v0.5.0...v0.5.2) Updates `ruff` from 0.16.5 to 0.16.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.16.5...0.16.6) Updates `types-jwcrypto` from 1.5.8.20260720 to 1.6.0.20260903 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: alembic dependency-version: 1.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-randomly dependency-version: 5.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-rerunfailures dependency-version: 16.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: faker dependency-version: 40.38.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: prek dependency-version: 0.5.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: types-jwcrypto dependency-version: 1.6.0.20260903 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
MTSOnGithub
enabled auto-merge (rebase)
September 10, 2026 05:19
MTSOnGithub
approved these changes
Sep 10, 2026
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.
Bumps the python-packages group with 7 updates:
1.19.11.19.24.1.05.0.016.616.6.140.37.040.38.00.5.00.5.20.16.50.16.61.5.8.202607201.6.0.20260903Updates
alembicfrom 1.19.1 to 1.19.2Release notes
Sourced from alembic's releases.
Commits
Updates
pytest-randomlyfrom 4.1.0 to 5.0.0Changelog
Sourced from pytest-randomly's changelog.
Commits
89ddfb1Version 5.0.00d00951Shuffle before other plugins' collection hooks (#746)817091dUpgrade dependencies (#745)42a2066Fix podcast link in README (#740)c2a001dReset Polyfactory's default random state on each test (#735)cc4762bUpgrade dependencies (#744)94aba4aUpgrade dependencies (#743)c9140efSupport Python 3.15 (#741)15f531eSwitch build backend to uv_build (#739)79eee6c[pre-commit.ci] pre-commit autoupdate (#738)Updates
pytest-rerunfailuresfrom 16.6 to 16.6.1Changelog
Sourced from pytest-rerunfailures's changelog.
Commits
dad07a7Preparing release 16.6.1968fb6cPrevent negative reruns from skipping initial execution (#360)367df90Keep higher-scoped fixtures alive across re-runs of failed subtests (#357)69ac0a7Authenticate xdist StatusDB connections (#358)20decd3Restore higher-scoped teardown when a teardown error rules out a re-run (#356)84af73dFix subtest rerun reporting with xdist (#352)d784cddTest with pytest-xdist on CI (#354)9f85e06Restore higher-scoped teardown when a flaky condition is falsy (#351)eab650fTest rerun-except for setup errors (#349)0b0843aFix only_rerun marker precedence test (#348)Updates
fakerfrom 40.37.0 to 40.38.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
59a6872Bump version: 40.37.0 → 40.38.02407c71📝 Update CHANGELOG.mdf6a8427💄 Format codece50bdeAdd step to check for existing issues or PRs4ca9116Addsi_LK(Sinhala, Sri Lanka) person provider (#2430)c5a0093mention pull request template in contributing docUpdates
prekfrom 0.5.0 to 0.5.2Release notes
Sourced from prek's releases.
... (truncated)
Changelog
Sourced from prek's changelog.
Commits
bfaa03cBump version to 0.5.2 (#2679)f0ce4c2Allow unknown tags by default incheck-yaml(#2678)78bb3feShow verbose builtin details by default (#2676)57ea73dAdd--allow-unknown-tagstocheck-yamlto disable tag checks (#2675)695f3d0Show hook selectors first in prek run help (#2673)edf43d5Reapply "Reject unsupported YAML tags in check-yaml (#2656)" (#2672)ed225b1Bump version to 0.5.2 (#2671)de6e614Revert unsupported YAML tag rejection in check-yaml (#2670)10a896eBump version to 0.5.1 (#2669)8648709Support Pixi for Conda environments (#2667)Updates
rufffrom 0.16.5 to 0.16.6Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
22f65a2Bump 0.16.6 (#28280)7cc9f1e[ty] DocumentCallableTypeKindvariants (#28277)056ce07Add UV_LOCKED to all workflows (#28261)6d6e35d[flake8-pytest-style] Avoid duplicatePT017diagnostics (#27918)80b4891[ty] Temporarily disable tuple types in property tests (#28275)3f7a54d[flake8-tidy-imports] Prevent fix loop betweenTID254andTID255(#28262)35656cf[ty] Preserve deprecations on decorated callables (#28256)d2626c8[ty] Reject missing attributes ontype[]aliases (#28267)ee6a6d1[ty] Support ParamSpecs inConstraintSet(#28028)7f6a170[ty] Move bound APIs to constraint owners (#28094)Updates
types-jwcryptofrom 1.5.8.20260720 to 1.6.0.20260903Commits
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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