Skip to content

Commit 6f4700b

Browse files
fix(deps): update dependency python-multipart to v0.0.26 [security]
1 parent d1b3f27 commit 6f4700b

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python = "^3.11"
1212
fastapi = "^0.116.0"
1313
uvicorn = "^0.35.0"
1414
requests = "^2.32.0"
15-
python-multipart = "^0.0.20"
15+
python-multipart = "^0.0.26"
1616
environs = "^14.0.0"
1717
types-requests = "^2.31.0.20240125"
1818
apprise = "^1.7.4"

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,9 @@ pydantic==2.11.7 ; python_version >= "3.11" and python_version < "4.0" \
239239
python-dotenv==1.1.1 ; python_version >= "3.11" and python_version < "4.0" \
240240
--hash=sha256:31f23644fe2602f88ff55e1f5c79ba497e01224ee7737937930c448e4d0e24dc \
241241
--hash=sha256:a8a6399716257f45be6a007360200409fce5cda2661e3dec71d23dc15f6189ab
242-
python-multipart==0.0.20 ; python_version >= "3.11" and python_version < "4.0" \
243-
--hash=sha256:8a62d3a8335e06589fe01f2a3e178cdcc632f3fbe0d492ad9ee0ec35aab1f104 \
244-
--hash=sha256:8dd0cab45b8e23064ae09147625994d090fa46f5b0d1e13af944c331a7fa9d13
242+
python-multipart==0.0.26; python_version >= "3.11" and python_version < "4.0" \
243+
--hash=sha256:08fadc45918cd615e26846437f50c5d6d23304da32c341f289a617127b081f17 \
244+
--hash=sha256:c0b169f8c4484c13b0dcf2ef0ec3a4adb255c4b7d18d8e420477d2b1dd03f185
245245
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" \
246246
--hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \
247247
--hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \

0 commit comments

Comments
 (0)