-
Notifications
You must be signed in to change notification settings - Fork 0
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 across 1 directory with 14 updates #146
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 14 updates in the / directory: | Package | From | To | | --- | --- | --- | | [uvicorn](https://github.com/encode/uvicorn) | `0.27.1` | `0.29.0` | | [aiohttp](https://github.com/aio-libs/aiohttp) | `3.9.3` | `3.9.5` | | [sentry-sdk](https://github.com/getsentry/sentry-python) | `1.40.3` | `1.45.0` | | [httpx](https://github.com/encode/httpx) | `0.26.0` | `0.27.0` | | [redis](https://github.com/redis/redis-py) | `5.0.1` | `5.0.3` | | [black](https://github.com/psf/black) | `24.2.0` | `24.4.0` | | [wemake-python-styleguide](https://github.com/wemake-services/wemake-python-styleguide) | `0.18.0` | `0.19.2` | | [mypy](https://github.com/python/mypy) | `1.8.0` | `1.9.0` | | [coverage](https://github.com/nedbat/coveragepy) | `7.4.1` | `7.4.4` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `0.23.5` | `0.23.6` | | [pytest-mock](https://github.com/pytest-dev/pytest-mock) | `3.12.0` | `3.14.0` | | [aiosqlite](https://github.com/omnilib/aiosqlite) | `0.19.0` | `0.20.0` | | [rich](https://github.com/Textualize/rich) | `13.7.0` | `13.7.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.2.1` | `0.4.1` | Updates `uvicorn` from 0.27.1 to 0.29.0 - [Release notes](https://github.com/encode/uvicorn/releases) - [Changelog](https://github.com/encode/uvicorn/blob/master/CHANGELOG.md) - [Commits](encode/uvicorn@0.27.1...0.29.0) Updates `aiohttp` from 3.9.3 to 3.9.5 - [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.3...v3.9.5) Updates `sentry-sdk` from 1.40.3 to 1.45.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.40.3...1.45.0) Updates `httpx` from 0.26.0 to 0.27.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.26.0...0.27.0) Updates `redis` from 5.0.1 to 5.0.3 - [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.1...v5.0.3) Updates `black` from 24.2.0 to 24.4.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.2.0...24.4.0) Updates `wemake-python-styleguide` from 0.18.0 to 0.19.2 - [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.18.0...0.19.2) Updates `mypy` from 1.8.0 to 1.9.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](python/mypy@v1.8.0...1.9.0) Updates `coverage` from 7.4.1 to 7.4.4 - [Release notes](https://github.com/nedbat/coveragepy/releases) - [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst) - [Commits](nedbat/coveragepy@7.4.1...7.4.4) Updates `pytest-asyncio` from 0.23.5 to 0.23.6 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.5...v0.23.6) Updates `pytest-mock` from 3.12.0 to 3.14.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.12.0...v3.14.0) Updates `aiosqlite` from 0.19.0 to 0.20.0 - [Changelog](https://github.com/omnilib/aiosqlite/blob/main/CHANGELOG.md) - [Commits](omnilib/aiosqlite@v0.19.0...v0.20.0) Updates `rich` from 13.7.0 to 13.7.1 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.7.0...v13.7.1) Updates `ruff` from 0.2.1 to 0.4.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.2.1...v0.4.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-patch 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: redis dependency-type: direct:production update-type: version-update:semver-patch 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: wemake-python-styleguide 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: coverage dependency-type: direct:development update-type: version-update:semver-patch 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: 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: rich 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>
dependabot
bot
added
dependencies
Pull requests that update a dependency file
python
Pull requests that update Python code
labels
Apr 19, 2024
Superseded by #147. |
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 14 updates in the / directory:
0.27.1
0.29.0
3.9.3
3.9.5
1.40.3
1.45.0
0.26.0
0.27.0
5.0.1
5.0.3
24.2.0
24.4.0
0.18.0
0.19.2
1.8.0
1.9.0
7.4.1
7.4.4
0.23.5
0.23.6
3.12.0
3.14.0
0.19.0
0.20.0
13.7.0
13.7.1
0.2.1
0.4.1
Updates
uvicorn
from 0.27.1 to 0.29.0Release notes
Sourced from uvicorn's releases.
Changelog
Sourced from uvicorn's changelog.
Commits
fe85206
Version 0.29.0 (#2279)9e32e8e
Cooperative signal handling (#1600)f73b8be
Version 0.28.1 (#2277)76a3812
Revert raiseClientDisconnected
on HTTP (#2276) (#2276)a05ae64
Version 0.28.0 (#2269)4a503d8
Change ruff rules (#2251)0d4747e
UseX-Forwarded-Proto
for WebSockets scheme when the proxy provides it (#2258)93897b5
ExceptAttributeError
onsys.stdin.fileno()
for Windows IIS10 (#1947)ed2d655
Bump cryptography from 42.0.2 to 42.0.4 (#2253)1e5f1be
RaiseClientDisconnected
onsend()
when client disconnected (#2220)Updates
aiohttp
from 3.9.3 to 3.9.5Release notes
Sourced from aiohttp's releases.
... (truncated)
Changelog
Sourced from aiohttp's changelog.
... (truncated)
Commits
b844d42
Release v3.9.5 (#8340)0415a4c
Patchback/backports/3.9/5fd29467fb63efdfae1ace280cec36b1f8139567/pr 8290 (#8311)f21c6f2
[PR #8335/5a6949da backport][3.9] Add Content-Disposition automatically (#8336)7eecdff
[PR #8332/482e6cdf backport][3.9] Add set_content_disposition test (#8333)82fbe64
[PR #8324/4a8fd08b backport][3.9] Add missing changelogs (#8330)01df7ec
Bump version7917ae2
Merge 3.1b3397c7
Release v3.9.4 (#8201)a7e240a
[PR #8320/9ba9a4e5 backport][3.9] Fix Python parser to mark responses without...2833552
Escape filenames and paths in HTML when generating index pages (#8317) (#8319)Updates
sentry-sdk
from 1.40.3 to 1.45.0Release notes
Sourced from sentry-sdk's releases.
... (truncated)
Changelog
Sourced from sentry-sdk's changelog.
... (truncated)
Commits
51a906c
Update CHANGELOG.md7570e39
release: 1.45.0e22abb6
fix(metrics): Changedata_category
fromstatsd
tometric_bucket
(#2954)fab65e6
feat(metrics): New normalization of keys, values, units (#2946)a584653
feat(typing): Make monitor_config a TypedDict (#2931)a1ab339
feat(metrics): Add value, unit to before_emit_metric (#2958)18ccb8f
chore: Remove experimental metric summary options (#2957)a422dd7
fix(profiler): Accessing mro might throw a ValueError (#2952)11e1f9a
feat(integrations): Add django signals_denylist to filter signals that are at...f5ec34c
build(deps): bump types-protobuf from 4.24.0.20240311 to 4.24.0.20240408 (#2941)Updates
httpx
from 0.26.0 to 0.27.0Release notes
Sourced from httpx's releases.
Changelog
Sourced from httpx's changelog.
Commits
326b943
Version 0.27.0 (#3095)3faa4a8
Improve 'Custom transports' docs (#3081)c51af4b
Extensions docs (#3080)cabd1c0
Deprecateapp=...
in favor of explicitWSGITransport
/ASGITransport
. (#3...6f46152
Bump the python-packages group with 6 updates (#3077)37a2901
Mention NO_PROXY environment variable on Advanced Usage page (#3066)371b6e9
Use__future__.annotations
(#3068)4f6edf3
testparse_header_links
via public api (#3061)c7cd6aa
testobfuscate_sensitive_headers
via public api (#3063)15f9253
Drop outdated section (#3057)Updates
redis
from 5.0.1 to 5.0.3Release notes
Sourced from redis's releases.
... (truncated)
Commits
1784b37
Version 5.0.3 (#3179)e90b7c5
Cherry pick for v5.0.3 (#3178)535f90e
Version 5.0.2 (#3164)911aa37
Cherry pick for v5.0.2 (#3159)Updates
black
from 24.2.0 to 24.4.0Release notes
Sourced from black's releases.
Changelog
Sourced from black's changelog.
Commits
8fe6270
Prepare release 24.4.0 (#4307)6b25e7c
Bump peter-evans/find-comment from 3.0.0 to 3.1.0 (#4304)07fe1ca
docs: remove repetitive word (#4303)3383f53
GitHub Action: Allow reading version from pyproject.toml (#4294)c8f1a55
[pre-commit.ci] pre-commit autoupdate (#4297)836acad
Improve AST safety check (#4290)13bd092
fix: Stop moving multiline strings to a new line unless inside brackets (#4289)c9d2635
Remove mocking from tests (#4287)bf11956
Fix two logging calls in the test helper (#4286)97993f9
Bump pypa/cibuildwheel from 2.16.5 to 2.17.0 (#4283)Updates
wemake-python-styleguide
from 0.18.0 to 0.19.2Release notes
Sourced from wemake-python-styleguide's releases.
... (truncated)
Changelog
Sourced from wemake-python-styleguide's changelog.
... (truncated)
Commits
18276e6
Version 0.19.2 (#2900)99ba44e
Version 0.19.1 release8670471
Do not reportWPS440
when...
is the only node in the function defition (...bdecb89
Fix WPS220 for top-level Ellipsis (#2897)3e0565b
Improve tests of pep695 (#2895)55d110b
Version 0.19.0 release30a0e79
Update flake8bb8a278
Support naming validation for PEP695 (#2894)884be48
Fix pattern matching and block overlaps (#2893)3cf1b69
SupportMatchStar
naming (#2892)Updates
mypy
from 1.8.0 to 1.9.0Changelog
Sourced from mypy's changelog.
... (truncated)
Commits
5ff46f8
Remove +dev.155909a
[Release 1.9] Unsupport targetting 3.7. (#16883) (#16900)6615cab
[Release 1.9] Stubtest: ignore a new protocol dunder (#16895) (#16899)b956e6a
stubtest: Private parameters can be omitted (#16507)ede0b20
Bump ruff to 0.2.0 (#16870)7bdd61f
stubgen: Fix crash on star unpack of TypeVarTuple (#16869)8c2ef9d
Update hashes in sync-typeshed.py following recent typeshed sync0dd4b6f
Revert use ofParamSpec
forfunctools.wraps
dd12a2d
Revert typeshed ctypes changed132999
Revert sum literal integer change (#13961)Updates
coverage
from 7.4.1 to 7.4.4Changelog
Sourced from coverage's changelog.
Commits
bc5e2d7
docs: sample HTML for 7.4.49b0008b
docs: prep for 7.4.4a536161
docs: thanks, Bruno Rodrigues dos Santose06e4f9
chore: make doc_upgradef30818e
chore: make upgrade1b19799
fix: ensure absolute paths are relative when combined #17521ef020d
build: more cheats for convenient URLs3d57a07
docs: document the report:format setting8e30221
fix: correct the type of report:format in config.py (#1754)6289be8
refactor: use dataclasses, no namedtupleUpdates
pytest-asyncio
from 0.23.5 to 0.23.6Release notes
Sourced from pytest-asyncio's releases.
Commits
c34da04
[docs] Mentioned pytest 8.2 compatibility fix in changelog.143f745
Fix compatibility with pytest 8.2 FixtureDef.unittest removal13d4b79
Remove unused function_removesuffix
cdd2c49
UseFixtureRequest
instead ofSubRequest
c3429fa
Build(deps): Bump packaging from 23.2 to 24.0 in /dependencies/docs5f2338d
Build(deps): Bump pypa/gh-action-pypi-publish from 1.8.12 to 1.8.14726c6e0
Build(deps): Bump coverage from 7.4.3 to 7.4.4 in /dependencies/default8bd8288
Build(deps): Bump pytest from 8.0.2 to 8.1.1 in /dependencies/defaultef3b347
Build(deps): Bump packaging from 23.2 to 24.0 in /dependencies/defaultb22d84e
[docs] Fixes the example showing how to run all tests in a session-scoped loop.Updates
pytest-mock
from 3.12.0 to 3.14.0Release notes
Sourced from pytest-mock's releases.
Changelog
Sourced from pytest-mock's changelog.
Commits
8733134
Update CHANGELOG for 3.14.05257e3c
Refactor MockCache to have a narrow interface4faf92a
Fix regression with mocker.patch not being undone correctly6bd8712
Drop pre-Python 3.8 support code366966b
ExportMockType
/AsyncMockType
for type annotations (#415)