Bump the python-packages group with 7 updates#222
Merged
MTSOnGithub merged 1 commit intodevelopfrom Mar 31, 2025
Merged
Conversation
Bumps the python-packages group with 7 updates: | Package | From | To | | --- | --- | --- | | [pydantic](https://github.com/pydantic/pydantic) | `2.10.6` | `2.11.1` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `2.0.39` | `2.0.40` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.15.1` | `1.15.2` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.25.3` | `0.26.0` | | [faker](https://github.com/joke2k/faker) | `37.0.2` | `37.1.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.7.1` | `7.8.0` | | [flake8](https://github.com/pycqa/flake8) | `7.1.2` | `7.2.0` | Updates `pydantic` from 2.10.6 to 2.11.1 - [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.1) Updates `sqlalchemy` from 2.0.39 to 2.0.40 - [Release notes](https://github.com/sqlalchemy/sqlalchemy/releases) - [Changelog](https://github.com/sqlalchemy/sqlalchemy/blob/main/CHANGES.rst) - [Commits](https://github.com/sqlalchemy/sqlalchemy/commits) Updates `alembic` from 1.15.1 to 1.15.2 - [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 `pytest-asyncio` from 0.25.3 to 0.26.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.3...v0.26.0) Updates `faker` from 37.0.2 to 37.1.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.0.2...v37.1.0) Updates `coverage` from 7.7.1 to 7.8.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.7.1...7.8.0) Updates `flake8` from 7.1.2 to 7.2.0 - [Commits](PyCQA/flake8@7.1.2...7.2.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: faker dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: flake8 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
Mar 31, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #222 +/- ##
========================================
Coverage 91.85% 91.85%
========================================
Files 194 194
Lines 4667 4667
Branches 350 350
========================================
Hits 4287 4287
Misses 296 296
Partials 84 84 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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 7 updates:
2.10.62.11.12.0.392.0.401.15.11.15.20.25.30.26.037.0.237.1.07.7.17.8.07.1.27.2.0Updates
pydanticfrom 2.10.6 to 2.11.1Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
6c38dc9Prepare release v2.11.1 (#11648)1dcddacDo not override'definitions-ref'schemas containing serialization schemas ...024fdaeFix small typos (#11643)58e61faPrepare release v2.11.0 (#11635)e2c2e81Addgenerate_arguments_schema()experimental function (#11572)72bea3fAddmkdocs-llmstxtdocumentation plugin (#11632)fcba832Simplify customization of default value inclusion in JSON Schema generation (...6f11161Add support for extra keys validation for models (#11578)7917b11Disable third-party workflow issue report (#11629)f5226d2Bumppydantic-coreto v2.33.0 (#11631)Updates
sqlalchemyfrom 2.0.39 to 2.0.40Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
alembicfrom 1.15.1 to 1.15.2Release notes
Sourced from alembic's releases.
Commits
Updates
pytest-asynciofrom 0.25.3 to 0.26.0Release notes
Sourced from pytest-asyncio's releases.
Commits
4f8ce45docs: Prepare release of v0.26.0.498e8a7Build(deps): Bump attrs from 25.1.0 to 25.3.0 in /dependencies/default01c22ffbuild: Update project metadata to use SPDX license identifier78191c9[pre-commit.ci] pre-commit autoupdate9a45551Build(deps): Bump hypothesis in /dependencies/default6680409Build(deps): Bump coverage from 7.7.0 to 7.7.1 in /dependencies/defaultaa82c57Build(deps): Bump iniconfig from 2.0.0 to 2.1.0 in /dependencies/defaultcca587e[pre-commit.ci] pre-commit autoupdate5d90b29Build(deps): Bump hypothesis in /dependencies/defaultc262262Build(deps): Bump coverage from 7.6.12 to 7.7.0 in /dependencies/defaultUpdates
fakerfrom 37.0.2 to 37.1.0Release notes
Sourced from faker's releases.
Changelog
Sourced from faker's changelog.
Commits
8403156Bump version: 37.0.2 → 37.1.0f4272d3📝 Update CHANGELOG.md61d58f8Addng_NGcurrency provider and corresponding tests (#2182)Updates
coveragefrom 7.7.1 to 7.8.0Changelog
Sourced from coverage's changelog.
Commits
6d5ced9docs: sample HTML for 7.8.049c194fdocs: prep for 7.8.038782cbdocs: finish up source_dirs. bump to 7.8.07aea2f3feat: add newsource_dirsoption (#1943)f464155test: some simple bytecode testscf1dec0refactor: these pypy modules are available in all our versionsa876052test: a general helper for iterating over our own source files82cff3eperf: sets are better than listsa66bd61refactor: move bytecode code into bytecode.pyd64ce5fchore: bump the action-dependencies group with 3 updates (#1940)Updates
flake8from 7.1.2 to 7.2.0Commits
16f5f28Release 7.2.0ebad305Merge pull request #1974 from PyCQA/update-pluginsd56d569update versions of pycodestyle / pyflakesa7e8f62Merge pull request #1973 from PyCQA/py39-plus9d55ccdpy39+e492aebMerge pull request #1967 from PyCQA/unnecessary-mocksfa2ed71remove a few unnecessary mocks in test_checker_managerDependabot 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