Bump the python-packages group with 5 updates#238
Closed
dependabot[bot] wants to merge 1 commit intodevelopfrom
Closed
Bump the python-packages group with 5 updates#238dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot[bot] wants to merge 1 commit intodevelopfrom
Conversation
Bumps the python-packages group with 5 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.11.5` | `2.11.7` | | [uuid6](https://github.com/oittaa/uuid6-python) | `2024.7.10` | `2025.0.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.26.0` | `1.0.0` | | [faker](https://github.com/joke2k/faker) | `37.3.0` | `37.4.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.8.2` | `7.9.1` | Updates `pydantic` from 2.11.5 to 2.11.7 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v2.11.5...v2.11.7) Updates `uuid6` from 2024.7.10 to 2025.0.0 - [Release notes](https://github.com/oittaa/uuid6-python/releases) - [Commits](oittaa/uuid6-python@2024.07.10...2025.0.0) Updates `pytest-asyncio` from 0.26.0 to 1.0.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.26.0...v1.0.0) Updates `faker` from 37.3.0 to 37.4.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.3.0...v37.4.0) Updates `coverage` from 7.8.2 to 7.9.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.8.2...7.9.1) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: uuid6 dependency-version: 2025.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-packages - dependency-name: pytest-asyncio dependency-version: 1.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: python-packages - dependency-name: faker dependency-version: 37.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage dependency-version: 7.9.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
MTSOnGithub
approved these changes
Jun 16, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
❌ Your project status has failed because the head coverage (61.60%) is below the target coverage (92.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## develop #238 +/- ##
============================================
- Coverage 92.35% 61.60% -30.76%
============================================
Files 192 191 -1
Lines 4696 4633 -63
Branches 352 344 -8
============================================
- Hits 4337 2854 -1483
- Misses 275 1770 +1495
+ Partials 84 9 -75 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps the python-packages group with 5 updates:
2.11.52.11.72024.7.102025.0.00.26.01.0.037.3.037.4.07.8.27.9.1Updates
pydanticfrom 2.11.5 to 2.11.7Release notes
Sourced from pydantic's releases.
Changelog
Sourced from pydantic's changelog.
Commits
5f033e4Prepare release v2.11.7c3368b8CopyFieldInfoinstance if necessary duringFieldInfobuild (#11980)3987b23Prepare release v2.11.6dc7a9d2Always store the original field assignment onFieldInfoc284c27Rebuild dataclass fields before schema generationUpdates
uuid6from 2024.7.10 to 2025.0.0Release notes
Sourced from uuid6's releases.
Commits
c7dc7b9Bump coverage[toml] from 7.8.0 to 7.8.2 (#213)f4c1de2Black has changed the default formatting (#215)c71bfb4fix and modernize packaging (#211)eccace6Bump mypy from 1.15.0 to 1.16.0 (#214)9129b99Bump flake8 from 7.1.2 to 7.2.0 (#208)b31c55fBump coverage[toml] from 7.6.12 to 7.8.0 (#209)6b51370Bump mypy from 1.13.0 to 1.15.0 (#200)ed6f259Bump coverage[toml] from 7.6.7 to 7.6.12 (#202)b3f768aBump pyperf from 2.8.1 to 2.9.0 (#205)a265ed9Bump pypa/gh-action-pypi-publish from 1.12.2 to 1.12.4 (#199)Updates
pytest-asynciofrom 0.26.0 to 1.0.0Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
5ef97bdchore: Prepare release of v1.0.0.f212e24docs: Mention fix of #797.32c1d10test: Removed obsolete test for async_gen_fixtures.627ce92[pre-commit.ci] pre-commit autoupdatea55ff36Build(deps): Bump pluggy from 1.5.0 to 1.6.0 in /dependencies/default633389fBuild(deps): Bump hypothesis in /dependencies/default0c99466docs: Fixed an error that reported a missing event_loop fixture when using pa...0688d17ci: Replace Github template expansion with env variable expansion.2adcf52ci: Quote Github variable expansion.dd0fac9ci: Fixed a bug that prevented release notes from being extracted from a Git ...Updates
fakerfrom 37.3.0 to 37.4.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
73efc82Bump version: 37.3.0 → 37.4.0b199f5efix test7f8a561fix test6c9dd71placate mypy3edb225📝 Update README.mdd7b9960💄 Lint coded349cccfeat: ImplementZh_CNcredit card provider (#2193)Updates
coveragefrom 7.8.2 to 7.9.1Changelog
Sourced from coverage's changelog.
Commits
4fa1b71docs: sample HTML for 7.9.15cf757bdocs: prep for 7.9.1bea6204fix: better defaulting of core7795441fix: fewer warnings, default to sys.monitoring on 3.14+18aa074fix: some custom builds don't have file8c5bf65chore: make upgrade128c4f4build: bump version to 7.9.1452d86fdocs: sample HTML for 7.9.0a670927docs: prep for 7.9.03b0cb87build: windows 3.14 is fixedDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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