diff --git a/poetry.lock b/poetry.lock index 0ec82fa92..84a9944b4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -409,19 +409,20 @@ bcrypt = ["bcrypt"] [[package]] name = "django-oauth-toolkit" -version = "3.0.1" +version = "2.4.0" description = "OAuth2 Provider for Django" optional = false python-versions = ">=3.8" files = [ - {file = "django_oauth_toolkit-3.0.1-py3-none-any.whl", hash = "sha256:3ef00b062a284f2031b0732b32dc899e3bbf0eac221bbb1cffcb50b8932e55ed"}, - {file = "django_oauth_toolkit-3.0.1.tar.gz", hash = "sha256:7200e4a9fb229b145a6d808cbf0423b6d69a87f68557437733eec3c0cf71db02"}, + {file = "django_oauth_toolkit-2.4.0-py3-none-any.whl", hash = "sha256:4931d6bf64b6aee32a42f989f218769d1876f3daa53c6bf883d8ab793fb302ee"}, + {file = "django_oauth_toolkit-2.4.0.tar.gz", hash = "sha256:8975eaf697413a8d54208ee068bc5ad6d1ed76f1df84e4882fbb25e7e6966e1b"}, ] [package.dependencies] -django = ">=4.2" -jwcrypto = ">=1.5.0" -oauthlib = ">=3.2.2" +django = ">=3.2,<4.0.0 || >4.0.0" +jwcrypto = ">=0.8.0" +oauthlib = ">=3.1.0" +pytz = ">=2024.1" requests = ">=2.13.0" [[package]] @@ -995,6 +996,17 @@ asyncio-client = ["aiohttp (>=3.4)"] client = ["requests (>=2.21.0)", "websocket-client (>=0.54.0)"] docs = ["sphinx"] +[[package]] +name = "pytz" +version = "2024.2" +description = "World timezone definitions, modern and historical" +optional = false +python-versions = "*" +files = [ + {file = "pytz-2024.2-py2.py3-none-any.whl", hash = "sha256:31c7c1817eb7fae7ca4b8c7ee50c72f93aa2dd863de768e1ef4245d426aa0725"}, + {file = "pytz-2024.2.tar.gz", hash = "sha256:2aa355083c50a0f93fa581709deac0c9ad65cca8a9e9beac660adcbd493c798a"}, +] + [[package]] name = "pywin32-ctypes" version = "0.2.3" @@ -1401,4 +1413,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "4392490ba9094aca166e2a47ecaf4d3d51ef00dfdce96df5f6a891764bdc5ded" +content-hash = "c770dc99c7bc149b9d82cc2a97f8fcf3e54e8298a913c37300d77f2f5f64acbc"