diff --git a/poetry.lock b/poetry.lock index b4f37c9..f043f06 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1183,16 +1183,17 @@ pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] [[package]] name = "python-multipart" -version = "0.0.5" +version = "0.0.7" description = "A streaming multipart parser for Python" optional = false -python-versions = "*" +python-versions = ">=3.7" files = [ - {file = "python-multipart-0.0.5.tar.gz", hash = "sha256:f7bb5f611fc600d15fa47b3974c8aa16e93724513b49b5f95c81e6624c83fa43"}, + {file = "python_multipart-0.0.7-py3-none-any.whl", hash = "sha256:b1fef9a53b74c795e2347daac8c54b252d9e0df9c619712691c1cc8021bd3c49"}, + {file = "python_multipart-0.0.7.tar.gz", hash = "sha256:288a6c39b06596c1b988bb6794c6fbc80e6c369e35e5062637df256bee0c9af9"}, ] -[package.dependencies] -six = ">=1.4.0" +[package.extras] +dev = ["atomicwrites (==1.2.1)", "attrs (==19.2.0)", "coverage (==6.5.0)", "hatch", "invoke (==2.2.0)", "more-itertools (==4.3.0)", "pbr (==4.3.0)", "pluggy (==1.0.0)", "py (==1.11.0)", "pytest (==7.2.0)", "pytest-cov (==4.0.0)", "pytest-timeout (==2.1.0)", "pyyaml (==5.1)"] [[package]] name = "pyyaml" @@ -1698,4 +1699,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "7b1f5e7921ad590069ad72c9f8b78b6b4fc7f9cf3dce54c3dda633a7f2394edf" +content-hash = "10fef670708b20384701a2e453005922c5d92f129a3e437462c54497d3ac97b8" diff --git a/pyproject.toml b/pyproject.toml index 08c6046..2e0a8a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ bcrypt = "^3.2.0" passlib = { version = "^1.7.4", extras = ["bcrypt"] } python-jose = "^3.2.0" requests = "^2.20.0" -python-multipart = "==0.0.5" +python-multipart = "==0.0.7" SQLAlchemy-Utils = "^0.38.3" sentry-sdk = { version = "^1.14.0", extras = ["fastapi"] } alembic = "^1.8.1"