-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the pip-minor-patch group with 15 updates #63
Closed
Conversation
This file contains 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
Bumps the pip-minor-patch group with 15 updates: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/encode/uvicorn) | `0.18.3` | `0.24.0.post1` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.8.3` | `3.9.0` | | [aiomysql](https://github.com/aio-libs/aiomysql) | `0.1.1` | `0.2.0` | | [asyncpg](https://github.com/MagicStack/asyncpg) | `0.26.0` | `0.29.0` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.9.10` | `1.36.0` | | [httpx](https://github.com/encode/httpx) | `0.23.0` | `0.25.1` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.8.1` | `1.12.1` | | [pyjwt](https://github.com/jpadilla/pyjwt) | `2.5.0` | `2.8.0` | | [icalendar](https://github.com/collective/icalendar) | `5.0.0` | `5.0.11` | | [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) | `0.16.1` | `0.17.0` | | [pytest](https://github.com/pytest-dev/pytest) | `7.1.3` | `7.4.3` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.19.0` | `0.21.1` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.8.2` | `3.12.0` | | [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.17.0` | `0.19.0` | | [ruff](https://github.com/astral-sh/ruff) | `0.1.5` | `0.1.6` | Updates `uvicorn` from 0.18.3 to 0.24.0.post1 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.18.3...0.24.0.post1) Updates `aiohttp` from 3.8.3 to 3.9.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.8.3...v3.9.0) Updates `aiomysql` from 0.1.1 to 0.2.0 - [Release notes](https://github.com/aio-libs/aiomysql/releases) - [Changelog](https://github.com/aio-libs/aiomysql/blob/master/CHANGES.txt) - [Commits](aio-libs/aiomysql@v0.1.1...v0.2.0) Updates `asyncpg` from 0.26.0 to 0.29.0 - [Release notes](https://github.com/MagicStack/asyncpg/releases) - [Commits](MagicStack/asyncpg@v0.26.0...v0.29.0) Updates `sentry-sdk` from 1.9.10 to 1.36.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@1.9.10...1.36.0) Updates `httpx` from 0.23.0 to 0.25.1 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.23.0...0.25.1) Updates `alembic` from 1.8.1 to 1.12.1 - [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.5.0 to 2.8.0 - [Release notes](https://github.com/jpadilla/pyjwt/releases) - [Changelog](https://github.com/jpadilla/pyjwt/blob/master/CHANGELOG.rst) - [Commits](jpadilla/pyjwt@2.5.0...2.8.0) Updates `icalendar` from 5.0.0 to 5.0.11 - [Changelog](https://github.com/collective/icalendar/blob/master/CHANGES.rst) - [Commits](collective/icalendar@v5.0.0...v5.0.11) Updates `wemake-python-styleguide` from 0.16.1 to 0.17.0 - [Release notes](https://github.com/wemake-services/wemake-python-styleguide/releases) - [Changelog](https://github.com/wemake-services/wemake-python-styleguide/blob/master/CHANGELOG.md) - [Commits](wemake-services/wemake-python-styleguide@0.16.1...0.17.0) Updates `pytest` from 7.1.3 to 7.4.3 - [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.1.3...7.4.3) Updates `pytest-asyncio` from 0.19.0 to 0.21.1 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.19.0...v0.21.1) Updates `pytest-mock` from 3.8.2 to 3.12.0 - [Release notes](https://github.com/pytest-dev/pytest-mock/releases) - [Changelog](https://github.com/pytest-dev/pytest-mock/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest-mock@v3.8.2...v3.12.0) Updates `aiosqlite` from 0.17.0 to 0.19.0 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.17.0...v0.19.0) Updates `ruff` from 0.1.5 to 0.1.6 - [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.1.5...v0.1.6) --- 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: aiomysql dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: asyncpg 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: httpx 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-minor 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: wemake-python-styleguide 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: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: pytest-mock dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: aiosqlite dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pip-minor-patch - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-minor-patch ... Signed-off-by: dependabot[bot] <[email protected]>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Nov 21, 2023
Superseded by #66. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
0 participants
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 pip-minor-patch group with 15 updates:
0.18.3
0.24.0.post1
3.8.3
3.9.0
0.1.1
0.2.0
0.26.0
0.29.0
1.9.10
1.36.0
0.23.0
0.25.1
1.8.1
1.12.1
2.5.0
2.8.0
5.0.0
5.0.11
0.16.1
0.17.0
7.1.3
7.4.3
0.19.0
0.21.1
3.8.2
3.12.0
0.17.0
0.19.0
0.1.5
0.1.6
Updates
uvicorn
from 0.18.3 to 0.24.0.post1Release notes
Sourced from uvicorn's releases.
... (truncated)
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
bf04afb
Version 0.24.0.post1 (#2149)cb91510
Revert "Bump mkdocs-material from 9.1.21 to 9.2.6 (#2090)" (#2148)5f142a8
Version 0.24.0 (#2147)dff1a46
Support Python 3.12 (#2145)07c2b36
Delete js folder and remove extra_javascript (#2136)8bb5d75
Bump cryptography from 41.0.4 to 41.0.5 (#2140)7af2a46
Bump a2wsgi from 1.7.0 to 1.8.0 (#2142)53cea29
Bump pytest from 7.4.2 to 7.4.3 (#2141)ef46746
Bump mypy from 1.5.1 to 1.6.1 (#2139)a302c75
Bump httpx from 0.24.1 to 0.25.0 (#2138)Updates
aiohttp
from 3.8.3 to 3.9.0Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
45b2c2c
Release v3.9.0 (#7843)5d59d3d
Release v3.9.0rc0 (#7840)c806814
Release v3.9.0rc0 (#7838)e07a1bd
Use timestamp instead of datetime to achieve faster cookie expiration… (#7837)53476df
Disallow arbitrary sequence types in version (#7835) (#7836)9d712f2
Bump mypy from 1.6.1 to 1.7.0 (#7833)63a805e
Bump python-on-whales from 0.66.0 to 0.67.0 (#7832)cb94533
Ensure writer is always reset on completion (#7815) (#7826)c0f9017
[PR #7821/366ba40f backport][3.9] Only check origin if insecure scheme and th...9d498ca
Bump sphinx from 7.1.1 to 7.2.6 (#7606)Updates
aiomysql
from 0.1.1 to 0.2.0Release notes
Sourced from aiomysql's releases.
... (truncated)
Changelog
Sourced from aiomysql's changelog.
Commits
83aa96e
Merge branch 'release-prep-0.2.0' (#938)e768c10
Update changelog for 0.2.0 release1edce76
Merge branch 'pypi-publish-pypi-input-naming' (#937)6fe50fc
Migrate GHA pypi publish action inputs to kebab-case9473d7f
Merge branch 'dependabot/pip/master/pytest-7.3.2' (#935)cc6d519
Bump pytest from 7.3.1 to 7.3.2b78dbdf
Merge branch 'dependabot/pip/master/coverage-7.2.7' (#934)28b44f9
Bump coverage from 7.2.6 to 7.2.7aeb7a3d
Merge branch 'gha-set-output' (#933)2b290d5
Migrate away from using deprecatedset-output
in GHAUpdates
asyncpg
from 0.26.0 to 0.29.0Release notes
Sourced from asyncpg's releases.
... (truncated)
Commits
74f3a00
asyncpg v0.29.0d7faaff
fix: allow host tuple (#1021)b2697ff
Add query logging callbacks and context manager (#1043)93a6f79
Cut BaseProtocol circular reference on close. (#1049)ca9f03b
Close cursor portals once the iterator is exhausted (#1088)b7ffab6
Add support for theWHERE
clause incopy_to
methods (#941)70c8bd8
Use cleanup_ctx in pool usage doc (#878)ccc7baf
Small fix for documentation on using SSL in Connection (#995)313b2b2
Use thetimeout
context manager in the connection path (#1087)8b45beb
Update automatic PostGIS type conversion for Shapely 2.0 (#1085)Updates
sentry-sdk
from 1.9.10 to 1.36.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
89ba92a
Updated changelogb9d2464
release: 1.36.091676ec
Handling asgi body in the right way. For real (#2513)5c17491
Fix Quart integration for Quart 0.19.4 (#2516)b3ccf96
EnsureRedisIntegration
is disabled, unlessredis
is installed (#2504)9bf6c13
Make async gRPC less noisy (#2507)0c9803a
Do not create a span when task is triggered by Celery Beat (#2510)5a6b5d4
Test with Flask 3.0 (#2506)44b0244
feat(integrations): Support Django 5.0 (#2490)cb7299a
Merge branch 'release/1.35.0'Updates
httpx
from 0.23.0 to 0.25.1Release notes
Sourced from httpx's releases.
... (truncated)
Changelog
Sourced from httpx's changelog.
... (truncated)
Commits
b07d4e8
Version 0.25.1 (#2923)280a89a
Support newer versions of httpcore (#2885)1b7f39e
Use ruff format (#2901)05937f4
Bump trio-typing from 0.8.0 to 0.9.0 (#2914)aea4870
Bump mkdocs-material from 9.4.2 to 9.4.7 (#2915)2cb3252
Bump pytest from 7.4.2 to 7.4.3 (#2917)1d73150
Cleanup response.json() method (#2911)5f2d620
Fix third party package documentation link (#2902)ad06741
Lazily import 'netrc' module (#2910)9751f76
Drop unneccessarybinascii
import (#2909)Updates
alembic
from 1.8.1 to 1.12.1Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
pyjwt
from 2.5.0 to 2.8.0Release notes
Sourced from pyjwt's releases.