diff options
author | Parker <contact@pkrm.dev> | 2024-12-02 23:10:20 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-02 23:10:20 +0000 |
commit | 70408ccb02c0ccecf7f03fef96f3b682f4d1247a (patch) | |
tree | 49a61cddf79249873dc260c5a6412798c82b2895 | |
parent | 24f3c8a5d0105c7187f22b4c1d75a4e511ada566 (diff) | |
parent | c0d6992c6654662b03a9f7c3756bcf1856f88a22 (diff) |
Merge pull request #2 from PacketParker/dependabot/pip/python-multipart-0.0.18
Bump python-multipart from 0.0.17 to 0.0.18
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7600143..0101270 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ uvicorn==0.30.1 PyJWT==2.9.0 -python-multipart==0.0.17 +python-multipart==0.0.18 jsonschema==4.23.0 PyYAML==6.0.2 colorlog==6.8.2 |