diff --git a/VERSION b/VERSION index fb2c0766b7..53fdb123b9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.13.0 +2.13.1 \ No newline at end of file diff --git a/backend/dependencies/RefGeo b/backend/dependencies/RefGeo index 2272603a20..d17afaec89 160000 --- a/backend/dependencies/RefGeo +++ b/backend/dependencies/RefGeo @@ -1 +1 @@ -Subproject commit 2272603a20bd42a226b9eb24af59314d8b88f64d +Subproject commit d17afaec89dacf1edc47a64d629db64d07895907 diff --git a/backend/dependencies/UsersHub-authentification-module b/backend/dependencies/UsersHub-authentification-module index 69b5013edb..35427a1e80 160000 --- a/backend/dependencies/UsersHub-authentification-module +++ b/backend/dependencies/UsersHub-authentification-module @@ -1 +1 @@ -Subproject commit 69b5013edb97260f006487623677979eac337a6b +Subproject commit 35427a1e80c1e0fa00bd5e0ec7a007569ed5ddc3 diff --git a/backend/dependencies/Utils-Flask-SQLAlchemy b/backend/dependencies/Utils-Flask-SQLAlchemy index 106a75cc60..ef3bde348e 160000 --- a/backend/dependencies/Utils-Flask-SQLAlchemy +++ b/backend/dependencies/Utils-Flask-SQLAlchemy @@ -1 +1 @@ -Subproject commit 106a75cc608838f55288f42fdfe443da97be40a5 +Subproject commit ef3bde348e86b8a69d1dbc0a7b87a843eb7973db diff --git a/backend/requirements-dependencies.in b/backend/requirements-dependencies.in index 0dc914604c..41d6d37661 100644 --- a/backend/requirements-dependencies.in +++ b/backend/requirements-dependencies.in @@ -1,7 +1,7 @@ -pypnusershub>=1.6.9,<2 +pypnusershub>=1.6.10,<2 pypnnomenclature>=1.5.4,<2 pypn_habref_api>=0.3.2,<1 utils-flask-sqlalchemy-geo>=0.2.8,<1 -utils-flask-sqlalchemy>=0.3.5,<1 -taxhub>=1.12.1,<2 -pypn-ref-geo>=1.3.0,<2 +utils-flask-sqlalchemy>=0.3.6,<1 +taxhub>=1.12.0,<2 +pypn-ref-geo>=1.4.0,<2 diff --git a/backend/requirements-dev.txt b/backend/requirements-dev.txt index 7a06f60e53..0ab217e24f 100644 --- a/backend/requirements-dev.txt +++ b/backend/requirements-dev.txt @@ -37,14 +37,14 @@ # via # -r requirements-submodules.in # pypn-ref-geo -alembic==1.11.1 +alembic==1.12.0 # via # flask-migrate # pypn-ref-geo # pypnusershub amqp==5.1.1 # via kombu -async-timeout==4.0.2 +async-timeout==4.0.3 # via redis attrs==23.1.0 # via fiona @@ -56,23 +56,23 @@ billiard==3.6.4.0 # via celery blinker==1.6.2 # via flask-mail -boto3==1.28.2 +boto3==1.28.47 # via taxhub -botocore==1.31.2 +botocore==1.31.47 # via # boto3 # s3transfer cached-property==1.5.2 # via kombu -cairocffi==1.6.0 +cairocffi==1.6.1 # via # cairosvg # weasyprint -cairosvg==2.7.0 +cairosvg==2.7.1 # via weasyprint celery[redis]==5.2.7 # via -r requirements-common.in -certifi==2023.5.7 +certifi==2023.7.22 # via # fiona # requests @@ -83,7 +83,7 @@ cffi==1.15.1 # weasyprint charset-normalizer==3.2.0 # via requests -click==8.1.4 +click==8.1.7 # via # -r requirements-common.in # celery @@ -104,7 +104,7 @@ click-repl==0.3.0 # via celery cligj==0.7.2 # via fiona -cryptography==41.0.2 +cryptography==41.0.3 # via authlib cssselect2==0.7.0 # via @@ -156,7 +156,7 @@ flask-marshmallow==0.14.0 # pypn-habref-api # pypnnomenclature # pypnusershub -flask-migrate==4.0.4 +flask-migrate==4.0.5 # via # -r requirements-common.in # pypn-habref-api @@ -187,7 +187,7 @@ geojson==3.0.1 # via # -r requirements-common.in # utils-flask-sqlalchemy-geo -gunicorn==20.1.0 +gunicorn==21.2.0 # via # -r requirements-common.in # taxhub @@ -206,6 +206,7 @@ importlib-metadata==4.13.0 ; python_version < "3.10" # celery # click # flask + # gunicorn # kombu # mako # munch @@ -264,6 +265,7 @@ packaging==23.1 # via # -r requirements-common.in # geoalchemy2 + # gunicorn # marshmallow # marshmallow-sqlalchemy pillow==9.5.0 @@ -274,7 +276,7 @@ pillow==9.5.0 # weasyprint prompt-toolkit==3.0.39 # via click-repl -psycopg2==2.9.6 +psycopg2==2.9.7 # via # -r requirements-common.in # pypn-habref-api @@ -300,15 +302,15 @@ python-dotenv==0.21.1 # pypnnomenclature # taxhub # usershub -pytz==2023.3 +pytz==2023.3.post1 # via celery -redis==4.6.0 +redis==5.0.0 # via celery requests==2.31.0 # via # pypn-habref-api # pypnusershub -s3transfer==0.6.1 +s3transfer==0.6.2 # via boto3 shapely==1.8.5.post1 # via diff --git a/backend/requirements.txt b/backend/requirements.txt index b3b48657f2..6e9ae6e13b 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -4,14 +4,14 @@ # # pip-compile --resolver=backtracking requirements.in # -alembic==1.11.2 +alembic==1.12.0 # via # flask-migrate # pypn-ref-geo # pypnusershub amqp==5.1.1 # via kombu -async-timeout==4.0.2 +async-timeout==4.0.3 # via redis attrs==23.1.0 # via fiona @@ -23,9 +23,9 @@ billiard==3.6.4.0 # via celery blinker==1.6.2 # via flask-mail -boto3==1.28.21 +boto3==1.28.47 # via taxhub -botocore==1.31.21 +botocore==1.31.47 # via # boto3 # s3transfer @@ -50,7 +50,7 @@ cffi==1.15.1 # weasyprint charset-normalizer==3.2.0 # via requests -click==8.1.6 +click==8.1.7 # via # -r requirements-common.in # celery @@ -116,7 +116,7 @@ flask-marshmallow==0.14.0 # pypn-habref-api # pypnnomenclature # pypnusershub -flask-migrate==4.0.4 +flask-migrate==4.0.5 # via # -r requirements-common.in # pypn-habref-api @@ -237,13 +237,13 @@ pyphen==0.14.0 # via weasyprint pypn-habref-api==0.3.2 # via -r requirements-dependencies.in -pypn-ref-geo==1.3.0 +pypn-ref-geo==1.4.0 # via # -r requirements-dependencies.in # taxhub pypnnomenclature==1.5.4 # via -r requirements-dependencies.in -pypnusershub==1.6.9 +pypnusershub==1.6.10 # via # -r requirements-dependencies.in # pypnnomenclature @@ -259,15 +259,15 @@ python-dotenv==0.21.1 # pypn-ref-geo # pypnnomenclature # taxhub -pytz==2023.3 +pytz==2023.3.post1 # via celery -redis==4.6.0 +redis==5.0.0 # via celery requests==2.31.0 # via # pypn-habref-api # pypnusershub -s3transfer==0.6.1 +s3transfer==0.6.2 # via boto3 shapely==1.8.5.post1 # via @@ -317,7 +317,7 @@ urllib3==1.26.16 # botocore # requests # taxhub -utils-flask-sqlalchemy==0.3.5 +utils-flask-sqlalchemy==0.3.6 # via # -r requirements-dependencies.in # pypn-habref-api