Skip to content

Commit e7c2cec

Browse files
authored
Merge pull request #155 from LeslieLeung/renovate/pypi-python-multipart-vulnerability
2 parents 4a54b84 + 3cc77da commit e7c2cec

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ python = "^3.11"
1111
fastapi = "^0.115.0"
1212
uvicorn = "^0.34.0"
1313
requests = "^2.32.0"
14-
python-multipart = "^0.0.10"
14+
python-multipart = "^0.0.18"
1515
environs = "^11.0.0"
1616
types-requests = "^2.31.0.20240125"
1717
apprise = "^1.7.4"

requirements.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ pydantic==2.10.4 ; python_version >= "3.11" and python_version < "4.0" \
256256
python-dotenv==1.0.1 ; python_version >= "3.11" and python_version < "4.0" \
257257
--hash=sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca \
258258
--hash=sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a
259-
python-multipart==0.0.10 ; python_version >= "3.11" and python_version < "4.0" \
260-
--hash=sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8 \
261-
--hash=sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa
259+
python-multipart==0.0.18; python_version >= "3.11" and python_version < "4.0" \
260+
--hash=sha256:7a68db60c8bfb82e460637fa4750727b45af1d5e2ed215593f917f64694d34fe \
261+
--hash=sha256:efe91480f485f6a361427a541db4796f9e1591afc0fb8e7a4ba06bfbc6708996
262262
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" \
263263
--hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \
264264
--hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \

0 commit comments

Comments
 (0)