Skip to content

Commit c2874c0

Browse files
Bump the python-packages group across 1 directory with 2 updates
Bumps the python-packages group with 2 updates in the / directory: [python-multipart](https://github.com/Kludex/python-multipart) and [httpx](https://github.com/encode/httpx). Updates `python-multipart` from 0.0.18 to 0.0.19 - [Release notes](https://github.com/Kludex/python-multipart/releases) - [Changelog](https://github.com/Kludex/python-multipart/blob/master/CHANGELOG.md) - [Commits](Kludex/python-multipart@0.0.18...0.0.19) Updates `httpx` from 0.27.2 to 0.28.0 - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](encode/httpx@0.27.2...0.28.0) --- updated-dependencies: - dependency-name: python-multipart dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: httpx dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ea4ebe0 commit c2874c0

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

poetry.lock

Lines changed: 7 additions & 8 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
@@ -57,7 +57,7 @@ uvicorn = { version = ">=0.30.6,<0.33.0", optional = true }
5757
alembic = { version = "^1.13.2", optional = true }
5858
python-jose = { version = "^3.3.0", extras = ["cryptography"], optional = true }
5959
jinja2 = { version = "^3.1.4", optional = true }
60-
python-multipart = { version = ">=0.0.9,<0.0.19", optional = true }
60+
python-multipart = { version = ">=0.0.9,<0.0.20", optional = true }
6161
celery = { version = "^5.4.0", optional = true }
6262
onetl = { version = "^0.12.0", extras = ["spark"], optional = true }
6363
pyyaml = {version = "*", optional = true}
@@ -130,7 +130,7 @@ scheduler = [
130130
[tool.poetry.group.test.dependencies]
131131
pandas-stubs = "^2.2.2.240909"
132132
pytest = "^8.3.3"
133-
httpx = "^0.27.2"
133+
httpx = ">=0.27.2,<0.29.0"
134134
pytest-asyncio = "^0.24.0"
135135
pytest-randomly = "^3.15.0"
136136
pytest-deadfixtures = "^2.2.1"

0 commit comments

Comments
 (0)