diff --git a/poetry.lock b/poetry.lock index 2afcdc8f..43d7cc2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "ansicolors" @@ -546,13 +546,15 @@ files = [ ] [[package]] -name = "Django" -version = "5.0.5.dev20240410160634" +name = "django" +version = "5.0.6" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" -files = [] -develop = false +files = [ + {file = "Django-5.0.6-py3-none-any.whl", hash = "sha256:8363ac062bb4ef7c3f12d078f6fa5d154031d129a15170a1066412af49d30905"}, + {file = "Django-5.0.6.tar.gz", hash = "sha256:ff1b61005004e476e0aeea47c7f79b85864c70124030e95146315396f1e7951f"}, +] [package.dependencies] asgiref = ">=3.7.0,<4" @@ -563,12 +565,6 @@ tzdata = {version = "*", markers = "sys_platform == \"win32\""} argon2 = ["argon2-cffi (>=19.1.0)"] bcrypt = ["bcrypt"] -[package.source] -type = "git" -url = "https://github.com/django/django.git" -reference = "2e6ae1e96a405fc2ac318325956ce276cfb9830c" -resolved_reference = "2e6ae1e96a405fc2ac318325956ce276cfb9830c" - [[package]] name = "django-browser-reload" version = "1.12.1" @@ -1966,7 +1962,7 @@ files = [ [package.dependencies] requests = "*" -requests_oauthlib = "*" +requests-oauthlib = "*" [[package]] name = "types-pyopenssl" @@ -2213,4 +2209,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4f6bec09c987fc1cc2d49b01158d663e653aee6522acf97898421fa470a4e6bf" +content-hash = "2b017b8880fc04cd50add1081f120c79df0d4f0ed79dd9ad0053d68ab6cf9cf5" diff --git a/pyproject.toml b/pyproject.toml index 6148a622..db054b07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ psycopg2-binary = "^2.9.6" ansicolors = "^1.1.8" prettytable = "^3.10.0" courts-db = "^0.10.17" -Django = { git = "https://github.com/django/django.git", rev = "2e6ae1e96a405fc2ac318325956ce276cfb9830c" } +Django = "^5.0.3" djangorestframework = "^3.15.1" django-environ = "^0.11.2" sentry-sdk = "^2.1.1"