Skip to content

Bump the python-packages group with 5 updates#234

Merged
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/pip/python-packages-09754da4a9
May 26, 2025
Merged

Bump the python-packages group with 5 updates#234
MTSOnGithub merged 1 commit intodevelopfrom
dependabot/pip/python-packages-09754da4a9

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 26, 2025

Bumps the python-packages group with 5 updates:

Package From To
pydantic 2.11.4 2.11.5
alembic 1.15.2 1.16.1
python-keycloak 5.5.0 5.5.1
pytest-lazy-fixtures 1.1.2 1.1.3
coverage 7.8.0 7.8.2

Updates pydantic from 2.11.4 to 2.11.5

Release notes

Sourced from pydantic's releases.

v2.11.5 2025-05-22

What's Changed

Fixes

Full Changelog: pydantic/pydantic@v2.11.4...v2.11.5

Changelog

Sourced from pydantic's changelog.

v2.11.5 (2025-05-22)

GitHub release

What's Changed

Fixes

Commits
  • 5e6d1dc Prepare release v2.11.5
  • 1b63218 Do not duplicate metadata on model rebuild (#11902)
  • 5aefad8 Do not delete mock validator/serializer in model_rebuild()
  • 8fbe658 Check if FieldInfo is complete after applying type variable map
  • 12b371a Update documentation about @dataclass_transform support
  • 3a6aef4 Fix missing link in documentation
  • 0506b9c Fix light/dark mode documentation toggle
  • 58078c8 Fix typo in documentation
  • See full diff in compare view

Updates alembic from 1.15.2 to 1.16.1

Release notes

Sourced from alembic's releases.

1.16.1

Released: May 21, 2025

bug

  • [bug] [command] Fixed regression caused by the pathlib refactoring that removed the use of Config.get_template_directory() as the canonical source of templates; the method is still present however it no longer would be consulted for a custom config subclass, as was the case with flask-migrate.

    References: #1660

  • [bug] [command] Fixed regression caused by the pathlib refactoring where the "missing template" error message failed to render the name of the template that could not be found.

    References: #1659

1.16.0

Released: May 21, 2025

feature

  • [feature] [environment] Added optional PEP 621 support to Alembic, allowing all source code related configuration (e.g. local file paths, post write hook configurations, etc) to be configured in the project's pyproject.toml file. A new init template pyproject is added which illustrates a basic PEP 621 setup.

    Besides being better integrated with a Python project's existing source code configuration, the TOML format allows for more flexible structures, allowing configuration items like version_locations and prepend_sys_path to be configured as lists of path strings without the need for path separator characters used by ConfigParser format. The feature continues to support the %(here)s token which can substitute the absolute parent directory of the pyproject.toml file when consumed.

    The PEP 621 feature supports configuration values that are relevant to source code organization and generation only; it does not accommodate configuration of database connectivity or logging, which remain under the category of "deployment" configuration and continue to be part of alembic.ini, or whatever configurational method is established by the env.py file. Using the combination of pyproject.toml for source code configuration along with a custom database/logging configuration method established in env.py will allow the alembic.ini file to be

... (truncated)

Commits

Updates python-keycloak from 5.5.0 to 5.5.1

Changelog

Sourced from python-keycloak's changelog.

v5.5.1 (2025-05-25)

Fix

  • fix/latest version (#654)
Commits

Updates pytest-lazy-fixtures from 1.1.2 to 1.1.3

Release notes

Sourced from pytest-lazy-fixtures's releases.

1.1.3

What's Changed

Full Changelog: dev-petrov/pytest-lazy-fixtures@1.1.2...1.1.3

Commits

Updates coverage from 7.8.0 to 7.8.2

Changelog

Sourced from coverage's changelog.

Version 7.8.2 — 2025-05-23

  • Wheels are provided for Windows ARM64 on Python 3.11, 3.12, and 3.13. Thanks, Finn Womack <pull 1972_>_.

.. _issue 1971: nedbat/coveragepy#1971 .. _pull 1972: nedbat/coveragepy#1972

.. _changes_7-8-1:

Version 7.8.1 — 2025-05-21

  • A number of EncodingWarnings were fixed that could appear if you've enabled PYTHONWARNDEFAULTENCODING, fixing issue 1966. Thanks, Henry Schreiner <pull 1967_>.

  • Fixed a race condition when using sys.monitoring with free-threading Python, closing issue 1970_.

.. _issue 1966: nedbat/coveragepy#1966 .. _pull 1967: nedbat/coveragepy#1967 .. _issue 1970: nedbat/coveragepy#1970

.. _changes_7-8-0:

Commits
  • 51ab2e5 build: have to keep expected dist counts in sync
  • be7bbf2 docs: sample HTML for 7.8.2
  • 3cee850 docs: prep for 7.8.2
  • 39bc6b0 docs: provide more details if the kit matrix is edited.
  • a608fb3 build: add support for Windows arm64 (#1972)
  • 2fe6225 build: run tox lint if actions have changed
  • 3d93a78 docs: docs need scriv for making github releases
  • 0c443a2 build: bump version to 7.8.2
  • ed98b87 docs: sample HTML for 7.8.1
  • b98bc9b docs: prep for 7.8.1
  • 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-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pydantic](https://github.com/pydantic/pydantic) | `2.11.4` | `2.11.5` |
| [alembic](https://github.com/sqlalchemy/alembic) | `1.15.2` | `1.16.1` |
| [python-keycloak](https://github.com/marcospereirampj/python-keycloak) | `5.5.0` | `5.5.1` |
| [pytest-lazy-fixtures](https://github.com/dev-petrov/pytest-lazy-fixtures) | `1.1.2` | `1.1.3` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.8.0` | `7.8.2` |


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

Updates `alembic` from 1.15.2 to 1.16.1
- [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 `python-keycloak` from 5.5.0 to 5.5.1
- [Changelog](https://github.com/marcospereirampj/python-keycloak/blob/master/CHANGELOG.md)
- [Commits](marcospereirampj/python-keycloak@v5.5.0...v5.5.1)

Updates `pytest-lazy-fixtures` from 1.1.2 to 1.1.3
- [Release notes](https://github.com/dev-petrov/pytest-lazy-fixtures/releases)
- [Commits](dev-petrov/pytest-lazy-fixtures@1.1.2...1.1.3)

Updates `coverage` from 7.8.0 to 7.8.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](coveragepy/coveragepy@7.8.0...7.8.2)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-version: 2.11.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: alembic
  dependency-version: 1.16.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-keycloak
  dependency-version: 5.5.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest-lazy-fixtures
  dependency-version: 1.1.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: coverage
  dependency-version: 7.8.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the type:dependency Dependency-related changes label May 26, 2025
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) May 26, 2025 05:35
@MTSOnGithub MTSOnGithub merged commit 21324b1 into develop May 26, 2025
24 checks passed
@MTSOnGithub MTSOnGithub deleted the dependabot/pip/python-packages-09754da4a9 branch May 26, 2025 05:47
@codecov
Copy link
Copy Markdown

codecov Bot commented May 26, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.35%. Comparing base (42da959) to head (f34c376).
⚠️ Report is 46 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #234      +/-   ##
===========================================
+ Coverage    92.15%   92.35%   +0.19%     
===========================================
  Files          192      192              
  Lines         4693     4693              
  Branches       352      352              
===========================================
+ Hits          4325     4334       +9     
+ Misses         285      275      -10     
- Partials        83       84       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type:dependency Dependency-related changes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant