Skip to content

Commit 7e48392

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
Bump the python-packages group with 4 updates
Bumps the python-packages group with 4 updates: [httpx](https://github.com/encode/httpx), [python-mimeparse](https://github.com/falconry/python-mimeparse), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) and [starlette](https://github.com/encode/starlette). Updates `httpx` from 0.27.0 to 0.27.2 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.0...0.27.2) Updates `python-mimeparse` from 2.0.0rc1 to 2.0.0 - [Release notes](https://github.com/falconry/python-mimeparse/releases) - [Commits](falconry/python-mimeparse@2.0.0rc1...2.0.0) Updates `pytest-asyncio` from 0.23.8 to 0.24.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.23.8...v0.24.0) Updates `starlette` from 0.38.2 to 0.38.3 - [Release notes](https://github.com/encode/starlette/releases) - [Changelog](https://github.com/encode/starlette/blob/master/docs/release-notes.md) - [Commits](Kludex/starlette@0.38.2...0.38.3) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: python-mimeparse dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: starlette dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fc223a5 commit 7e48392

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

poetry.lock

Lines changed: 15 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ python = "^3.9"
2626
httpx = {extras = ["http2"], version = "^0.27"}
2727
httpx-auth = "^0.22"
2828
pydantic = "^2.5.2"
29-
python-mimeparse = "2.0.0rc1"
29+
python-mimeparse = "2.0.0"
3030
typing-extensions = { python = "<3.12", version = "^4.9.0" }
3131

3232
[tool.poetry.group.dev.dependencies]
3333
pytest = ">=7.1,<9.0"
34-
pytest-asyncio = "^0.23.3"
34+
pytest-asyncio = ">=0.23.3,<0.25.0"
3535
starlette = "^0.38.2"
3636

3737
[build-system]

0 commit comments

Comments
 (0)