diff --git a/VERSION b/VERSION index fdd3be6..266146b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.6.2 +1.6.3 diff --git a/dependencies/TaxHub b/dependencies/TaxHub index ca38000..14614a7 160000 --- a/dependencies/TaxHub +++ b/dependencies/TaxHub @@ -1 +1 @@ -Subproject commit ca38000d89c074cfba9c80965ab11d9ef679c3ce +Subproject commit 14614a75ad80a09f6a0fcfddda54252340abf728 diff --git a/dependencies/UsersHub-authentification-module b/dependencies/UsersHub-authentification-module index 63c8e2a..41fcc43 160000 --- a/dependencies/UsersHub-authentification-module +++ b/dependencies/UsersHub-authentification-module @@ -1 +1 @@ -Subproject commit 63c8e2a6498315e66fa5f90bdd64ab6018e20d24 +Subproject commit 41fcc43aeef8abef7b2b09a890c166c9bbe2a50f diff --git a/docs/changelog.rst b/docs/changelog.rst index 04b6017..960cb0c 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -2,6 +2,14 @@ CHANGELOG ========= +1.6.3 (2024-05-27) +------------------ + +**🚀 Nouveautés** + +- Mise à jour de TaxHub en 1.14.1 +- Mise à jour de UserHub-authentication-module en 2.1.5 + 1.6.2 (2024-04-26) ------------------ diff --git a/requirements.in b/requirements.in index 60ff90c..52aabff 100755 --- a/requirements.in +++ b/requirements.in @@ -9,5 +9,5 @@ marshmallow-sqlalchemy sqlalchemy utils-flask-sqlalchemy>=0.4.1 -taxhub>=1.14.0 -pypnusershub>=2.1.4 +taxhub>=1.14.1 +pypnusershub>=2.1.5 diff --git a/requirements.txt b/requirements.txt index 60c057b..62e9bc1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -147,7 +147,7 @@ pycparser==2.21 # via cffi pypn-ref-geo==1.5.2 # via taxhub -pypnusershub==2.1.4 +pypnusershub==2.1.5 # via # -r requirements.in # taxhub @@ -182,7 +182,7 @@ sqlalchemy==1.4.51 # taxhub # utils-flask-sqlalchemy # utils-flask-sqlalchemy-geo -taxhub==1.14.0 +taxhub==1.14.1 # via -r requirements.in typing-extensions==4.9.0 # via alembic