diff --git a/poetry.lock b/poetry.lock index 7215f4f35bd70d49f65cbc2f04edb63e6e804d9a..75a28da687ab02e93e556af8145ed6673df10e08 100644 --- a/poetry.lock +++ b/poetry.lock @@ -728,7 +728,7 @@ Django = ">=2.2" [[package]] name = "django-favicon-plus-reloaded" -version = "1.0.4" +version = "1.1.0" description = "simple Django app which allows you to upload a image and it renders a wide variety for html link tags to display the favicon" category = "main" optional = false @@ -2632,7 +2632,7 @@ xapian = ["xapian-haystack"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "ed6f13c7b98173d7a2f25e8ab76d870e94c446c9fdc638a562e5594445e50c37" +content-hash = "e4e61f6ca755997e64d799ed11994b09a7cd3b394397d1eefa14e68200972e8f" [metadata.files] alabaster = [ @@ -2954,8 +2954,8 @@ django-extensions = [ {file = "django_extensions-3.1.3-py3-none-any.whl", hash = "sha256:50de8977794a66a91575dd40f87d5053608f679561731845edbd325ceeb387e3"}, ] django-favicon-plus-reloaded = [ - {file = "django-favicon-plus-reloaded-1.0.4.tar.gz", hash = "sha256:90c761c636a338e6e9fb1d086649d82095085f92cff816c9cf074607f28c85a5"}, - {file = "django_favicon_plus_reloaded-1.0.4-py3-none-any.whl", hash = "sha256:26e4316d41328a61ced52c7fc0ead795f0eb194d6a30311c34a9833c6fe30a7c"}, + {file = "django-favicon-plus-reloaded-1.1.0.tar.gz", hash = "sha256:56e8b6db2814611a21ef46003c73a2222fb723db1f309bde6561cfed8fa8720f"}, + {file = "django_favicon_plus_reloaded-1.1.0-py3-none-any.whl", hash = "sha256:ad5db2921fd4ef4d39bbbe24eea65cb74ca250bd3156e5a2e03b5ae03a234de1"}, ] django-filter = [ {file = "django-filter-2.4.0.tar.gz", hash = "sha256:84e9d5bb93f237e451db814ed422a3a625751cbc9968b484ecc74964a8696b06"}, @@ -3128,7 +3128,6 @@ flake8-bandit = [ ] flake8-black = [ {file = "flake8-black-0.2.1.tar.gz", hash = "sha256:f26651bc10db786c03f4093414f7c9ea982ed8a244cec323c984feeffdf4c118"}, - {file = "flake8_black-0.2.1-py3-none-any.whl", hash = "sha256:941514149cb8b489cb17a4bb1cf18d84375db3b34381bb018de83509437931a0"}, ] flake8-builtins = [ {file = "flake8-builtins-1.5.3.tar.gz", hash = "sha256:09998853b2405e98e61d2ff3027c47033adbdc17f9fe44ca58443d876eb00f3b"}, diff --git a/pyproject.toml b/pyproject.toml index 51c242e9edadb6f8cbd89fd686a5de1cdf08065c..edde60088b42209f431b718bf4ba8ed1421a59c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -81,7 +81,7 @@ django-dbbackup = "^3.3.0" spdx-license-list = "^0.5.0" license-expression = "^1.2" django-reversion = "^3.0.7" -django-favicon-plus-reloaded = "^1.0.4" +django-favicon-plus-reloaded = "^1.1.0" django-health-check = "^3.12.1" psutil = "^5.7.0" celery-progress = "^0.1.0"