Skip to content

Bump the pip-minor-and-patch group across 1 directory with 7 updates#1228

Merged
pstokkink merged 2 commits into
masterfrom
dependabot/pip/src/pip-minor-and-patch-c8d9454b46
May 11, 2026
Merged

Bump the pip-minor-and-patch group across 1 directory with 7 updates#1228
pstokkink merged 2 commits into
masterfrom
dependabot/pip/src/pip-minor-and-patch-c8d9454b46

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 4, 2026

Bumps the pip-minor-and-patch group with 7 updates in the /src directory:

Package From To
cachetools 7.0.6 7.1.1
djangorestframework-gis 1.2.0 1.2.1
openapi-spec-validator 0.7.2 0.8.5
psycopg 3.3.3 3.3.4
pur 7.3.3 7.4.0
pre-commit 4.5.1 4.6.0
ruff 0.15.11 0.15.12

Updates cachetools from 7.0.6 to 7.1.1

Changelog

Sourced from cachetools's changelog.

v7.1.1 (2026-05-03)

  • Various type stub improvements.

v7.1.0 (2026-05-01)

  • Add type stubs based on the work of the good people at typeshed <https://github.com/python/typeshed/tree/main/stubs/cachetools/>__.

  • Update unit tests.

Commits

Updates djangorestframework-gis from 1.2.0 to 1.2.1

Release notes

Sourced from djangorestframework-gis's releases.

1.2.1 [2026-05-04]

Changes

Dependencies

  • Bumped djangorestframework to >=3.12,<3.18 #347
Changelog

Sourced from djangorestframework-gis's changelog.

Version 1.2.1 [2026-05-04]

Changes


Dependencies
++++++++++++
  • Bumped djangorestframework to >=3.12,<3.18 [#347](https://github.com/openwisp/django-rest-framework-gis/issues/347) &lt;https://github.com/openwisp/django-rest-framework-gis/issues/347&gt;_
Commits
  • 0144f15 [release] Version 1.2.1
  • 4a4c5fd [ci] Added Django 6.0 to test matrix
  • a4c3052 [ci] Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0
  • cdea5f0 [deps] Update psycopg2 requirement from ~=2.9.11 to ~=2.9.12
  • 2b837bf [deps] Bumped djangorestframework to >=3.12,<3.18 #347
  • 3629c3f [ci] Added automated backport workflow
  • d93c0ad [deps] Update psycopg2 requirement from ~=2.9.10 to ~=2.9.11
  • 3915a4d [ci] Bump actions/checkout from 5 to 6
  • c4729a1 [ci] Bump actions/checkout from 4 to 5
  • e5f5ee5 [ci] Bump actions/setup-python from 5 to 6
  • Additional commits viewable in compare view

Updates openapi-spec-validator from 0.7.2 to 0.8.5

Release notes

Sourced from openapi-spec-validator's releases.

0.8.5

Fixes

  • Update jsonschema dependency version range #489

0.8.4

Features

  • Jsonschema-rs backend #478

0.8.3

Features

  • Use resolved cache feature of jsonschema-path #479

0.8.2

Features

  • OpenAPI 3.2 support #472
  • Add OAS 3.1 jsonSchemaDialect-aware schema meta-validation #471

0.8.1

Features

  • CLI version option #466
  • Split CLI error controls into validation and subschema modes #469

Fixes

  • Fix malformed schema traversal to report validation errors instead of internal exceptions #467
  • Validate declared path parameters against path template #470

Deprecations

  • Deprecates --error/--errors CLI options #469

0.8.0

Upgrades

  • Jsonschema-path 0.4 and openapi-schema-validator 0.7 upgrades #459
  • Python 3.13 and 3.14 support #392 #457

Fixes

  • Update openapi-schema-validator version constraint #439

Backward incompatibilities

0.8.0b3

... (truncated)

Commits
  • b4734ea Version 0.8.5
  • 4cc3c57 Merge pull request #485 from python-openapi/dependabot/pip/tox-4.47.0
  • b0ff9c8 Merge pull request #487 from python-openapi/dependabot/pip/tornado-6.5.5
  • 1eb94f7 Merge pull request #488 from python-openapi/dependabot/pip/black-26.3.1
  • 9a2fadb Merge pull request #490 from python-openapi/dependabot/pip/requests-2.33.0
  • f9f13e5 Merge pull request #491 from python-openapi/dependabot/pip/pygments-2.20.0
  • 9708cb2 Merge pull request #493 from python-openapi/dependabot/pip/python-dotenv-1.2.2
  • 83bb98e Merge pull request #481 from python-openapi/dependabot/pip/pre-commit-4.5.1
  • 8fecb3c Bump python-dotenv from 1.2.1 to 1.2.2
  • 67a2572 Bump pygments from 2.19.2 to 2.20.0
  • Additional commits viewable in compare view

Updates psycopg from 3.3.3 to 3.3.4

Changelog

Sourced from psycopg's changelog.

.. currentmodule:: psycopg

.. index:: single: Release notes single: News

psycopg release notes

Current release

Psycopg 3.3.4 ^^^^^^^^^^^^^

  • Fix possible spurious connection timeout in systems with very long uptimes in C extension (:ticket:[#1280](https://github.com/psycopg/psycopg/issues/1280)).
  • Fix client-side adaptation of enums whose name require quotes (:ticket:[#1298](https://github.com/psycopg/psycopg/issues/1298)).
  • Consistently populate ~Cursor.statusmessage after ~Cursor.executemany() (:ticket:[#1302](https://github.com/psycopg/psycopg/issues/1302)).

Psycopg 3.3.3 ^^^^^^^^^^^^^

  • Retain Error.pgconn when raising a single exception for multiple connection attempt errors (:ticket:[#1246](https://github.com/psycopg/psycopg/issues/1246)).
  • Return a proper error when server sends ErrorResponse for a Sync after a Parse (:ticket:[#1260](https://github.com/psycopg/psycopg/issues/1260)).

Psycopg 3.3.2 ^^^^^^^^^^^^^

Fix race condition in adapters at startup (:ticket:[#1230](https://github.com/psycopg/psycopg/issues/1230)).

Psycopg 3.3.1 ^^^^^^^^^^^^^

Fix iteration on server-side cursors (:ticket:[#1226](https://github.com/psycopg/psycopg/issues/1226)).

Psycopg 3.3.0

.. rubric:: New top-level features

  • Add :ref:template strings queries \<template-strings> (:ticket:[#1054](https://github.com/psycopg/psycopg/issues/1054)).

... (truncated)

Commits
  • 83f1103 chore: bump psycopg_pool package version to 3.3.1
  • 1828770 chore: bump psycopg package version to 3.3.4
  • 8be14bb Merge pull request #1301 from oliverhaas/fix/sync-pool-open-race
  • aee0bf2 fix(pool): fix race in the construction of the sync ConnectionPool lock
  • bc4d303 chore(deps): bump the actions group across 1 directory with 4 updates
  • 785379f fix: retain statusmessage after executemany with returning=False
  • 8882a73 perf: do less if X in Y: return Y[X] for cache-like patterns
  • 2f78539 Merge pull request #1299 from dvarrazzo/fix-camel-enum
  • 37ef1dc test: skip test on crdb depending on precise regtype behaviour
  • 7f2f1d1 fix: fix client-side representation of enums requiring quotes
  • Additional commits viewable in compare view

Updates pur from 7.3.3 to 7.4.0

Release notes

Sourced from pur's releases.

7.4.0

To install this release from pypi:

pip install -I pur==7.4.0

What's Changed

New Contributors

Full Changelog: alanhamlett/pip-update-requirements@7.3.3...7.4.0

Changelog

Sourced from pur's changelog.

7.4.0 (2026-04-26) ++++++++++++++++++

  • Add new --cooldown-days option. [#71](https://github.com/alanhamlett/pip-update-requirements/issues/71) <https://github.com/alanhamlett/pip-update-requirements/pull/71>_
  • Add basic pyproject.toml to explicitly opting into PEP 517. [#68](https://github.com/alanhamlett/pip-update-requirements/issues/68) <https://github.com/alanhamlett/pip-update-requirements/pull/68>_
Commits

Updates pre-commit from 4.5.1 to 4.6.0

Release notes

Sourced from pre-commit's releases.

pre-commit v4.6.0

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

Changelog

Sourced from pre-commit's changelog.

4.6.0 - 2026-04-21

Features

  • pre-commit hook-impl: allow --hook-dir to be missing to enable easier usage with git 2.54+ git hooks.

Fixes

Commits
  • f35134b v4.6.0
  • 2a51ffc Merge pull request #3662 from pre-commit/hook-impl-optional-hook-dir
  • d7dee32 make --hook-dir optional for hook-impl
  • 965aeb1 Merge pull request #3661 from pre-commit/hook-impl-required
  • 2eacc06 --hook-type is required for hook-impl
  • f5678bf Merge pull request #3657 from pre-commit/pre-commit-ci-update-config
  • 054cc5b [pre-commit.ci] pre-commit autoupdate
  • 5c0f302 Merge pull request #3652 from pre-commit/pre-commit-ci-update-config
  • a5d9114 [pre-commit.ci] pre-commit autoupdate
  • 129a1f5 Merge pull request #3641 from pre-commit/mxr-patch-1
  • Additional commits viewable in compare view

Updates ruff from 0.15.11 to 0.15.12

Release notes

Sourced from ruff's releases.

0.15.12

Release Notes

Released on 2026-04-24.

Preview features

  • Implement #ruff:file-ignore file-level suppressions (#23599)
  • Implement #ruff:ignore logical-line suppressions (#23404)
  • Revert preview changes to displayed diagnostic severity in LSP (#24789)
  • [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
  • [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
  • [pylint] Fix PLC2701 for type parameter scopes (#24576)

Rule changes

  • [pandas-vet] Suggest .array as well in PD011 (#24805)

CLI

  • Respect default Unix permissions for cache files (#24794)

Documentation

  • [pylint] Fix PLR0124 description not to claim self-comparison always returns the same value (#24749)
  • [pyupgrade] Expand docs on reusable TypeVars and scoping (UP046) (#24153)
  • Improve rules table accessibility (#24711)

Contributors

Install ruff 0.15.12

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://releases.astral.sh/github/ruff/releases/download/0.15.12/ruff-installer.sh | sh

... (truncated)

Changelog

Sourced from ruff's changelog.

0.15.12

Released on 2026-04-24.

Preview features

  • Implement #ruff:file-ignore file-level suppressions (#23599)
  • Implement #ruff:ignore logical-line suppressions (#23404)
  • Revert preview changes to displayed diagnostic severity in LSP (#24789)
  • [airflow] Implement task-branch-as-short-circuit (AIR004) (#23579)
  • [flake8-bugbear] Fix break/continue handling in loop-iterator-mutation (B909) (#24440)
  • [pylint] Fix PLC2701 for type parameter scopes (#24576)

Rule changes

  • [pandas-vet] Suggest .array as well in PD011 (#24805)

CLI

  • Respect default Unix permissions for cache files (#24794)

Documentation

  • [pylint] Fix PLR0124 description not to claim self-comparison always returns the same value (#24749)
  • [pyupgrade] Expand docs on reusable TypeVars and scoping (UP046) (#24153)
  • Improve rules table accessibility (#24711)

Contributors

Commits
  • 66f93cf Bump 0.15.12 (#24815)
  • 476a4d0 [ty] Complete support for more detailed diagnostics on possibly unbound error...
  • ed669ea Implement #ruff:file-ignore file-level suppressions (#23599)
  • e73d952 [ty] Include inferred type in invalid-key concise diagnostic for union/inte...
  • 80feb29 [ty] report only dead annotation-only locals as unused (#24811)
  • 0fbf2bc Drop deprecated license classifier (#24808)
  • 43b174c [ty] Infer lambda parameter types with Callable type 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)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels May 4, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/src/pip-minor-and-patch-c8d9454b46 branch from 830470b to da6d892 Compare May 6, 2026 09:40
dependabot Bot and others added 2 commits May 11, 2026 11:12
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>
@jasper-jager jasper-jager force-pushed the dependabot/pip/src/pip-minor-and-patch-c8d9454b46 branch from 814d77f to b7ee1fd Compare May 11, 2026 09:51
@pstokkink pstokkink merged commit 2f82909 into master May 11, 2026
7 checks passed
@pstokkink pstokkink deleted the dependabot/pip/src/pip-minor-and-patch-c8d9454b46 branch May 11, 2026 11:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Development

Successfully merging this pull request may close these issues.

2 participants