Skip to content

Commit

Permalink
fix(deps): update dependency python-multipart to v0.0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 31, 2024
1 parent ba7f128 commit c0b2641
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "^3.11"
fastapi = "^0.115.0"
uvicorn = "^0.30.0"
requests = "^2.32.0"
python-multipart = "^0.0.10"
python-multipart = "^0.0.17"
environs = "^11.0.0"
types-requests = "^2.31.0.20240125"
apprise = "^1.7.4"
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@ pydantic==2.9.2 ; python_version >= "3.11" and python_version < "4.0" \
python-dotenv==1.0.1 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca \
--hash=sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a
python-multipart==0.0.10 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:2b06ad9e8d50c7a8db80e3b56dab590137b323410605af2be20d62a5f1ba1dc8 \
--hash=sha256:46eb3c6ce6fdda5fb1a03c7e11d490e407c6930a2703fe7aef4da71c374688fa
python-multipart==0.0.17; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:15dc4f487e0a9476cc1201261188ee0940165cffc94429b6fc565c4d3045cb5d \
--hash=sha256:41330d831cae6e2f22902704ead2826ea038d0419530eadff3ea80175aec5538
pyyaml==6.0.2 ; python_version >= "3.11" and python_version < "4.0" \
--hash=sha256:01179a4a8559ab5de078078f37e5c1a30d76bb88519906844fd7bdea1b7729ff \
--hash=sha256:0833f8694549e586547b576dcfaba4a6b55b9e96098b36cdc7ebefe667dfed48 \
Expand Down

0 comments on commit c0b2641

Please sign in to comment.