From 777bd7a449fae62613ffa7083180639b81e21fb1 Mon Sep 17 00:00:00 2001 From: JensDiemer Date: Sat, 2 Apr 2022 20:16:43 +0200 Subject: [PATCH] update to django-fritzconnection==0.0.2rc1 --- conf/requirements.txt | 6 +++--- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index d358640..3be9927 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -40,9 +40,9 @@ django-axes==5.31.0; python_version >= "3.7" and python_full_version < "4.0.0" \ django-debug-toolbar==3.2.4; python_version >= "3.7" and python_full_version < "4.0.0" \ --hash=sha256:644bbd5c428d3283aa9115722471769cac1bec189edf3a0c855fd8ff870375a9 \ --hash=sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409 -django-fritzconnection==0.0.2rc0; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:53904dc03672059d0459ec6e27badce3554802bae15b93e24ecc422fc6c45cc0 \ - --hash=sha256:703c3f26f653073e5a183150b9d23e4ac0c7597abb9ff16fc833ff1b7fd5c5a2 +django-fritzconnection==0.0.2rc1; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:d996ec1d65c4b2f43b90b5f346964be5e885cf36721cc0f42a7952aad824c950 \ + --hash=sha256:3c08cdd2d2d92ca08c9d10d4d1cc1df91aa1f5c83488b8fba6e6847f26800976 django-ipware==4.0.2; python_version >= "3.7" and python_full_version < "3.0.0" or python_version >= "3.7" and python_full_version < "4.0.0" and python_full_version >= "3.6.0" \ --hash=sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05 \ --hash=sha256:878dbb06a87e25550798e9ef3204ed70a200dd8b15e47dcef848cf08244f04c9 diff --git a/poetry.lock b/poetry.lock index f955008..7ddd063 100644 --- a/poetry.lock +++ b/poetry.lock @@ -295,7 +295,7 @@ sqlparse = ">=0.2.0" [[package]] name = "django-fritzconnection" -version = "0.0.2rc0" +version = "0.0.2rc1" description = "Web based FritzBox management using Python/Django." category = "main" optional = false @@ -947,7 +947,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest- [metadata] lock-version = "1.1" python-versions = ">=3.7,<4.0.0" -content-hash = "88a8f1159a0ce286bc00f820a82df8729ee45f44ea9d8e8a90ab26b60ac1e4f3" +content-hash = "8f3f43b394d701d10e15f02cea8b141f719e80b65bc2340332685c92512bb8be" [metadata.files] asgiref = [ @@ -1107,8 +1107,8 @@ django-debug-toolbar = [ {file = "django_debug_toolbar-3.2.4-py3-none-any.whl", hash = "sha256:6b633b6cfee24f232d73569870f19aa86c819d750e7f3e833f2344a9eb4b4409"}, ] django-fritzconnection = [ - {file = "django-fritzconnection-0.0.2rc0.tar.gz", hash = "sha256:53904dc03672059d0459ec6e27badce3554802bae15b93e24ecc422fc6c45cc0"}, - {file = "django_fritzconnection-0.0.2rc0-py3-none-any.whl", hash = "sha256:703c3f26f653073e5a183150b9d23e4ac0c7597abb9ff16fc833ff1b7fd5c5a2"}, + {file = "django-fritzconnection-0.0.2rc1.tar.gz", hash = "sha256:d996ec1d65c4b2f43b90b5f346964be5e885cf36721cc0f42a7952aad824c950"}, + {file = "django_fritzconnection-0.0.2rc1-py3-none-any.whl", hash = "sha256:3c08cdd2d2d92ca08c9d10d4d1cc1df91aa1f5c83488b8fba6e6847f26800976"}, ] django-ipware = [ {file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, diff --git a/pyproject.toml b/pyproject.toml index 06d3521..4fc79a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "GPL" [tool.poetry.dependencies] # Keep Python 3.7 until Yunohost contains a newer Python Version ;) python = ">=3.7,<4.0.0" -django-fritzconnection = ">=0.0.2rc0" +django-fritzconnection = ">=0.0.2rc1" # Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}