diff --git a/poetry.lock b/poetry.lock index 5686c93dd..42cca8b0b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -498,13 +498,13 @@ files = [ [[package]] name = "django" -version = "4.2.7" +version = "4.2.10" description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design." optional = false python-versions = ">=3.8" files = [ - {file = "Django-4.2.7-py3-none-any.whl", hash = "sha256:e1d37c51ad26186de355cbcec16613ebdabfa9689bbade9c538835205a8abbe9"}, - {file = "Django-4.2.7.tar.gz", hash = "sha256:8e0f1c2c2786b5c0e39fe1afce24c926040fad47c8ea8ad30aaf1188df29fc41"}, + {file = "Django-4.2.10-py3-none-any.whl", hash = "sha256:a2d4c4d4ea0b6f0895acde632071aff6400bfc331228fc978b05452a0ff3e9f1"}, + {file = "Django-4.2.10.tar.gz", hash = "sha256:b1260ed381b10a11753c73444408e19869f3241fc45c985cd55a30177c789d13"}, ] [package.dependencies] @@ -2018,4 +2018,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "c4bc931be2a5daafa48a5b8d45b6c8a8a59361e6a38384bed18f8695dd9cbafd" +content-hash = "21b9217fae49196396e9cae04bd133e1cddb69b672c1b17f338f44da3ee9b4c5" diff --git a/pyproject.toml b/pyproject.toml index f40ff9382..d1ce25bd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ readme = "README.md" [tool.poetry.dependencies] python = "^3.10" -Django = "^4.2.7" +Django = "^4.2.10" smartmin = "^4.2.5" rapidpro-dash = "^1.14.3" colorama = "^0.4.3"