diff --git a/poetry.lock b/poetry.lock index afbad18..5846474 100644 --- a/poetry.lock +++ b/poetry.lock @@ -201,13 +201,13 @@ files = [ [[package]] name = "django" -version = "4.2.16" +version = "4.2.19" 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.16-py3-none-any.whl", hash = "sha256:1ddc333a16fc139fd253035a1606bb24261951bbc3a6ca256717fa06cc41a898"}, - {file = "Django-4.2.16.tar.gz", hash = "sha256:6f1616c2786c408ce86ab7e10f792b8f15742f7b7b7460243929cb371e7f1dad"}, + {file = "Django-4.2.19-py3-none-any.whl", hash = "sha256:a104e13f219fc55996a4e416ef7d18ab4eeb44e0aa95174c192f16cda9f94e75"}, + {file = "Django-4.2.19.tar.gz", hash = "sha256:6c833be4b0ca614f0a919472a1028a3bbdeb6f056fa04023aeb923346ba2c306"}, ] [package.dependencies] @@ -1197,4 +1197,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.10,<4.0" -content-hash = "2ba5e3f1becd2b13fb1081a3728576d77ee202ba4a1a513d44fcae361ef39a8d" +content-hash = "1515eabf51c69c1fdccd97222bbfad292a0b7b8ac0b95a6857ac482b22ec4b2c" diff --git a/pyproject.toml b/pyproject.toml index 0e8a3ed..23f9808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ environs = "~9.2.0" psycopg2-binary = "~2.9.5" [tool.poetry.group.dev.dependencies] -django = "~4.2.13" +django = "~4.2.18" pre-commit = "~3.0.4" flake8 = "~7.1.0" pytest-mock = "~3.10.0"