-
Notifications
You must be signed in to change notification settings - Fork 4
Bump the pip-minor-patch group across 1 directory with 17 updates #391
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
Closed
Conversation
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
Bumps the pip-minor-patch group with 17 updates in the / directory: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/encode/uvicorn) | `0.29.0` | `0.30.6` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.5` | `3.10.4` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `2.0.1` | `2.13.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` | | [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` | | [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.4` | | [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` | | [redis](https://github.com/redis/redis-py) | `5.0.4` | `5.0.8` | | [flake8](https://github.com/pycqa/flake8) | `7.0.0` | `7.1.1` | | [black](https://github.com/psf/black) | `24.4.2` | `24.8.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.1` | | [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.6.1` | Updates `uvicorn` from 0.29.0 to 0.30.6 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](Kludex/uvicorn@0.29.0...0.30.6) Updates `aiohttp` from 3.9.5 to 3.10.4 - [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.4) Updates `sentry-sdk` from 2.0.1 to 2.13.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.13.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 `pyyaml` from 6.0.1 to 6.0.2 - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/main/CHANGES) - [Commits](yaml/pyyaml@6.0.1...6.0.2) 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 `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 `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.1 - [Commits](PyCQA/flake8@7.0.0...7.1.1) Updates `black` from 24.4.2 to 24.8.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.4.2...24.8.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.1 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](coveragepy/coveragepy@7.5.0...7.6.1) 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.6.1 - [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.6.1) --- 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: pyyaml dependency-type: direct:production update-type: version-update:semver-patch 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: 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: 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: black 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>
Contributor
Author
|
Superseded by #392. |
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 17 updates in the / directory:
0.29.00.30.63.9.53.10.42.0.12.13.01.13.11.13.22.8.02.9.06.0.16.0.23.1.33.1.43.0.13.0.22.1.12.2.05.0.45.0.87.0.07.1.124.4.224.8.01.10.01.11.18.2.08.3.27.5.07.6.10.23.60.23.80.4.20.6.1Updates
uvicornfrom 0.29.0 to 0.30.6Release notes
Sourced from uvicorn's releases.
... (truncated)
Changelog
Sourced from uvicorn's changelog.
... (truncated)
Commits
7dc027dVersion 0.30.6 (#2428)587a1ccfix: upgrade is not websocket and dependencies are installed, should not warn...cee31a6test(signal): add sleep to ensure shutdown completion (#2427)eba64efci: timeout for test suite runs to 30 minutes (#2426)0f513d2Remove signal testing order dependency (#2382)ff54b02Version 0.30.5 (#2409)2f25107Fix 0.30.4 issue with connection close header (#2408)8efa41cVersion 0.30.4 (#2403)b492349Addpragma: full coveragetoProcess.is_alive(#2402)ce999aaclose request connection if h11 sets client state as MUST_CLOSE (#2375)Updates
aiohttpfrom 3.9.5 to 3.10.4Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
8dcd3a4Release 3.10.4 (Attempt 2) (#8732)f4d4f2aRelease 3.10.4 (#8731)0f1a008[PR #8685/e7c02ca4 backport][3.10] Fix exceptions from WebSocket ping task no...635ae62[PR #8682/490fca61 backport][3.10] Reduce WebSocket frame parser complexity (...ebec945[PR #8681/30a3d0ef backport][3.10] Improve performance of starting request ha...78d45e7Fix Python parser when chunk separators align (#8720) (#8722)5ef8cba[PR #8717/e0a7c0cb backport][3.10] Minor tweaks backported from #8701 (#8719)677f6af[PR #8714/8690b0fb backport][3.10] Minor improvements to testing docs (#8715)58e8597[PR #8693/7ca244ef backport][3.10] Fix missing logic in quickstart example (#...6a09242[PR #8700/92e14f86 backport][3.10] Add aiohttp-apischema to supported librari...Updates
sentry-sdkfrom 2.0.1 to 2.13.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
570307cUpdated changelog4c1ea7arelease: 2.13.017a6cf0feat: Add ray integration support (#2400) (#2444)4858996Expose custom_repr function that precedes safe_repr invocation in serializer ...275c63eref(sessions): Deprecate hub-basedsessions.pylogic (#3419)6a4e729ref(sessions): Deprecateis_auto_session_tracking_enabled(#3428)a6cb9b1Add note to generated yaml files (#3423)19c4069test(sessions): Remove unnecessary line (#3418)da0392fDramatiq integration from@jacobsvante(#3397)7d46709Serialize vars early to avoid living references (#3409)Updates
alembicfrom 1.13.1 to 1.13.2Release notes
Sourced from alembic's releases.
Commits
Updates
pyjwtfrom 2.8.0 to 2.9.0Release notes
Sourced from pyjwt's releases.
Changelog
Sourced from pyjwt's changelog.
Commits
868cf4aAdd 2.9.0 changelog. Fixes #949 (#967)304a3df[pre-commit.ci] pre-commit autoupdate (#965)527fec2Raise exception when required cryptography dependency is missing (#963)18a50be[pre-commit.ci] pre-commit autoupdate (#960)4703f87Handle load_pem_public_key ValueError (#952)9dc732fUpdate usage.rst (#958)ab8176aDecode with PyJWK (#886)c0a071dchore: update actions/download-artifact2afbe32Add coverage and improve performance of is_ssh_key (#940)97345a7[pre-commit.ci] pre-commit autoupdate (#953)Updates
pyyamlfrom 6.0.1 to 6.0.2Release notes
Sourced from pyyaml's releases.
Changelog
Sourced from pyyaml's changelog.
Commits
41309b0Release 6.0.2 (#819)dd9f0e16.0.2rc1 (#809)f5527a2disable CI trigger on PR editsb4d80a7Python 3.12 + musllinux_1_1_x86_64 wheel supportUpdates
jinja2from 3.1.3 to 3.1.4Release notes
Sourced from jinja2's releases.
Changelog
Sourced from jinja2's changelog.
Commits
dd4a8b5release version 3.1.40668239Merge pull request from GHSA-h75v-3vvj-5mfjd655030disallow invalid characters in keys to xmlattr filtera7863baadd ghsa linksb5c98e7start version 3.1.4da3a9f0update project files (#1968)0ee5eb4satisfy formatter, linter, and strict mypy20477c6update project files (#5457)e491223update pyyaml dev dependency36f9885fix pr linkUpdates
aiosmtplibfrom 3.0.1 to 3.0.2Release notes
Sourced from aiosmtplib's releases.
Changelog
Sourced from aiosmtplib's changelog.
Commits
edc9f99chore: 3.0.2 releaseb4b3164ci: add pyright check9d7bb35fix: unknown socket path type97b35f9[pre-commit.ci] pre-commit autoupdate1e9bdffRevert "fix: unknown socket path type"cfac3defix: unknown socket path typeec371fbdocs: fix module linking on sphinx 7.2+80d444f[pre-commit.ci] pre-commit autoupdateae56ef2[pre-commit.ci] pre-commit autoupdate1bb9556[pre-commit.ci] pre-commit autoupdateUpdates
email-validatorfrom 2.1.1 to 2.2.0Release notes
Sourced from email-validator's releases.
Changelog
Sourced from email-validator's changelog.
Commits
6589b1eVersion 2.2.08051347Improve the error message for invalid characters in domain names after Unicod...7f1f281Check domain syntax after normalization to internationalized characters as a ...c23c0d6Improve the error message for IDNA domains being too long by handling the len...452e0caAdd tests for domain label lengthf8709e8Check that email address length is valid on the original email address string...9ef1f82Check that the local part is valid after Unicode NFC normalization to prevent...1fb55d4Add a test that shows that the local part is returned with Unicode NFC normal...3426885Several fixes for parsing display names0b22c13Merge point release branch for version 2.1.2Updates
redisfrom 5.0.4 to 5.0.8Release notes
Sourced from redis's releases.
... (truncated)
Commits
6a2a636Decode search results at field level (#3309)e7ef54aFix bug: client side caching causes unexpected disconnections (async version)...0cd0c5dFormat connection errors in the same way everywhere (#3305)6fedfefPrepare for Redis 7.4 RC2 (#3303)ed1680fAdd details to the asyncio connection error message (#3211)511fda0Add missing type hints forretry.py(#3250)c1a6ff7Bump rojopolis/spellcheck-github-actions from 0.37.0 to 0.38.0 (#3301)338cbfdRe-enable Graph tests (#3287)532bc02Do not restrict pytest dependencies versions (#3286)b6a0f96Add CODECOV token to CI (#3285)Updates
flake8from 7.0.0 to 7.1.1Commits
cf1542cRelease 7.1.1939ea3dMerge pull request #1949 from stephenfin/issue-1948bdcd5c2Handle escaped braces in f-strings2a811ccMerge pull request #1946 from Viicos/patch-110314adFix wording of plugins documentation65a38c4Release 7.1.034c97e0Merge pull request #1939 from PyCQA/new-pycodestyledefd315latest pycodestyle408d4d6Merge pull request #1930 from mzagol/patch-1866ad72Add --extend-exclude to the TOCUpdates
blackfrom 24.4.2 to 24.8.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
b965c2aPrepare release 24.8.0 (#4426)9ccf279Documentfind_project_rootignoringpyproject.tomlwithout[tool.black]...14b6e61fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)b1c4dd9fix: respect braces better in f-string parsing (#4422)4b4ae43Fix incorrect linenos on fstring tokens with escaped newlines (#4423)7fa1fafdocs: fix the installation command of extra for blackd (#4413)8827accBump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)b0da11dBump furo from 2024....Description has been truncated