Bump the tests group across 1 directory with 8 updates#637
Open
dependabot[bot] wants to merge 1 commit into
Open
Bump the tests group across 1 directory with 8 updates#637dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the tests group with 8 updates in the /tests directory: | Package | From | To | | --- | --- | --- | | [attrs](https://github.com/sponsors/hynek) | `22.1.0` | `23.2.0` | | [docstring-parser](https://github.com/rr-/docstring_parser) | `0.15` | `0.16` | | [pydantic](https://github.com/pydantic/pydantic) | `1.10.2` | `2.7.2` | | [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `8.2.1` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `4.0.0` | `5.0.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.20.3` | `0.23.7` | | [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `1.4.45` | `2.0.30` | | [typing-extensions](https://github.com/python/typing_extensions) | `4.8.0` | `4.12.0` | Updates `attrs` from 22.1.0 to 23.2.0 - [Commits](https://github.com/sponsors/hynek/commits) Updates `docstring-parser` from 0.15 to 0.16 - [Changelog](https://github.com/rr-/docstring_parser/blob/master/CHANGELOG.md) - [Commits](rr-/docstring_parser@0.15...0.16) Updates `pydantic` from 1.10.2 to 2.7.2 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](pydantic/pydantic@v1.10.2...v2.7.2) Updates `pytest` from 7.4.2 to 8.2.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.2...8.2.1) Updates `pytest-cov` from 4.0.0 to 5.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v4.0.0...v5.0.0) Updates `pytest-asyncio` from 0.20.3 to 0.23.7 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.20.3...v0.23.7) Updates `sqlalchemy` from 1.4.45 to 2.0.30 - [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 `typing-extensions` from 4.8.0 to 4.12.0 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](python/typing_extensions@4.8.0...4.12.0) --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: docstring-parser dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: pytest-cov dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: pytest-asyncio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests - dependency-name: sqlalchemy dependency-type: direct:production update-type: version-update:semver-major dependency-group: tests - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: tests ... Signed-off-by: dependabot[bot] <support@github.com>
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 tests group with 8 updates in the /tests directory:
22.1.023.2.00.150.161.10.22.7.27.4.28.2.14.0.05.0.00.20.30.23.71.4.452.0.304.8.04.12.0Updates
attrsfrom 22.1.0 to 23.2.0Commits
Updates
docstring-parserfrom 0.15 to 0.16Changelog
Sourced from docstring-parser's changelog.
Commits
4951137build: 0.16a12cca9parser: add a description property to docstrings969b644misc: support Python 3.12 (#82)703c6cadocs: add installation instructions953b702docs: update changelogUpdates
pydanticfrom 1.10.2 to 2.7.2Release notes
Sourced from pydantic's releases.
... (truncated)
Changelog
Sourced from pydantic's changelog.
... (truncated)
Commits
70ac7a0fix version08d6ed2Merge branch '2.7' of https://github.com/pydantic/pydantic into 2.742f544afix versiona20da212.7.2 prep (#9515)f42ae9bLogfire annoucement (#9362)451f780Replace__spec__.parentwith__package__(#9331)26129472.7.1 release prep (#9307)2b8efa2Move TODO regarding pickling to markdown (#9288)73d1049adds test case for unexpected discriminated union behavior (#9236)c33b925Change CI to usemacos-13for Python 3.8 and 3.9 (#9305)Updates
pytestfrom 7.4.2 to 8.2.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
66ff8dfPrepare release version 8.2.13ffcfd1Merge pull request #12340 from pytest-dev/backport-12334-to-8.2.x0b28313[8.2.x] Add Python 3.13 (beta) supportf3dd93a[8.2.x] Attest package provenance (#12335)bb5a125[8.2.x] Spelling (#12331)f179bf2Merge pull request #12327 from pytest-dev/backport-12325-to-8.2.x2b671b5[8.2.x] cacheprovider: fix.pytest_cachenot being world-readable65ab7cbMerge pull request #12324 from pytest-dev/backport-12320-to-8.2.x4d5fb7dMerge pull request #12319 from pytest-dev/backport-12311-to-8.2.xcbe5996[8.2.x] changelog: document unittest 8.2 change as breakingUpdates
pytest-covfrom 4.0.0 to 5.0.0Changelog
Sourced from pytest-cov's changelog.
Commits
5295ce0Bump version: 4.1.0 → 5.0.01181b06Update changelog.9757222Fix a minor grammar error (#636)9f5cd81Cleanup releasing instructions. Closes #616.93b5047Add test for pyproject.toml loading without explicit --cov-config. Ref #508.ff50860docs: add config instructions for pyproject.toml.4a5a4b5Keep GitHub Actions up to date with GitHub's Dependabot1d7f559Fix or remove URLs that are causing docs tests to fail6a5af8eUpdate changelog.d9fe8dfSwitch to furo. Closes #618.Updates
pytest-asynciofrom 0.20.3 to 0.23.7Release notes
Sourced from pytest-asyncio's releases.
... (truncated)
Commits
eb63d5adocs: Prepared for release of v0.23.7.da04a7aBuild(deps): Bump exceptiongroup in /dependencies/default00c667aBuild(deps): Bump pytest from 8.1.1 to 8.2.0 in /dependencies/default3bd9cd8[docs] Add changelog entry.15544f0Revert GitHub Actions and Tox changes.6316b28Deduplicate simplefilter snippet.3ffdfc5asyncio.run(port_afinalizer())0107fd7Remove extra space.3bf700aFix GH Action mapping.d15dc31Fix 3109/3108 typo.Updates
sqlalchemyfrom 1.4.45 to 2.0.30Release notes
Sourced from sqlalchemy's releases.
... (truncated)
Commits
Updates
typing-extensionsfrom 4.8.0 to 4.12.0Release notes
Sourced from typing-extensions's releases.
... (truncated)
Changelog
Sourced from typing-extensions's changelog.
... (truncated)
Commits
f90a8dcPrepare release 4.12.0 (#408)118e1a6Make sureisinstance(typing_extensions.ParamSpec("P"), typing.TypeVar)is u...910141aAdd security documentation (#403)0dbc7c9Prepare release 4.12.0rc1 (#402)1da5d3dUpdate actions/setup-python (#401)72298f04.12.0a2 (#400)465ba78Fix publish workflow (#399)21fde1fPrepare releaes 4.12.0a1 (#398)63d8277Add workflow for Trusted Publishing (#395)074d053Backport PEP-696 specialisation on Python >=3.11.1 (#397)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 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