diff --git a/poetry.lock b/poetry.lock index 7845867..04c4d2d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1537,14 +1537,14 @@ files = [ [[package]] name = "pyasn1" -version = "0.6.0" -description = "Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)" +version = "0.4.8" +description = "ASN.1 types and codecs" optional = false -python-versions = ">=3.8" +python-versions = "*" groups = ["main"] files = [ - {file = "pyasn1-0.6.0-py2.py3-none-any.whl", hash = "sha256:cca4bb0f2df5504f02f6f8a775b6e416ff9b0b3b16f7ee80b5a3153d9b804473"}, - {file = "pyasn1-0.6.0.tar.gz", hash = "sha256:3a35ab2c4b5ef98e17dfdec8ab074046fbda76e281c5a706ccd82328cfc8f64c"}, + {file = "pyasn1-0.4.8-py2.py3-none-any.whl", hash = "sha256:39c7e2ec30515947ff4e87fb6f456dfc6e84857d34be479c9d4a4ba4bf46aa5d"}, + {file = "pyasn1-0.4.8.tar.gz", hash = "sha256:aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba"}, ] [[package]] @@ -1829,25 +1829,26 @@ cli = ["click (>=5.0)"] [[package]] name = "python-jose" -version = "3.3.0" +version = "3.4.0" description = "JOSE implementation in Python" optional = false python-versions = "*" groups = ["main"] files = [ - {file = "python-jose-3.3.0.tar.gz", hash = "sha256:55779b5e6ad599c6336191246e95eb2293a9ddebd555f796a65f838f07e5d78a"}, - {file = "python_jose-3.3.0-py2.py3-none-any.whl", hash = "sha256:9b1376b023f8b298536eedd47ae1089bcdb848f1535ab30555cd92002d78923a"}, + {file = "python-jose-3.4.0.tar.gz", hash = "sha256:9a9a40f418ced8ecaf7e3b28d69887ceaa76adad3bcaa6dae0d9e596fec1d680"}, + {file = "python_jose-3.4.0-py2.py3-none-any.whl", hash = "sha256:9c9f616819652d109bd889ecd1e15e9a162b9b94d682534c9c2146092945b78f"}, ] [package.dependencies] ecdsa = "!=0.15" -pyasn1 = "*" -rsa = "*" +pyasn1 = ">=0.4.1,<0.5.0" +rsa = ">=4.0,<4.1.1 || >4.1.1,<4.4 || >4.4,<5.0" [package.extras] cryptography = ["cryptography (>=3.4.0)"] -pycrypto = ["pyasn1", "pycrypto (>=2.6.0,<2.7.0)"] -pycryptodome = ["pyasn1", "pycryptodome (>=3.3.1,<4.0.0)"] +pycrypto = ["pycrypto (>=2.6.0,<2.7.0)"] +pycryptodome = ["pycryptodome (>=3.3.1,<4.0.0)"] +test = ["pytest", "pytest-cov"] [[package]] name = "python-multipart" @@ -2644,4 +2645,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">=3.10,<4.0" -content-hash = "2e60778ec3cec27ee7d4622edd8d768b12c9e81ea2bad0917cca9217c8e54700" +content-hash = "1db8647d4d235ccde4a483289fd295046e8b78f19ccdbb2edbdd968643b98afb" diff --git a/pyproject.toml b/pyproject.toml index 1f683bc..a97119b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ gunicorn = "^23.0.0" SQLAlchemy = "^2.0.31" sqlalchemy-utils = "^0.41.2" pydantic = "^2.8.2" -python-jose = "^3.3.0" +python-jose = "^3.4.0" torch = "^2.4.0" torchvision = "^0.19.0" psycopg2-binary = "^2.9.9"