Skip to content

Bump the python-packages group with 4 updates#212

Merged
dolfinus merged 3 commits intodevelopfrom
dependabot/pip/python-packages-10147e782b
Mar 5, 2025
Merged

Bump the python-packages group with 4 updates#212
dolfinus merged 3 commits intodevelopfrom
dependabot/pip/python-packages-10147e782b

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps the python-packages group with 4 updates: pydantic-settings, fastapi, pytest and sphinxcontrib-towncrier.

Updates pydantic-settings from 2.8.0 to 2.8.1

Release notes

Sourced from pydantic-settings's releases.

v2.8.1

What's Changed

Full Changelog: pydantic/pydantic-settings@v2.8.0...v2.8.1

Commits

Updates fastapi from 0.115.8 to 0.115.11

Release notes

Sourced from fastapi's releases.

0.115.11

Fixes

Translations

  • 🌐 Add Russian translation for docs/ru/docs/tutorial/middleware.md. PR #13412 by @​alv2017.

Internal

0.115.10

Fixes

  • ♻️ Update internal annotation usage for compatibility with Pydantic 2.11. PR #13314 by @​Viicos.

Upgrades

Translations

0.115.9

Fixes

  • 🐛 Ensure that HTTPDigest only raises an exception when auto_error is True. PR #2939 by @​arthurio.

Refactors

... (truncated)

Commits
  • 3824664 🔖 Release version 0.115.11
  • a01ed2f 📝 Update release notes
  • a2c2e33 📝 Update release notes
  • 74fe89b 🐛 Add docs examples and tests (support) for Annotated custom validations, l...
  • f5056f8 📝 Update release notes
  • 60f0586 📝 Update release notes
  • b7d3f2a 📝 Update release notes
  • ea57612 👥 Update FastAPI GitHub topic repositories (#13439)
  • 1865447 👥 Update FastAPI People - Contributors and Translators (#13432)
  • 89e0c10 👥 Update FastAPI People - Sponsors (#13433)
  • Additional commits viewable in compare view

Updates pytest from 8.3.4 to 8.3.5

Release notes

Sourced from pytest's releases.

8.3.5

pytest 8.3.5 (2025-03-02)

Bug fixes

  • #11777: Fixed issue where sequences were still being shortened even with -vv verbosity.
  • #12888: Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
  • #13026: Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
  • #13053: Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
  • #13083: Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

  • #12842: Added dedicated page about using types with pytest.

    See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

  • #13112: Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
  • #13256: Support for Towncrier versions released in 2024 has been re-enabled when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.
Commits

Updates sphinxcontrib-towncrier from 0.4.0a0 to 0.5.0a0

Release notes

Sourced from sphinxcontrib-towncrier's releases.

v0.5.0a0

Release v0.5.0a0

This release is published to https://pypi.org/project/sphinxcontrib-towncrier/0.5.0a0.

This release has been produced by the following workflow run: https://github.com/sphinx-contrib/sphinxcontrib-towncrier/actions/runs/13579622041.

🐛 What's Fixed

The main improvement is that @​bennyrowland💰 added support for Towncrier 24.7.0rc1 and higher via #96. Towncrier versions of year 2024 are now integrated into the CI as well (#93).

There are a few more corner case adjustments and fixes that we didn't bother recording as they aren't met in the “happy path”. They handle missing configs, files and directories.

🛠️ Internal Updates

@​dvzrv💰 upgraded setuptools-scm in packaging to rely on modern handling of git archives in #80

@​webknjaz💰 heavily refactored the CI/CD, introducing a reusable workflow generalizing tox invocations @ sphinx-contrib/sphinxcontrib-towncrier#106 and a few direct commits.

As a part of the testing improvements, the code coverage level has been raised to about 20% higher than before. Additionally, a typing has been fixed here and there.

☣️ Anything else I might care about?

[!caution] This release heavily reduced the support matrix. The minimum supported Python version is now 3.9. And the lowest required Towncrier is 23.

💪 New Contributors

🪞 Full Diff: sphinx-contrib/sphinxcontrib-towncrier@v0.4.0a0...v0.5.0a0

🧔‍♂️ Release Manager: @​webknjaz 🇺🇦

🙏 Special Thanks to @​bennyrowland💰 for driving the Towncrier compatibility research and proposing fixes! They laid the foundation for this entire release.

💬 Discuss on Bluesky 🦋, on Mastodon 🐘 and on GitHub.

GH Sponsors badge

Commits
  • 8f76a55 🧪 Skip running pylint @ pre-commit.ci
  • 7014328 🧪 Bump Towncrier to v24 @ pre-commit
  • 28c6db9 [pre-commit.ci] pre-commit autoupdate (#105)
  • 20c1667 Bump jinja2 from 3.1.4 to 3.1.5 in /docs (#104)
  • 13b228c Merge branch 'maintenance/tox4-win'
  • ac01059 🚑 Force UTF-8 mode in CPython calling tox
  • a93edfe 🧪📦 Sync expected dist basename computation
  • 7b6a89a 🧪 Move cron runs into a separate GHA workflow
  • 7bda7ee Merge branch 'maintenance/gha-reusable-tox'
  • 26c1d04 [pre-commit.ci] pre-commit autoupdate
  • 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 4 updates: [pydantic-settings](https://github.com/pydantic/pydantic-settings), [fastapi](https://github.com/fastapi/fastapi), [pytest](https://github.com/pytest-dev/pytest) and [sphinxcontrib-towncrier](https://github.com/sphinx-contrib/sphinxcontrib-towncrier).


Updates `pydantic-settings` from 2.8.0 to 2.8.1
- [Release notes](https://github.com/pydantic/pydantic-settings/releases)
- [Commits](pydantic/pydantic-settings@v2.8.0...v2.8.1)

Updates `fastapi` from 0.115.8 to 0.115.11
- [Release notes](https://github.com/fastapi/fastapi/releases)
- [Commits](fastapi/fastapi@0.115.8...0.115.11)

Updates `pytest` from 8.3.4 to 8.3.5
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.3.4...8.3.5)

Updates `sphinxcontrib-towncrier` from 0.4.0a0 to 0.5.0a0
- [Release notes](https://github.com/sphinx-contrib/sphinxcontrib-towncrier/releases)
- [Commits](sphinx-contrib/sphinxcontrib-towncrier@v0.4.0a0...v0.5.0a0)

---
updated-dependencies:
- dependency-name: pydantic-settings
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: fastapi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: sphinxcontrib-towncrier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the type:dependency Dependency-related changes label Mar 3, 2025
@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) March 3, 2025 05:56
@dolfinus dolfinus disabled auto-merge March 3, 2025 06:01
@codecov
Copy link
Copy Markdown

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.02%. Comparing base (d0e3f27) to head (9a1701b).
Report is 155 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop     #212      +/-   ##
===========================================
+ Coverage    91.97%   92.02%   +0.05%     
===========================================
  Files          192      192              
  Lines         4695     4704       +9     
  Branches       345      347       +2     
===========================================
+ Hits          4318     4329      +11     
+ Misses         296      294       -2     
  Partials        81       81              

☔ 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.

@MTSOnGithub MTSOnGithub enabled auto-merge (rebase) March 5, 2025 08:25
@dolfinus dolfinus disabled auto-merge March 5, 2025 08:57
@dolfinus dolfinus merged commit cde64f1 into develop Mar 5, 2025
25 checks passed
@dolfinus dolfinus deleted the dependabot/pip/python-packages-10147e782b branch March 5, 2025 08:58
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.

2 participants