Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip-minor-patch group across 1 directory with 16 updates
Bumps the pip-minor-patch group with 16 updates in the / directory: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.4` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.0.1` | `2.12.0` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.13.1` | `1.13.2` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.8.0` | `2.9.0` | | [icalendar](https://github.com/collective/icalendar) | `5.0.12` | `5.0.13` | | [aiosmtplib](https://github.com/cole/aiosmtplib) | `3.0.1` | `3.0.2` | | [email-validator](https://github.com/JoshData/python-email-validator) | `2.1.1` | `2.2.0` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` | | [redis](https://github.com/redis/redis-py) | `5.0.4` | `5.0.8` | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.0` | | [mypy](https://github.com/python/mypy) | `1.10.0` | `1.11.1` | | [pytest](https://github.com/pytest-dev/pytest) | `8.2.0` | `8.3.2` | | [coverage](https://github.com/nedbat/coveragepy) | `7.5.0` | `7.6.0` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.6` | `0.23.8` | | [ruff](https://github.com/astral-sh/ruff) | `0.4.2` | `0.5.5` | Updates `uvicorn` from 0.29.0 to 0.30.4 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.29.0...0.30.4) Updates `aiohttp` from 3.9.5 to 3.10.0 - [Release notes](https://github.com/aio-libs/aiohttp/releases) - [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/aiohttp@v3.9.5...v3.10.0) Updates `sentry-sdk` from 2.0.1 to 2.12.0 - [Release notes](https://github.com/getsentry/sentry-python/releases) - [Changelog](https://github.com/getsentry/sentry-python/blob/master/CHANGELOG.md) - [Commits](getsentry/sentry-python@2.0.1...2.12.0) Updates `alembic` from 1.13.1 to 1.13.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 `pyjwt` from 2.8.0 to 2.9.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.8.0...2.9.0) Updates `icalendar` from 5.0.12 to 5.0.13 - [Release notes](https://github.com/collective/icalendar/releases) - [Changelog](https://github.com/collective/icalendar/blob/main/CHANGES.rst) - [Commits](collective/icalendar@v5.0.12...v5.0.13) Updates `aiosmtplib` from 3.0.1 to 3.0.2 - [Release notes](https://github.com/cole/aiosmtplib/releases) - [Changelog](https://github.com/cole/aiosmtplib/blob/main/CHANGELOG.rst) - [Commits](cole/aiosmtplib@v3.0.1...v3.0.2) Updates `email-validator` from 2.1.1 to 2.2.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](JoshData/python-email-validator@v2.1.1...v2.2.0) Updates `jinja2` from 3.1.3 to 3.1.4 - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](pallets/jinja@3.1.3...3.1.4) Updates `redis` from 5.0.4 to 5.0.8 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v5.0.4...v5.0.8) Updates `flake8` from 7.0.0 to 7.1.0 - [Commits](PyCQA/flake8@7.0.0...7.1.0) Updates `mypy` from 1.10.0 to 1.11.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.10.0...v1.11.1) Updates `pytest` from 8.2.0 to 8.3.2 - [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.2.0...8.3.2) Updates `coverage` from 7.5.0 to 7.6.0 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.5.0...7.6.0) Updates `pytest-asyncio` from 0.23.6 to 0.23.8 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.6...v0.23.8) Updates `ruff` from 0.4.2 to 0.5.5 - [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.4.2...0.5.5) --- updated-dependencies: - dependency-name: uvicorn dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: aiohttp dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: sentry-sdk dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: alembic dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: pyjwt dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: icalendar dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: aiosmtplib dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: email-validator dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: redis dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: mypy dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: coverage dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] <support@github.com>
- Loading branch information