diff --git a/poetry.lock b/poetry.lock index 9b96458e..c174601b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.4.0 and should not be changed by hand. +# This file is automatically @generated by Poetry and should not be changed by hand. [[package]] name = "alabaster" @@ -415,17 +415,18 @@ files = [ [[package]] name = "django-countries" -version = "7.5" +version = "7.5.1" description = "Provides a country field for Django models." category = "main" optional = false python-versions = "*" files = [ - {file = "django-countries-7.5.tar.gz", hash = "sha256:979676b1147ebbc10e8cdd67857ffffbcba8d7a92abf7ca70696ecd57d8f3d4f"}, - {file = "django_countries-7.5-py3-none-any.whl", hash = "sha256:5097d9c16eb5f8a8c195f55e647a1cf1ce8a88fdeb27b104de089424013845a6"}, + {file = "django-countries-7.5.1.tar.gz", hash = "sha256:22915d9b9403932b731622619940a54894a3eb0da9a374e7249c8fc453c122d7"}, + {file = "django_countries-7.5.1-py3-none-any.whl", hash = "sha256:2df707aca7a5e677254bed116cf6021a136ebaccd5c2f46860abd6452bb45521"}, ] [package.dependencies] +asgiref = "*" typing-extensions = "*" [package.extras] @@ -1633,10 +1634,10 @@ docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] [extras] -docs = ["Sphinx", "sphinx-copybutton", "sphinx-rtd-theme"] +docs = ["Sphinx", "sphinx-rtd-theme", "sphinx-copybutton"] testing = ["coverage"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "253a2602174ac1f24e593b89f919db90f3027588e2b4e305482a27c5f237f5d0" +content-hash = "bbfaaeb1c4215a45df60072190e6517d3367415fbcf4bdd5bee7acd414d2525c" diff --git a/pyproject.toml b/pyproject.toml index 98c6272a..4936a2e2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ psycopg2-binary = "2.9.3" sentry-sdk = "^1.19.1" pygraphviz = "^1.9" Jinja2 = "^3.1" -django-countries = "^7.4.2" +django-countries = "^7.5.1" dict2xml = "^1.7.3" # Extra optional dependencies