8000 Bump the python-requirements group with 10 updates by dependabot[bot] · Pull Request #1066 · v7labs/darwin-py · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Bump the python-requirements group with 10 updates #1066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 1, 2025

Bumps the python-requirements group with 10 updates:

Package From To
humanize 4.12.1 4.12.3
orjson 3.10.15 3.10.18
pydantic 2.10.6 2.11.4
types-pyyaml 6.0.12.20241230 6.0.12.20250402
types-requests 2.32.0.20250301 2.32.0.20250328
responses 0.25.6 0.25.7
debugpy 1.8.12 1.8.14
python-dotenv 1.0.1 1.1.0
ruff 0.9.9 0.11.7
validate-pyproject 0.23 0.24.1

Updates humanize from 4.12.1 to 4.12.3

Release notes

Sourced from humanize's releases.

4.12.3

Fixed

4.12.2

Fixed

Commits
  • 2968d44 Fix regression in naturalsize for float and str (#250)
  • a79fb3a 1.0 Byte should be displayed as 1 Byte
  • 8059ebe [pre-commit.ci] pre-commit autoupdate (#249)
  • 589536b [pre-commit.ci] pre-commit autoupdate
  • f772e59 use proper decimal separator for french
  • 7c341b9 fix some french translations
  • 09d081f Update dependency mkdocstrings to v0.29.1 (#246)
  • 15230fb Update config (#245)
  • 0802447 Update license file reference from LICENSE to LICENCE in pyproject.toml (#243)
  • da7f7f1 Ignore sys.monitoring warning for 3.11 and earlier in coverage.py config (#...
  • Additional commits viewable in compare view

Updates orjson from 3.10.15 to 3.10.18

Release notes

Sourced from orjson's releases.

3.10.18

Fixed

  • Fix incorrect escaping of the vertical tabulation character. This was introduced in 3.10.17.

3.10.17

Changed

  • Publish PyPI Windows aarch64/arm64 wheels.
  • ABI compatibility with CPython 3.14 alpha 7.
  • Fix incompatibility running on Python 3.13 using WASM.

3.10.16

Changed

  • Improve performance of serialization on amd64 machines with AVX-512.
  • ABI compatibility with CPython 3.14 alpha 6.
  • Drop support for Python 3.8.
  • Publish additional PyPI wheels for macOS that target only aarch64, macOS 15, and recent Python.
Changelog

Sourced from orjson's changelog.

3.10.18

Fixed

  • Fix incorrect escaping of the vertical tabulation character. This was introduced in 3.10.17.

3.10.17

Changed

  • Publish PyPI Windows aarch64/arm64 wheels.
  • ABI compatibility with CPython 3.14 alpha 7.
  • Fix incompatibility running on Python 3.13 using WASM.

3.10.16

Changed

  • Improve performance of serialization on amd64 machines with AVX-512.
  • ABI compatibility with CPython 3.14 alpha 6.
  • Drop support for Python 3.8.
  • Publish additional PyPI wheels for macOS that target only aarch64, macOS 15, and recent Python.
Commits

Updates pydantic from 2.10.6 to 2.11.4

Release notes

Sourced from pydantic's releases.

v2.11.4 2025-04-29

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

v2.11.3 2025-04-08

What's Changed

Packaging

Fixes

Full Changelog: pydantic/pydantic@v2.11.2...v2.11.3

v2.11.2 2025-04-03

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.1...v2.11.2

... (truncated)

Changelog

Sourced from pydantic's changelog.

v2.11.4 (2025-04-29)

GitHub release

What's Changed

Packaging

Changes

  • Allow config and bases to be specified together in create_model() by @​Viicos in #11714. This change was backported as it was previously possible (although not meant to be supported) to provide model_config as a field, which would make it possible to provide both configuration and bases.

Fixes

v2.11.3 (2025-04-08)

GitHub release

What's Changed

Packaging

Fixes

  • Preserve field description when rebuilding model fields by @​Viicos in #11698

v2.11.2 (2025-04-03)

GitHub release

What's Changed

Fixes

  • Bump pydantic-core to v2.33.1 by @​Viicos in #11678
  • Make sure __pydantic_private__ exists before setting private attributes by @​Viicos in #11666
  • Do not override FieldInfo._complete when using field from parent class by @​Viicos in #11668

... (truncated)

Commits
  • d444cd1 Prepare release v2.11.4
  • 828fc48 Add documentation note about common pitfall with the annotated pattern
  • 42bf1fd Bump pydantic-core to v2.33.2 (#11804)
  • 7b3f513 Allow config and bases to be specified together in create_model()
  • fc52138 Traverse function-before schemas during schema gathering
  • 25af789 Fix issue with recursive generic models
  • 91ef6bb Update monthly download count in documentation
  • a830775 Bump mkdocs-llmstxt to v0.2.0
  • f5d1c87 Fix crash when expanding root type in the mypy plugin
  • c80bb35 Remove coercion of decimal constraints
  • Additional commits viewable in compare view

Updates types-pyyaml from 6.0.12.20241230 to 6.0.12.20250402

Commits

Updates types-requests from 2.32.0.20250301 to 2.32.0.20250328

Commits

Updates responses from 0.25.6 to 0.25.7

Release notes

Sourced from responses's releases.

0.25.7

  • Added support for python 3.13
Changelog

Sourced from responses's changelog.

0.25.7

  • Added support for python 3.13
Commits

Updates debugpy from 1.8.12 to 1.8.14

Release notes

Sourced from debugpy's releases.

debugpy v1.8.14

Fixes for:

  • binskim warnings on linux
  • support for posix_spawnp

debugpy v1.8.13

Fixes:

Commits

Updates python-dotenv from 1.0.1 to 1.1.0

Release notes

Sourced from python-dotenv's releases.

v1.1.0

What's Changed

New Contributors

Full Changelog: theskumar/python-dotenv@v1.0.1...v1.1.0

Changelog

Sourced from python-dotenv's changelog.

[1.1.0] - 2025-03-25

Feature

  • Add support for python 3.13
  • Enhance dotenv run, switch to execvpe for better resource management and signal handling (#523) by [@​eekstunt]

Fixed

  • find_dotenv and load_dotenv now correctly looks up at the current directory when running in debugger or pdb (#553 by [@​randomseed42])

Misc

  • Drop support for Python 3.8
Commits

Updates ruff from 0.9.9 to 0.11.7

Release notes

Sourced from ruff's releases.

0.11.7

Release Notes

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.11.7

Preview features

  • [airflow] Apply auto fixes to cases where the names have changed in Airflow 3 (AIR301) (#17355)
  • [perflint] Implement fix for manual-dict-comprehension (PERF403) (#16719)
  • [syntax-errors] Make duplicate parameter names a semantic error (#17131)

Bug fixes

  • [airflow] Fix typos in provider package names (AIR302, AIR312) (#17574)
  • [flake8-type-checking] Visit keyword arguments in checks involving typing.cast/typing.NewType arguments (#17538)
  • [pyupgrade] Preserve parenthesis when fixing native literals containing newlines (UP018) (#17220)
  • [refurb] Mark the FURB161 fix unsafe except for integers and booleans (#17240)

Rule changes

  • [perflint] Allow list function calls to be replaced with a comprehension (PERF401) (#17519)
  • [pycodestyle] Auto-fix redundant boolean comparison (E712) (#17090)
  • [pylint] make fix unsafe if delete comments (PLR1730) (#17459)

Documentation

0.11.6

Preview features

  • Avoid adding whitespace to the end of a docstring after an escaped quote (#17216)
  • [airflow] Extract AIR311 from AIR301 rules (AIR301, AIR311) (#17310, #17422)

Bug fixes

  • Raise syntax error when \ is at end of file (#17409)

0.11.5

Preview features

  • [airflow] Add missing AIR302 attribute check (#17115)
  • [airflow] Expand module path check to individual symbols (AIR302) (#17278)
  • [airflow] Extract AIR312 from AIR302 rules (AIR302, AIR312) (#17152)
  • [airflow] Update oudated AIR301, AIR302 rules (#17123)
  • [syntax-errors] Async comprehension in sync comprehension (#17177)
  • [syntax-errors] Check annotations in annotated assignments (#17283)
  • [syntax-errors] Extend annotation checks to await (#17282)

Bug fixes

... (truncated)

Commits
  • f7b4851 Bump 0.11.7 (#17613)
  • 9937064 [red-knot] Use iterative approach to collect overloads (#17607)
  • 8d2c792 red_knot_python_semantic: avoid Rust's screaming snake case convention in mdtest
  • 0f47810 red_knot_python_semantic: improve diagnostics for unsupported boolean convers...
  • eb1d251 red_knot_python_semantic: add "return type span" helper method
  • a45a0a9 red_knot_python_semantic: move parameter span helper method
  • 43bd043 ruff_db: add a From impl for FileRange to Span
  • 9a54ee3 red_knot_python_semantic: add snapshot tests for unsupported boolean conversions
  • 25c3be5 [red-knot] simplify != narrowing (#17610)
  • e71f3ed [red-knot] Update == and != narrowing (#17567)
  • Additional commits viewable in compare view

Updates validate-pyproject from 0.23 to 0.24.1

Release notes

Sourced from validate-pyproject's releases.

v0.24.1

What's Changed

Full Changelog: abravalheri/validate-pyproject@v0.24...v0.24.1

v0.24

What's Changed

  • Fix integration with SchemaStore by loading extra/side schemas, #226, #229.

  • Add support for loading extra schemas, #226.

  • Fixed verify author dict is not empty, #232.

  • Added support for validate_pyproject.multi_schema plugins with extra schemas, #231.

  • validate-pyproject no longer communicates test dependencies via the tests extra and documentation dependencies dependencies via the docs/requirements.txt file. Instead dependency-groups have been adopted to support CI environments, #227.

    As a result, uv's high level interface also works for developers. You can use the dependency-groups package on PyPI if you need to convert to a classic requirements list.

Contributions by @​henryiii.

Full Changelog: abravalheri/validate-pyproject@v0.23...v0.24

Changelog

Sourced from validate-pyproject's changelog.

Version 0.24.1

  • Fixed multi plugin id was read from the wrong place by @​henryiii, #240.
  • Implemented alternative plugin sorting, #243

Version 0.24

  • Fix integration with SchemaStore by loading extra/side schemas, #226, #229.

  • Add support for loading extra schemas, #226.

  • Fixed verify author dict is not empty, #232.

  • Added support for validate_pyproject.multi_schema plugins with extra schemas, #231.

  • validate-pyproject no longer communicates test dependencies via the tests extra and documentation dependencies dependencies via the docs/requirements.txt file. Instead :doc:pypa:dependency-groups have been adopted to support CI environments, #227.

    As a result, uv's high level interface also works for developers. You can use the :pypi:dependency-groups package on PyPI if you need to convert to a classic requirements list.

Contributions by @​henryiii.

Commits
  • 78f5e0f Update CHANGELOG
  • 643d2c6 docs: add a few newer peps to docs list (#246)
  • 40ec0e5 Implement alternative plugin sort (#243)
  • d1b4cab [pre-commit.ci] pre-commit autoupdate (#245)
  • 01a87ae docs: add a few newer peps to docs list
  • bcc733d Remove '.priority' from plugin protocol
  • cdb1a0b Change default plugin priority but allow customisation
  • 40ebd81 Remove expression difficult to understand
  • 4388d04 Add test helper to fake entrypoints
  • d5ca823 Use alternative/simplified sorting
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the python-requirements group with 10 updates:

| Package | From | To |
| --- | --- | --- |
| [humanize](https://github.com/python-humanize/humanize) | `4.12.1` | `4.12.3` |
| [orjson](https://github.com/ijl/orjson) | `3.10.15` | `3.10.18` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.4` |
| [types-pyyaml](https://github.com/typeshed-internal/stub_uploader) | `6.0.12.20241230` | `6.0.12.20250402` |
| [types-requests](https://github.com/python/typeshed) | `2.32.0.20250301` | `2.32.0.20250328` |
| [responses](https://github.com/getsentry/responses) | `0.25.6` | `0.25.7` |
| [debugpy](https://github.com/microsoft/debugpy) | `1.8.12` | `1.8.14` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.1.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.9.9` | `0.11.7` |
| [validate-pyproject](https://github.com/abravalheri/validate-pyproject) | `0.23` | `0.24.1` |


Updates `humanize` from 4.12.1 to 4.12.3
- [Release notes](https://github.com/python-humanize/humanize/releases)
- [Commits](python-humanize/humanize@4.12.1...4.12.3)

Updates `orjson` from 3.10.15 to 3.10.18
- [Release notes](https://github.com/ijl/orjson/releases)
- [Changelog](https://github.com/ijl/orjson/blob/master/CHANGELOG.md)
- [Commits](ijl/orjson@3.10.15...3.10.18)

Updates `pydantic` from 2.10.6 to 2.11.4
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](pydantic/pydantic@v2.10.6...v2.11.4)

Updates `types-pyyaml` from 6.0.12.20241230 to 6.0.12.20250402
- [Commits](https://github.com/typeshed-internal/stub_uploader/commits)

Updates `types-requests` from 2.32.0.20250301 to 2.32.0.20250328
- [Commits](https://github.com/python/typeshed/commits)

Updates `responses` from 0.25.6 to 0.25.7
- [Release notes](https://github.com/getsentry/responses/releases)
- [Changelog](https://github.com/getsentry/responses/blob/master/CHANGES)
- [Commits](getsentry/responses@0.25.6...0.25.7)

Updates `debugpy` from 1.8.12 to 1.8.14
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.12...v1.8.14)

Updates `python-dotenv` from 1.0.1 to 1.1.0
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.1.0)

Updates `ruff` from 0.9.9 to 0.11.7
- [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.9.9...0.11.7)

Updates `validate-pyproject` from 0.23 to 0.24.1
- [Release notes](https://github.com/abravalheri/validate-pyproject/releases)
- [Changelog](https://github.com/abravalheri/validate-pyproject/blob/main/CHANGELOG.rst)
- [Commits](abravalheri/validate-pyproject@v0.23...v0.24.1)

---
updated-dependencies:
- dependency-name: humanize
  dependency-version: 4.12.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: orjson
  dependency-version: 3.10.18
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: pydantic
  dependency-version: 2.11.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: types-pyyaml
  dependency-version: 6.0.12.20250402
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: types-requests
  dependency-version: 2.32.0.20250328
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: responses
  dependency-version: 0.25.7
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: debugpy
  dependency-version: 1.8.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-requirements
- dependency-name: python-dotenv
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: ruff
  dependency-version: 0.11.7
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
- dependency-name: validate-pyproject
  dependency-version: 0.24.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-requirements
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 1, 2025
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
456D
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants
0