Skip to content

Commit

Permalink
Bump the tests group in /tests with 8 updates
Browse files Browse the repository at this point in the history
Bumps the tests group in /tests with 8 updates:

| 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.1` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.2` | `8.2.0` |
| [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.6` |
| [sqlalchemy](https://github.com/sqlalchemy/sqlalchemy) | `1.4.45` | `2.0.29` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.8.0` | `4.11.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.1
- [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.1)

Updates `pytest` from 7.4.2 to 8.2.0
- [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.0)

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.6
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](pytest-dev/pytest-asyncio@v0.20.3...v0.23.6)

Updates `sqlalchemy` from 1.4.45 to 2.0.29
- [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.11.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.11.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 1, 2024
1 parent d48cc01 commit 57bcec9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
graphql-core==3.2.3
attrs==22.1.0
attrs==23.2.0
bson==0.5.10
docstring-parser==0.15
pydantic==1.10.2
pytest==7.4.2
pytest-cov==4.0.0
pytest-asyncio==0.20.3
SQLAlchemy==1.4.45
typing-extensions==4.8.0;python_version>="3.8"
docstring-parser==0.16
pydantic==2.7.1
pytest==8.2.0
pytest-cov==5.0.0
pytest-asyncio==0.23.6
SQLAlchemy==2.0.29
typing-extensions==4.11.0;python_version>="3.8"
typing-extensions==4.7.1;python_version<"3.8"

0 comments on commit 57bcec9

Please sign in to comment.