diff --git a/conf/requirements.txt b/conf/requirements.txt index 00776de..9bc70a9 100644 --- a/conf/requirements.txt +++ b/conf/requirements.txt @@ -173,9 +173,9 @@ pyyaml==6.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \ redis==4.5.5 ; python_version >= "3.9" and python_full_version < "4.0.0" \ --hash=sha256:77929bc7f5dab9adf3acba2d3bb7d7658f1e0c2f1cafe7eb36434e751c471119 \ --hash=sha256:dc87a0bdef6c8bfe1ef1e1c40be7034390c2ae02d92dcd0c7ca1729443899880 -scovie==0.0.4 ; python_version >= "3.9" and python_full_version < "4.0.0" \ - --hash=sha256:de7ae4f2c101f588019fafa6a1eda058af4f391f6ab2c23ae088b793f637c782 \ - --hash=sha256:f17245e0b0d2048c1c8763086da33cf49335f8a9d49539d3997dbbf3e936cf59 +scovie==0.0.5 ; python_version >= "3.9" and python_full_version < "4.0.0" \ + --hash=sha256:11b6b1b9e0760e21c082a6d33024a37db466c197e9719945249faa286473a0f0 \ + --hash=sha256:e6fcb584e7845bd0cfaf730481a89c50e48d51447513374229724e19d9cb7cd9 setuptools==67.8.0 ; python_version >= "3.9" and python_full_version < "4.0.0" \ --hash=sha256:5df61bf30bb10c6f756eb19e7c9f3b473051f48db77fddbe06ff2ca307df9a6f \ --hash=sha256:62642358adc77ffa87233bc4d2354c4b2682d214048f500964dbe760ccedf102 diff --git a/poetry.lock b/poetry.lock index 030520c..25d865a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ gitlab = ["python-gitlab (>=1.3.0)"] [[package]] name = "scovie" -version = "0.0.4" +version = "0.0.5" description = "Scovie is an open-source digital signage system for high schools." optional = false python-versions = ">=3.9,<4.0.0" files = [ - {file = "scovie-0.0.4-py3-none-any.whl", hash = "sha256:de7ae4f2c101f588019fafa6a1eda058af4f391f6ab2c23ae088b793f637c782"}, - {file = "scovie-0.0.4.tar.gz", hash = "sha256:f17245e0b0d2048c1c8763086da33cf49335f8a9d49539d3997dbbf3e936cf59"}, + {file = "scovie-0.0.5-py3-none-any.whl", hash = "sha256:e6fcb584e7845bd0cfaf730481a89c50e48d51447513374229724e19d9cb7cd9"}, + {file = "scovie-0.0.5.tar.gz", hash = "sha256:11b6b1b9e0760e21c082a6d33024a37db466c197e9719945249faa286473a0f0"}, ] [package.dependencies] @@ -1346,4 +1346,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0.0" -content-hash = "4b7b30c4d1972889b5b86a1cacdbd3f080182343ee06e21b460ff8ad557d90b6" +content-hash = "f31d27828ff39162d0753140c5f476c631d611928687341c97999087605ec52d" diff --git a/pyproject.toml b/pyproject.toml index 81d592f..231a4ee 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ homepage = "https://github.com/eldertek/scovie_ynh" [tool.poetry.dependencies] python = ">=3.9,<4.0.0" # Stay with 3.9 until YunoHost used >=Debian 11 (Bullseye) -scovie = "0.0.4" # https://github.com/eldertek/scovie +scovie = "0.0.5" # https://github.com/eldertek/scovie # extras "ynh" will install: gunicorn, psycopg2, django-redis and django-axes # see: https://github.com/YunoHost-Apps/django_yunohost_integration/blob/main/pyproject.toml