Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the python-dependencies group with 7 updates (#9)
* Bump the python-dependencies group with 7 updates Bumps the python-dependencies group with 7 updates: | Package | From | To | | --- | --- | --- | | [furo](https://github.com/pradyunsg/furo) | `2024.1.29` | `2024.4.27` | | [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` | | [mypy](https://github.com/python/mypy) | `1.9.0` | `1.10.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.3.5` | `0.4.2` | | [pytest](https://github.com/pytest-dev/pytest) | `8.1.1` | `8.2.0` | | [fastapi](https://github.com/tiangolo/fastapi) | `0.110.1` | `0.110.3` | | [sentry-sdk[fastapi]](https://github.com/getsentry/sentry-python) | `1.44.1` | `2.0.1` | Updates `furo` from 2024.1.29 to 2024.4.27 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2024.01.29...2024.04.27) Updates `sphinx` from 7.2.6 to 7.3.7 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7) Updates `mypy` from 1.9.0 to 1.10.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@1.9.0...v1.10.0) Updates `ruff` from 0.3.5 to 0.4.2 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@v0.3.5...v0.4.2) Updates `pytest` from 8.1.1 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@8.1.1...8.2.0) Updates `fastapi` from 0.110.1 to 0.110.3 - [Release notes](https://github.com/tiangolo/fastapi/releases) - [Commits](fastapi/fastapi@0.110.1...0.110.3) Updates `sentry-sdk[fastapi]` from 1.44.1 to 2.0.1 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@1.44.1...2.0.1) --- updated-dependencies: - dependency-name: furo dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: sphinx dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: fastapi dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: sentry-sdk[fastapi] dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * Ignore RUF029 "async function doesn't use async features" All routes are async Signed-off-by: Bradley Reynolds <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Bradley Reynolds <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Bradley Reynolds <[email protected]>
- Loading branch information