From 74a18bcbd9712a7d41b29812d4de77e6d840f199 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Tue, 23 Apr 2024 14:30:28 +0200 Subject: [PATCH 1/4] change VERSION --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 005119b..8e8299d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.4.1 +2.4.2 From f0c6d5e3876350401bd920c3549b6e71a587d043 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Tue, 23 Apr 2024 14:30:53 +0200 Subject: [PATCH 2/4] update requirements --- requirements-dependencies.in | 2 +- requirements-dev.txt | 4 +--- requirements.txt | 6 ++---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/requirements-dependencies.in b/requirements-dependencies.in index a7f78ff..ee80cad 100644 --- a/requirements-dependencies.in +++ b/requirements-dependencies.in @@ -1 +1 @@ -pypnusershub>=2.1.1,<3.0.0 \ No newline at end of file +pypnusershub>=2.1.4,<3.0.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 9c3291f..140a110 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -125,9 +125,7 @@ sqlalchemy==1.4.51 # pypnusershub # utils-flask-sqlalchemy typing-extensions==4.9.0 - # via - # alembic - # sqlalchemy + # via alembic urllib3==2.1.0 # via requests utils-flask-sqlalchemy==0.4.1 diff --git a/requirements.txt b/requirements.txt index c904c09..a2d6367 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,7 +103,7 @@ psycopg2==2.9.9 # pypnusershub pycparser==2.21 # via cffi -pypnusershub==2.1.1 +pypnusershub==2.1.4 # via -r requirements-dependencies.in python-dateutil==2.8.2 # via @@ -125,9 +125,7 @@ sqlalchemy==1.4.51 # pypnusershub # utils-flask-sqlalchemy typing-extensions==4.9.0 - # via - # alembic - # sqlalchemy + # via alembic urllib3==2.1.0 # via requests utils-flask-sqlalchemy==0.4.1 From 715e3210eae2bfc84fe5f908e7f6893c55082e2b Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Tue, 23 Apr 2024 14:32:51 +0200 Subject: [PATCH 3/4] update uh-am dependencies --- dependencies/UsersHub-authentification-module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies/UsersHub-authentification-module b/dependencies/UsersHub-authentification-module index 5e85d6c..63c8e2a 160000 --- a/dependencies/UsersHub-authentification-module +++ b/dependencies/UsersHub-authentification-module @@ -1 +1 @@ -Subproject commit 5e85d6c736232728a3d6c03c22bfbde34daeb40f +Subproject commit 63c8e2a6498315e66fa5f90bdd64ab6018e20d24 From b55f08a82abeb3d77c460ff41795dae9e20f9832 Mon Sep 17 00:00:00 2001 From: jacquesfize Date: Tue, 23 Apr 2024 14:35:21 +0200 Subject: [PATCH 4/4] change changelog --- docs/changelog.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 46a874a..5bedf9b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,13 @@ CHANGELOG ========= +2.4.2 (2024-04-23) +------------------ + +**🐛 Corrections** + +- Mise à jour de `UsersHub-authentification-module` en 2.1.4 (#207) + 2.4.1 (2024-04-11) ------------------