diff --git a/conf/requirements.txt b/conf/requirements.txt index d00cbc2..b8be581 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -28,9 +28,9 @@ django-axes==5.35.0; python_version >= "3.7" and python_full_version < "4.0.0" \ django-debug-toolbar==3.5.0; python_version >= "3.7" and python_full_version < "4.0.0" \ --hash=sha256:97965f2630692de316ea0c1ca5bfa81660d7ba13146dbc6be2059cf55b35d0e5 \ --hash=sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661 -django-fmd==0.1.1; python_version >= "3.7" and python_full_version < "4.0.0" \ - --hash=sha256:62e969951f376ead9db82e77288466e7ce478b215f8955c175317540cf46acd8 \ - --hash=sha256:b774e9c63e020db91ece31a67ff2a64f0f1ab3576e1e312ada2f51002157da4c +django-fmd==0.1.2; python_version >= "3.7" and python_full_version < "4.0.0" \ + --hash=sha256:1662f67e6fc0c714e1f585bdf43365fdcfa9fd9506538ceda838ec0827247394 \ + --hash=sha256:2b847f66a290e11cedc43c572c8402c2e2b4586a55b6a44cbafc1607ed7f1670 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/manifest.json b/manifest.json index c993639..29dc49a 100644 --- a/manifest.json +++ b/manifest.json @@ -5,7 +5,7 @@ "description": { "en": "Web based FritzBox management using Python/Django." }, - "version": "0.1.1~ynh1", + "version": "0.1.2~ynh1", "url": "https://gitlab.com/jedie/django-find-my-device", "upstream": { "license": "GPL-3.0", diff --git a/poetry.lock b/poetry.lock index 2561dec..601bba6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -280,7 +280,7 @@ sqlparse = ">=0.2.0" [[package]] name = "django-fmd" -version = "0.1.1" +version = "0.1.2" description = "Server for 'Find My Device' android app, implemented in Django/Python" category = "main" optional = false @@ -880,7 +880,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 = "8a0043fd7839a8c43ed1d0a254f4961134d7a60c4a4d87280eb97b97e94e2ded" +content-hash = "efbe068c32696bda78b96c5bc9d05217a92a8f19ef832d444cdd6e6b99a5223c" [metadata.files] asgiref = [ @@ -1031,8 +1031,8 @@ django-debug-toolbar = [ {file = "django_debug_toolbar-3.5.0-py3-none-any.whl", hash = "sha256:89a52128309eb4da12738801ff0c202d2ff8730d1c3225fac6acf630c303e661"}, ] django-fmd = [ - {file = "django-fmd-0.1.1.tar.gz", hash = "sha256:62e969951f376ead9db82e77288466e7ce478b215f8955c175317540cf46acd8"}, - {file = "django_fmd-0.1.1-py3-none-any.whl", hash = "sha256:b774e9c63e020db91ece31a67ff2a64f0f1ab3576e1e312ada2f51002157da4c"}, + {file = "django-fmd-0.1.2.tar.gz", hash = "sha256:1662f67e6fc0c714e1f585bdf43365fdcfa9fd9506538ceda838ec0827247394"}, + {file = "django_fmd-0.1.2-py3-none-any.whl", hash = "sha256:2b847f66a290e11cedc43c572c8402c2e2b4586a55b6a44cbafc1607ed7f1670"}, ] django-ipware = [ {file = "django-ipware-4.0.2.tar.gz", hash = "sha256:602a58325a4808bd19197fef2676a0b2da2df40d0ecf21be414b2ff48c72ad05"}, diff --git a/pyproject.toml b/pyproject.toml index 7f2bb19..3ef718f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "django-fmd_ynh" -version = "0.1.1~ynh1" +version = "0.1.2~ynh1" description = "Test django-fmd_ynh via local_test.py" authors = ["JensDiemer "] license = "GPL" @@ -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-fmd = ">=0.1.1" # https://gitlab.com/jedie/django-find-my-device +django-fmd = ">=0.1.2" # https://gitlab.com/jedie/django-find-my-device # Note: "ynh" extras will install gunicorn, psycopg2, django-redis and django-axes django_yunohost_integration = {version = ">=v0.2.0", extras = ["ynh"]}