chore(deps-py): bump the minor group across 1 directory with 4 updates#3051
Closed
dependabot[bot] wants to merge 1 commit into
Closed
chore(deps-py): bump the minor group across 1 directory with 4 updates#3051dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3051 +/- ##
=======================================
Coverage 81.16% 81.16%
=======================================
Files 240 240
Lines 45035 45035
Branches 38791 38791
=======================================
Hits 36552 36552
Misses 6509 6509
Partials 1974 1974
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
e46db76 to
8bf7170
Compare
Bumps the minor group with 4 updates in the / directory: [pydantic](https://github.com/pydantic/pydantic), [pydantic-extra-types](https://github.com/pydantic/pydantic-extra-types), [furo](https://github.com/pradyunsg/furo) and [pytket](https://github.com/quantinuum/tket). Updates `pydantic` from 2.12.3 to 2.13.4 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.13.4/HISTORY.md) - [Commits](pydantic/pydantic@v2.12.3...v2.13.4) Updates `pydantic-extra-types` from 2.10.6 to 2.11.1 - [Release notes](https://github.com/pydantic/pydantic-extra-types/releases) - [Changelog](https://github.com/pydantic/pydantic-extra-types/blob/main/HISTORY.md) - [Commits](pydantic/pydantic-extra-types@v2.10.6...v2.11.1) Updates `furo` from 2025.9.25 to 2025.12.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2025.09.25...2025.12.19) Updates `pytket` from 2.10.1 to 2.17.0 - [Release notes](https://github.com/quantinuum/tket/releases) - [Commits](Quantinuum/tket@v2.10.1...v2.17.0) --- updated-dependencies: - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pydantic-extra-types dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: pytket dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
8bf7170 to
194f19b
Compare
Contributor
Author
|
Superseded by #3062. |
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 minor group with 4 updates in the / directory: pydantic, pydantic-extra-types, furo and pytket.
Updates
pydanticfrom 2.12.3 to 2.13.4Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
cf67d4bFix lintingf0d8a21Prepare release v2.13.45e3fe1dCheck for pydantic tag pattern in CI7f9edccDocument tagging conventionsb46a0c9Adaptpydantic-corelinker flags on macOS50629c8Update to PyPy 7.3.228522ebbPreserveRootModelcore metadataa37f3afAdaptMISSINGsentinel test to work with unreleasedtyping_extensionsver...909259aRemove Logfire example in documentation2c4174cBump libc from 0.2.155 to 0.2.185Updates
pydantic-extra-typesfrom 2.10.6 to 2.11.1Release notes
Sourced from pydantic-extra-types's releases.
Changelog
Sourced from pydantic-extra-types's changelog.
Commits
efe22fb🔖 Release version 2.11.1 (#375)6fc6756feat: add IBAN (International Bank Account Number) type (#372)558e5c8⬆ Bump actions/upload-artifact from 6 to 7 (#369)aab5a5a⬆ Bump actions/download-artifact from 7 to 8 (#370)89b2a16⬆ Bump the python-packages group with 2 updates (#371)496cf00Export Color from package init.py (#373)07628d1feat: migrate DSN types from pydantic.networks (#368)b999077Add UUID v7 support (and v6/v8) (#367)712421f⬆ Bump the python-packages group with 4 updates (#365)a99dd63⬆ Bump actions/download-artifact from 6 to 7 (#363)Updates
furofrom 2025.9.25 to 2025.12.19Release notes
Sourced from furo's releases.
Changelog
Sourced from furo's changelog.
... (truncated)
Commits
dd9e9f9Prepare release: 2025.12.19d43f7e9Update changelogd27cab5Bump the supported Sphinx version range12f288eBack to developmentUpdates
pytketfrom 2.10.1 to 2.17.0Release notes
Sourced from pytket's releases.
... (truncated)
Commits
808a41aAlways squash symbolic circuits inTransforms::squash_1qb_to_Rz_PhasedX()(...7fdae57Use windows-2022 runner instead of windows-2025 (#2163)16f984fBump urllib3 from 2.6.3 to 2.7.0 in /pytket/docs (#2159)131408aBump actions/add-to-project from 1.0.2 to 2.0.0 (#2158)5e37ffddocs: minor wording adjustment on extensions deprecation (#2157)5545b6dfix wasm issue (#2151)19299adMerge pull request #2155 from Quantinuum/ae/nowin3a93e29Bump tket version.1cc6ac1Temporarily disable Windows builds.261f3f5Suppress warning from symengine on gcc 15. (#2148)