chore(deps): update all non-major pip_requirements dependencies #507

Open
renovate-bot wants to merge 1 commit from renovate/all-non-major-pip_requirements-dependencies into main
Collaborator

This PR contains the following updates:

Package Update Change
ansible-core minor ==2.18.7 -> ==2.20.4
jmespath minor ==1.0.1 -> ==1.1.0
pre-commit minor ==4.3.0 -> ==4.5.1
proxmoxer minor ==2.2.0 -> ==2.3.0
requests (changelog) minor ==2.32.5 -> ==2.33.1

⚠️ Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

jmespath/jmespath.py (jmespath)

v1.1.0

Compare Source

=====

  • Fix concurrency issue with cache
    (pr #&#8203;335 <https://github.com/jmespath/jmespath.py/pull/335>__)
  • Added support for Python 3.12-3.14 (pr #&#8203;331 <https://github.com/jmespath/jmespath.py/pull/331>__)
  • Removed support for Python 3.7-3.8 (pr #&#8203;335 <https://github.com/jmespath/jmespath.py/pull/335>__)
pre-commit/pre-commit (pre-commit)

v4.5.1

Compare Source

==================

Fixes
  • Fix language: python with repo: local without additional_dependencies.

v4.5.0

Compare Source

==================

Features

v4.4.0

Compare Source

==================

Features
Fixes
psf/requests (requests)

v2.33.1

Compare Source

Bugfixes

  • Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary
    files in the tmp directory. (#​7305)
  • Fixed Content-Type header parsing for malformed values. (#​7309)
  • Improved error consistency for malformed header values. (#​7308)

v2.33.0

Compare Source

Announcements

  • 📣 Requests is adding inline types. If you have a typed code base that
    uses Requests, please take a look at #​7271. Give it a try, and report
    any gaps or feedback you may have in the issue. 📣

Security

  • CVE-2026-25645 requests.utils.extract_zipped_paths now extracts
    contents to a non-deterministic location to prevent malicious file
    replacement. This does not affect default usage of Requests, only
    applications calling the utility function directly.

Improvements

  • Migrated to a PEP 517 build system using setuptools. (#​7012)

Bugfixes

  • Fixed an issue where an empty netrc entry could cause
    malformed authentication to be applied to Requests on
    Python 3.11+. (#​7205)

Deprecations

  • Dropped support for Python 3.9 following its end of support. (#​7196)

Documentation

  • Various typo fixes and doc improvements.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | ansible-core | minor | `==2.18.7` -> `==2.20.4` | | [jmespath](https://github.com/jmespath/jmespath.py) | minor | `==1.0.1` -> `==1.1.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | minor | `==4.3.0` -> `==4.5.1` | | [proxmoxer](https://proxmoxer.github.io/docs/) | minor | `==2.2.0` -> `==2.3.0` | | [requests](https://github.com/psf/requests) ([changelog](https://github.com/psf/requests/blob/master/HISTORY.md)) | minor | `==2.32.5` -> `==2.33.1` | --- > :warning: **Warning** > > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>jmespath/jmespath.py (jmespath)</summary> ### [`v1.1.0`](https://github.com/jmespath/jmespath.py/blob/HEAD/CHANGELOG.rst#110) [Compare Source](https://github.com/jmespath/jmespath.py/compare/1.0.1...1.1.0) \===== - Fix concurrency issue with cache (`pr #&#8203;335 <https://github.com/jmespath/jmespath.py/pull/335>`\__) - Added support for Python 3.12-3.14 (`pr #&#8203;331 <https://github.com/jmespath/jmespath.py/pull/331>`\__) - Removed support for Python 3.7-3.8 (`pr #&#8203;335 <https://github.com/jmespath/jmespath.py/pull/335>`\__) </details> <details> <summary>pre-commit/pre-commit (pre-commit)</summary> ### [`v4.5.1`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#451---2025-12-16) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.5.0...v4.5.1) \================== ##### Fixes - Fix `language: python` with `repo: local` without `additional_dependencies`. - [#&#8203;3597](https://github.com/pre-commit/pre-commit/issues/3597) PR by [@&#8203;asottile](https://github.com/asottile). ### [`v4.5.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#450---2025-11-22) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.4.0...v4.5.0) \================== ##### Features - Add `pre-commit hazmat`. - [#&#8203;3585](https://github.com/pre-commit/pre-commit/issues/3585) PR by [@&#8203;asottile](https://github.com/asottile). ### [`v4.4.0`](https://github.com/pre-commit/pre-commit/blob/HEAD/CHANGELOG.md#440---2025-11-08) [Compare Source](https://github.com/pre-commit/pre-commit/compare/v4.3.0...v4.4.0) \================== ##### Features - Add `--fail-fast` option to `pre-commit run`. - [#&#8203;3528](https://github.com/pre-commit/pre-commit/issues/3528) PR by [@&#8203;JulianMaurin](https://github.com/JulianMaurin). - Upgrade `ruby-build` / `rbenv`. - [#&#8203;3566](https://github.com/pre-commit/pre-commit/issues/3566) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;3565](https://github.com/pre-commit/pre-commit/issues/3565) issue by [@&#8203;MRigal](https://github.com/MRigal). - Add `language: unsupported` / `language: unsupported_script` as aliases for `language: system` / `language: script` (which will eventually be deprecated). - [#&#8203;3577](https://github.com/pre-commit/pre-commit/issues/3577) PR by [@&#8203;asottile](https://github.com/asottile). - Add support docker-in-docker detection for cgroups v2. - [#&#8203;3535](https://github.com/pre-commit/pre-commit/issues/3535) PR by [@&#8203;br-rhrbacek](https://github.com/br-rhrbacek). - [#&#8203;3360](https://github.com/pre-commit/pre-commit/issues/3360) issue by [@&#8203;JasonAlt](https://github.com/JasonAlt). ##### Fixes - Handle when docker gives `SecurityOptions: null`. - [#&#8203;3537](https://github.com/pre-commit/pre-commit/issues/3537) PR by [@&#8203;asottile](https://github.com/asottile). - [#&#8203;3514](https://github.com/pre-commit/pre-commit/issues/3514) issue by [@&#8203;jenstroeger](https://github.com/jenstroeger). - Fix error context for invalid `stages` in `.pre-commit-config.yaml`. - [#&#8203;3576](https://github.com/pre-commit/pre-commit/issues/3576) PR by [@&#8203;asottile](https://github.com/asottile). </details> <details> <summary>psf/requests (requests)</summary> ### [`v2.33.1`](https://github.com/psf/requests/blob/HEAD/HISTORY.md#2331-2026-03-30) [Compare Source](https://github.com/psf/requests/compare/v2.33.0...v2.33.1) **Bugfixes** - Fixed test cleanup for CVE-2026-25645 to avoid leaving unnecessary files in the tmp directory. ([#&#8203;7305](https://github.com/psf/requests/issues/7305)) - Fixed Content-Type header parsing for malformed values. ([#&#8203;7309](https://github.com/psf/requests/issues/7309)) - Improved error consistency for malformed header values. ([#&#8203;7308](https://github.com/psf/requests/issues/7308)) ### [`v2.33.0`](https://github.com/psf/requests/blob/HEAD/HISTORY.md#2330-2026-03-25) [Compare Source](https://github.com/psf/requests/compare/v2.32.5...v2.33.0) **Announcements** - :mega: Requests is adding inline types. If you have a typed code base that uses Requests, please take a look at [#&#8203;7271](https://github.com/psf/requests/issues/7271). Give it a try, and report any gaps or feedback you may have in the issue. :mega: **Security** - CVE-2026-25645 `requests.utils.extract_zipped_paths` now extracts contents to a non-deterministic location to prevent malicious file replacement. This does not affect default usage of Requests, only applications calling the utility function directly. **Improvements** - Migrated to a PEP 517 build system using setuptools. ([#&#8203;7012](https://github.com/psf/requests/issues/7012)) **Bugfixes** - Fixed an issue where an empty netrc entry could cause malformed authentication to be applied to Requests on Python 3.11+. ([#&#8203;7205](https://github.com/psf/requests/issues/7205)) **Deprecations** - Dropped support for Python 3.9 following its end of support. ([#&#8203;7196](https://github.com/psf/requests/issues/7196)) **Documentation** - Various typo fixes and doc improvements. </details> --- ### Configuration :date: **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. :ghost: **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yNjQuMCIsInVwZGF0ZWRJblZlciI6IjM5LjI2NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 49f7b2569c to 1daf0c5a77 2025-07-28 07:30:36 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 1daf0c5a77 to c0e142f96f 2025-07-29 22:01:46 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from c0e142f96f to 915bc2055f 2025-08-02 08:02:50 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 915bc2055f to 534120e620 2025-08-02 10:02:25 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 534120e620 to 7458b84272 2025-08-03 12:02:15 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 7458b84272 to e85323d5ea 2025-08-04 12:01:59 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from e85323d5ea to b1a4578da8 2025-08-08 08:02:01 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ansible-core to v2.19.0 to chore(deps): update all non-major pip_requirements dependencies 2025-08-09 20:01:44 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from b1a4578da8 to d33380593c 2025-08-09 20:01:44 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from d33380593c to 42ba9e6d5d 2025-08-13 18:01:55 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 42ba9e6d5d to 41ab14c34a 2025-08-15 12:01:49 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 41ab14c34a to 8c487195a2 2025-08-16 18:01:58 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 8c487195a2 to 39ac2dd722 2025-08-17 14:01:42 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 39ac2dd722 to 558f1d2501 2025-08-18 22:02:01 +00:00 Compare
renovate-bot changed title from chore(deps): update all non-major pip_requirements dependencies to chore(deps): update dependency ansible-core to v2.19.0 2025-08-23 16:01:58 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 558f1d2501 to fc184a4d0b 2025-08-23 16:02:01 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from fc184a4d0b to bc4a964728 2025-08-24 14:01:49 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ansible-core to v2.19.0 to chore(deps): update dependency ansible-core to v2.19.1 2025-08-25 20:01:48 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from bc4a964728 to dce158971f 2025-08-25 20:01:50 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from dce158971f to 1eca2389fc 2025-08-26 08:01:55 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 1eca2389fc to ed8881dc12 2025-08-27 16:01:54 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from ed8881dc12 to ed7a6b1567 2025-09-05 18:02:44 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ansible-core to v2.19.1 to chore(deps): update dependency ansible-core to v2.19.2 2025-09-08 20:02:00 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from ed7a6b1567 to 46710b982c 2025-09-08 20:02:01 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 46710b982c to 8f659050e3 2025-09-12 07:56:29 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 8f659050e3 to 9659571ef1 2025-09-13 12:02:04 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 9659571ef1 to 132d8d46cb 2025-09-14 16:02:07 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 132d8d46cb to 0ddcacb172 2025-09-21 13:23:39 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 0ddcacb172 to 316a8929c7 2025-09-21 14:01:50 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 316a8929c7 to 5b5e4cd53b 2025-09-26 16:02:03 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ansible-core to v2.19.2 to chore(deps): update dependency ansible-core to v2.19.3 2025-10-06 18:02:15 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 5b5e4cd53b to bf4de476c2 2025-10-06 18:02:18 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from bf4de476c2 to 66ff3527c8 2025-10-06 18:51:13 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 66ff3527c8 to d03bc323fa 2025-10-06 20:01:56 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from d03bc323fa to 95e4d3a9d6 2025-10-09 04:33:38 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 95e4d3a9d6 to 581e455b10 2025-10-25 07:55:06 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 581e455b10 to f5a0a888e3 2025-11-02 14:19:54 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from f5a0a888e3 to 6bbf430c46 2025-11-02 14:37:03 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ansible-core to v2.19.3 to chore(deps): update dependency ansible-core to v2.20.0 2025-11-05 00:06:17 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 6bbf430c46 to 8b026682fb 2025-11-05 00:06:18 +00:00 Compare
renovate-bot changed title from chore(deps): update dependency ansible-core to v2.20.0 to chore(deps): update all non-major pip_requirements dependencies 2025-11-08 22:01:55 +00:00
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 8b026682fb to b2880facc1 2025-11-08 22:01:56 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from b2880facc1 to da16e60130 2025-11-22 22:02:06 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from da16e60130 to 3b15f51f35 2025-11-24 08:14:40 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 3b15f51f35 to 3f4f7b3cf5 2025-11-24 08:38:49 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 3f4f7b3cf5 to 2a7ee780c9 2025-11-30 08:01:49 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 2a7ee780c9 to 09b02b9321 2025-12-06 13:23:36 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 09b02b9321 to a7a312aca3 2025-12-06 19:09:49 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from a7a312aca3 to 70cf6e6365 2025-12-07 08:01:52 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 70cf6e6365 to 5acf91a57d 2025-12-07 14:01:46 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 5acf91a57d to ff26b04c10 2025-12-09 18:01:49 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from ff26b04c10 to 84e6b7add0 2025-12-13 12:02:04 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 84e6b7add0 to 11fb595c95 2025-12-16 22:02:01 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 11fb595c95 to a04eeff477 2025-12-23 10:06:31 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from a04eeff477 to 6e76c9e748 2025-12-23 18:01:56 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 6e76c9e748 to 3c54a04f24 2025-12-25 14:01:51 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 3c54a04f24 to d5cee55b7f 2026-01-01 12:01:59 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from d5cee55b7f to 27600f31f1 2026-01-22 18:02:15 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 27600f31f1 to 283fdb3063 2026-01-26 14:02:16 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 283fdb3063 to 1076d5b5e1 2026-01-29 20:02:16 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 1076d5b5e1 to 838b7b8f31 2026-02-14 00:13:15 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 838b7b8f31 to e6373cd53c 2026-02-14 09:24:48 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from e6373cd53c to aa4bd04024 2026-02-14 11:17:00 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from aa4bd04024 to 3473cbae83 2026-02-14 12:01:57 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 3473cbae83 to b3a88f0c34 2026-02-21 20:02:18 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from b3a88f0c34 to 34646a831a 2026-02-21 22:02:13 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 34646a831a to ce109d6d98 2026-02-21 23:09:07 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from ce109d6d98 to 01fb12cc19 2026-02-23 08:02:38 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 01fb12cc19 to 553202921d 2026-02-23 12:02:22 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 553202921d to e8158afd92 2026-02-24 01:02:40 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from e8158afd92 to 1b1e7eba26 2026-03-04 04:02:27 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 1b1e7eba26 to 270430524c 2026-03-23 18:02:49 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from 270430524c to ccfadfc89b 2026-03-25 16:03:25 +00:00 Compare
renovate-bot force-pushed renovate/all-non-major-pip_requirements-dependencies from ccfadfc89b to 174352b010 2026-03-30 18:03:32 +00:00 Compare
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/all-non-major-pip_requirements-dependencies:renovate/all-non-major-pip_requirements-dependencies
git switch renovate/all-non-major-pip_requirements-dependencies

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff renovate/all-non-major-pip_requirements-dependencies
git switch renovate/all-non-major-pip_requirements-dependencies
git rebase main
git switch main
git merge --ff-only renovate/all-non-major-pip_requirements-dependencies
git switch renovate/all-non-major-pip_requirements-dependencies
git rebase main
git switch main
git merge --no-ff renovate/all-non-major-pip_requirements-dependencies
git switch main
git merge --squash renovate/all-non-major-pip_requirements-dependencies
git switch main
git merge --ff-only renovate/all-non-major-pip_requirements-dependencies
git switch main
git merge renovate/all-non-major-pip_requirements-dependencies
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
peschmae/ansible-home-borr!507
No description provided.