diff --git a/app/app.py b/app/app.py index 8b137891..e69de29b 100644 --- a/app/app.py +++ b/app/app.py @@ -1 +0,0 @@ - diff --git a/open_prices/api/auth/views.py b/open_prices/api/auth/views.py index 7341852b..58428aca 100644 --- a/open_prices/api/auth/views.py +++ b/open_prices/api/auth/views.py @@ -73,7 +73,7 @@ def post(self, request: Request) -> Response: token, secure=True, httponly=True, - samesite='Lax', + samesite="Lax", ) return response elif response.status_code == 403: diff --git a/poetry.lock b/poetry.lock index 7ebff69c..0db897ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -399,7 +399,7 @@ files = [ {file = "colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6"}, {file = "colorama-0.4.6.tar.gz", hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44"}, ] -markers = {main = "platform_system == \"Windows\" or sys_platform == \"win32\""} +markers = {main = "sys_platform == \"win32\" or platform_system == \"Windows\""} [[package]] name = "contourpy" @@ -608,14 +608,14 @@ files = [ [[package]] name = "django" -version = "5.1.7" +version = "5.1.10" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "Django-5.1.7-py3-none-any.whl", hash = "sha256:1323617cb624add820cb9611cdcc788312d250824f92ca6048fda8625514af2b"}, - {file = "Django-5.1.7.tar.gz", hash = "sha256:30de4ee43a98e5d3da36a9002f287ff400b43ca51791920bfb35f6917bfe041c"}, + {file = "django-5.1.10-py3-none-any.whl", hash = "sha256:19c9b771e9cf4de91101861aadd2daaa159bcf10698ca909c5755c88e70ccb84"}, + {file = "django-5.1.10.tar.gz", hash = "sha256:73e5d191421d177803dbd5495d94bc7d06d156df9561f4eea9e11b4994c07137"}, ] [package.dependencies] @@ -4043,4 +4043,4 @@ viz = ["cartopy", "matplotlib", "nc-time-axis", "seaborn"] [metadata] lock-version = "2.1" python-versions = "~3.11" -content-hash = "82b2424fe121ff176b7e9f64da2db557b7d85bb6660d8ff8940d1f1be1b11547" +content-hash = "10e2a38da07c7ac586e36bb698d0c25ac354d448d72810e9abfc129d5c42e5da" diff --git a/pyproject.toml b/pyproject.toml index baeb92b5..11524377 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ python-multipart = "~0.0.7" requests = "~2.31.0" osmpythontools = "^0.3.5" typer = "~0.9.0" -django = "^5.1.7" +django = "^5.1.10" django-cors-headers = "^4.7.0" django-debug-toolbar = "^5.1.0" django-extensions = "^3.2.3"