Bump the pip-minor-and-patch group across 1 directory with 7 updates#1228
Merged
pstokkink merged 2 commits intoMay 11, 2026
Merged
Conversation
830470b to
da6d892
Compare
Bumps the pip-minor-and-patch group with 7 updates in the /src directory: | Package | From | To | | --- | --- | --- | | [cachetools](https://github.com/tkem/cachetools) | `7.0.6` | `7.1.1` | | [djangorestframework-gis](https://github.com/openwisp/django-rest-framework-gis) | `1.2.0` | `1.2.1` | | [openapi-spec-validator](https://github.com/python-openapi/openapi-spec-validator) | `0.7.2` | `0.8.5` | | [psycopg](https://github.com/psycopg/psycopg) | `3.3.3` | `3.3.4` | | [pur](https://github.com/alanhamlett/pip-update-requirements) | `7.3.3` | `7.4.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.5.1` | `4.6.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.15.11` | `0.15.12` | Updates `cachetools` from 7.0.6 to 7.1.1 - [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst) - [Commits](tkem/cachetools@v7.0.6...v7.1.1) Updates `djangorestframework-gis` from 1.2.0 to 1.2.1 - [Release notes](https://github.com/openwisp/django-rest-framework-gis/releases) - [Changelog](https://github.com/openwisp/django-rest-framework-gis/blob/master/CHANGES.rst) - [Commits](openwisp/django-rest-framework-gis@v1.2.0...1.2.1) Updates `openapi-spec-validator` from 0.7.2 to 0.8.5 - [Release notes](https://github.com/python-openapi/openapi-spec-validator/releases) - [Commits](python-openapi/openapi-spec-validator@0.7.2...0.8.5) Updates `psycopg` from 3.3.3 to 3.3.4 - [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst) - [Commits](psycopg/psycopg@3.3.3...3.3.4) Updates `pur` from 7.3.3 to 7.4.0 - [Release notes](https://github.com/alanhamlett/pip-update-requirements/releases) - [Changelog](https://github.com/alanhamlett/pip-update-requirements/blob/master/HISTORY.rst) - [Commits](alanhamlett/pip-update-requirements@7.3.3...7.4.0) Updates `pre-commit` from 4.5.1 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.5.1...v4.6.0) Updates `ruff` from 0.15.11 to 0.15.12 - [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.11...0.15.12) --- updated-dependencies: - dependency-name: cachetools dependency-version: 7.1.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: djangorestframework-gis dependency-version: 1.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: openapi-spec-validator dependency-version: 0.8.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: pre-commit dependency-version: 4.6.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: psycopg dependency-version: 3.3.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-and-patch - dependency-name: pur dependency-version: 7.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-and-patch - dependency-name: ruff dependency-version: 0.15.12 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-and-patch ... Signed-off-by: dependabot[bot] <support@github.com>
814d77f to
b7ee1fd
Compare
pstokkink
approved these changes
May 11, 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 pip-minor-and-patch group with 7 updates in the /src directory:
7.0.67.1.11.2.01.2.10.7.20.8.53.3.33.3.47.3.37.4.04.5.14.6.00.15.110.15.12Updates
cachetoolsfrom 7.0.6 to 7.1.1Changelog
Sourced from cachetools's changelog.
Commits
2e6a2d2Release v7.1.1.cc06558Minor typing improvements.193dd62Fix #393: Improve ambiguous overloads for decorators.1ea3422Bump release date.d987446Release v7.1.0.3d79e80Update Copilot Instructions.83fe6bcAdd tox pyright check.bd3fbc4Improve typing support.09dd6feImprove original type stubs from typeshed.873c701Add typeshed typings.Updates
djangorestframework-gisfrom 1.2.0 to 1.2.1Release notes
Sourced from djangorestframework-gis's releases.
Changelog
Sourced from djangorestframework-gis's changelog.
Commits
0144f15[release] Version 1.2.14a4c5fd[ci] Added Django 6.0 to test matrixa4c3052[ci] Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0cdea5f0[deps] Update psycopg2 requirement from ~=2.9.11 to ~=2.9.122b837bf[deps] Bumped djangorestframework to >=3.12,<3.18 #3473629c3f[ci] Added automated backport workflowd93c0ad[deps] Update psycopg2 requirement from ~=2.9.10 to ~=2.9.113915a4d[ci] Bump actions/checkout from 5 to 6c4729a1[ci] Bump actions/checkout from 4 to 5e5f5ee5[ci] Bump actions/setup-python from 5 to 6Updates
openapi-spec-validatorfrom 0.7.2 to 0.8.5Release notes
Sourced from openapi-spec-validator's releases.
... (truncated)
Commits
b4734eaVersion 0.8.54cc3c57Merge pull request #485 from python-openapi/dependabot/pip/tox-4.47.0b0ff9c8Merge pull request #487 from python-openapi/dependabot/pip/tornado-6.5.51eb94f7Merge pull request #488 from python-openapi/dependabot/pip/black-26.3.19a2fadbMerge pull request #490 from python-openapi/dependabot/pip/requests-2.33.0f9f13e5Merge pull request #491 from python-openapi/dependabot/pip/pygments-2.20.09708cb2Merge pull request #493 from python-openapi/dependabot/pip/python-dotenv-1.2.283bb98eMerge pull request #481 from python-openapi/dependabot/pip/pre-commit-4.5.18fecb3cBump python-dotenv from 1.2.1 to 1.2.267a2572Bump pygments from 2.19.2 to 2.20.0Updates
psycopgfrom 3.3.3 to 3.3.4Changelog
Sourced from psycopg's changelog.
... (truncated)
Commits
83f1103chore: bump psycopg_pool package version to 3.3.11828770chore: bump psycopg package version to 3.3.48be14bbMerge pull request #1301 from oliverhaas/fix/sync-pool-open-raceaee0bf2fix(pool): fix race in the construction of the sync ConnectionPool lockbc4d303chore(deps): bump the actions group across 1 directory with 4 updates785379ffix: retain statusmessage after executemany with returning=False8882a73perf: do less if X in Y: return Y[X] for cache-like patterns2f78539Merge pull request #1299 from dvarrazzo/fix-camel-enum37ef1dctest: skip test on crdb depending on precise regtype behaviour7f2f1d1fix: fix client-side representation of enums requiring quotesUpdates
purfrom 7.3.3 to 7.4.0Release notes
Sourced from pur's releases.
Changelog
Sourced from pur's changelog.
Commits
c6dd411v7.4.06b975eechanges for v7.4.05d523b7Add new cooldown days option to readmedf3033aMerge pull request #68 from lancelote/lancelote/pyproject62578a9Merge pull request #71 from dpinol/cooldown-dayseb4996eFix testse4ace58Stop running tests on Python 3.78315073--cooldown-days4998b77add basicpyproject.tomlto explicitly opting into PEP 517Updates
pre-commitfrom 4.5.1 to 4.6.0Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
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
rufffrom 0.15.11 to 0.15.12Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
Commits
66f93cfBump 0.15.12 (#24815)476a4d0[ty] Complete support for more detailed diagnostics on possibly unbound error...ed669eaImplement#ruff:file-ignorefile-level suppressions (#23599)e73d952[ty] Include inferred type ininvalid-keyconcise diagnostic for union/inte...80feb29[ty] report only dead annotation-only locals as unused (#24811)0fbf2bcDrop deprecated license classifier (#24808)43b174c[ty] Infer lambda parameter types withCallabletype context (#24317)4f449ae[ty] Add error context for intersection types (#24772)5b4e753[ty] Add support for goto in literal enum member inlay hint (#24792)e7cc762[ty] Add error context for TypedDict assignments (#24790)