Skip to content

Commit d70b5a8

Browse files
dependabot[bot]rafalkrupinski
authored andcommitted
Bump the python-packages group with 3 updates
Bumps the python-packages group with 3 updates: [httpx](https://github.com/encode/httpx), [python-mimeparse](https://github.com/falconry/python-mimeparse) and [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio). 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 1.6.0 to 2.0.0 - [Release notes](https://github.com/falconry/python-mimeparse/releases) - [Commits](falconry/python-mimeparse@1.6.0...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) --- 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-major dependency-group: python-packages - dependency-name: pytest-asyncio dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a743aab commit d70b5a8

File tree

2 files changed

+19
-15
lines changed

2 files changed

+19
-15
lines changed

poetry.lock

Lines changed: 17 additions & 13 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
@@ -37,7 +37,7 @@ httpx = "^0.27.0"
3737
jsonpatch = "^1.32"
3838
pybase62 = "^1.0.0"
3939
pydantic = "^2.5.2"
40-
python-mimeparse = "^1.6.0"
40+
python-mimeparse = ">=1.6,<3.0"
4141
ruamel-yaml = "^0.18.6"
4242
rybak = { version = "^0.4", extras = ['jinja'] }
4343

@@ -47,7 +47,7 @@ lapidary = "lapidary.render:app"
4747
[tool.poetry.group.dev.dependencies]
4848
pyjwt = "^2.8.0"
4949
pytest = "^8.2.0"
50-
pytest-asyncio = "^0.23.7"
50+
pytest-asyncio = ">=0.23.7,<0.25.0"
5151
pytest-httpx = "^0.30.0"
5252

5353
[tool.ruff]

0 commit comments

Comments
 (0)