From ecff7ddf94ede9ff0c6e6d237417037296281d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Th=C3=A9o=20LAURET?= Date: Sat, 27 May 2023 01:55:21 +0400 Subject: [PATCH] build(deps): update requirements.txt, poetry.lock and pyproject.toml --- conf/requirements.txt | 6 +++--- poetry.lock | 6 +++--- pyproject.toml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/requirements.txt b/conf/requirements.txt index b3ae76e..4d852a2 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.2 ; python_version >= "3.9" and python_full_version < "4.0.0" \ - --hash=sha256:8708e02472c09748c193fcfe000a6e6e4f751b4275ef6a732cc429d927b05be9 \ - --hash=sha256:98d89b3d32de0e42a1af2228da9ad0726065b16e3889644126a4b0bc33bdafa9 +scovie==0.0.3 ; python_version >= "3.9" and python_full_version < "4.0.0" \ + --hash=sha256:08f6bea675075f5881eed1662b21d2b9b17329b7de5413658cd4cd69e7aa4171 \ + --hash=sha256:1073ef162cd05787002b774d91edd3f7e49b0905e34c3b66316358626d602958 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 91ed91c..048ba78 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1156,13 +1156,13 @@ gitlab = ["python-gitlab (>=1.3.0)"] [[package]] name = "scovie" -version = "0.0.2" +version = "0.0.3" 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.2-py3-none-any.whl", hash = "sha256:8708e02472c09748c193fcfe000a6e6e4f751b4275ef6a732cc429d927b05be9"}, - {file = "scovie-0.0.2.tar.gz", hash = "sha256:98d89b3d32de0e42a1af2228da9ad0726065b16e3889644126a4b0bc33bdafa9"}, + {file = "scovie-0.0.3-py3-none-any.whl", hash = "sha256:1073ef162cd05787002b774d91edd3f7e49b0905e34c3b66316358626d602958"}, + {file = "scovie-0.0.3.tar.gz", hash = "sha256:08f6bea675075f5881eed1662b21d2b9b17329b7de5413658cd4cd69e7aa4171"}, ] [package.dependencies] diff --git a/pyproject.toml b/pyproject.toml index b12e3d8..9e9ccb4 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.2" # https://github.com/eldertek/scovie +scovie = ">=0.0.3" # 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