Skip to content

Commit

Permalink
update version and requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Narcisi committed Jan 8, 2025
1 parent 3736823 commit f289896
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 48 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.15.0
2.15.1
44 changes: 21 additions & 23 deletions backend/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ amqp==5.3.1
# via kombu
async-timeout==5.0.1
# via redis
attrs==24.2.0
attrs==24.3.0
# via
# fiona
# jsonschema
# referencing
authlib==1.3.2
authlib==1.4.0
# via pypnusershub
babel==2.16.0
# via flask-babel
Expand All @@ -68,7 +68,7 @@ brotli==1.1.0
# via fonttools
celery[redis]==5.4.0
# via -r requirements-common.in
certifi==2024.8.30
certifi==2024.12.14
# via
# fiona
# pyproj
Expand All @@ -79,9 +79,9 @@ cffi==1.17.1
# weasyprint
chardet==5.2.0
# via -r requirements-common.in
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements-common.in
# celery
Expand All @@ -104,7 +104,7 @@ cligj==0.7.2
# via fiona
contourpy==1.3.0
# via bokeh
cryptography==43.0.3
cryptography==44.0.0
# via authlib
cssselect2==0.7.0
# via weasyprint
Expand Down Expand Up @@ -147,7 +147,7 @@ flask-login==0.6.3
# via pypnusershub
flask-mail==0.10.0
# via -r requirements-common.in
flask-marshmallow==1.2.1
flask-marshmallow==1.3.0
# via
# -r requirements-common.in
# pypn-habref-api
Expand Down Expand Up @@ -179,13 +179,11 @@ flask-wtf==1.2.2
# via
# -r requirements-common.in
# usershub
fonttools[woff]==4.55.0
# via
# fonttools
# weasyprint
fonttools[woff]==4.55.3
# via weasyprint
geoalchemy2==0.16.0
# via utils-flask-sqlalchemy-geo
geojson==3.1.0
geojson==3.2.0
# via
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
Expand All @@ -211,7 +209,7 @@ itsdangerous==2.2.0
# via
# flask
# flask-wtf
jinja2==3.1.4
jinja2==3.1.5
# via
# bokeh
# flask
Expand All @@ -224,7 +222,7 @@ kombu==5.4.2
# via celery
lxml==5.3.0
# via -r requirements-common.in
mako==1.3.6
mako==1.3.8
# via alembic
markupsafe==3.0.2
# via
Expand All @@ -233,7 +231,7 @@ markupsafe==3.0.2
# werkzeug
# wtforms
# wtforms-components
marshmallow==3.23.1
marshmallow==3.24.1
# via
# -r requirements-common.in
# flask-marshmallow
Expand All @@ -243,7 +241,7 @@ marshmallow==3.23.1
# utils-flask-sqlalchemy
marshmallow-geojson==0.5.0
# via utils-flask-sqlalchemy-geo
marshmallow-sqlalchemy==1.1.0
marshmallow-sqlalchemy==1.1.1
# via
# -r requirements-common.in
# pypn-habref-api
Expand Down Expand Up @@ -290,7 +288,7 @@ pycparser==2.22
# via cffi
pydyf==0.11.0
# via weasyprint
pyphen==0.15.0
pyphen==0.17.0
# via weasyprint
pyproj==3.0.1 ; python_version < "3.10"
# via -r requirements-common.in
Expand All @@ -314,7 +312,7 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via bokeh
redis==5.2.0
redis==5.2.1
# via celery
referencing==0.35.1
# via
Expand All @@ -324,15 +322,15 @@ requests==2.32.3
# via
# pypn-habref-api
# pypnusershub
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
shapely==2.0.6
# via
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
six==1.16.0
six==1.17.0
# via python-dateutil
sqlalchemy==1.4.54
# via
Expand All @@ -359,7 +357,7 @@ toml==0.10.2
# via
# -r requirements-common.in
# taxhub
tornado==6.4.1
tornado==6.4.2
# via bokeh
typing-extensions==4.12.2
# via
Expand All @@ -370,7 +368,7 @@ tzdata==2024.2
# celery
# kombu
# pandas
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# taxhub
Expand All @@ -383,7 +381,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
weasyprint==63.0
weasyprint==63.1
# via
# -r requirements-common.in
# flask-weasyprint
Expand Down
44 changes: 21 additions & 23 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ amqp==5.3.1
# via kombu
async-timeout==5.0.1
# via redis
attrs==24.2.0
attrs==24.3.0
# via
# fiona
# jsonschema
# referencing
authlib==1.3.2
authlib==1.4.0
# via pypnusershub
babel==2.16.0
# via flask-babel
Expand All @@ -36,7 +36,7 @@ brotli==1.1.0
# via fonttools
celery[redis]==5.4.0
# via -r requirements-common.in
certifi==2024.8.30
certifi==2024.12.14
# via
# fiona
# pyproj
Expand All @@ -47,9 +47,9 @@ cffi==1.17.1
# weasyprint
chardet==5.2.0
# via -r requirements-common.in
charset-normalizer==3.4.0
charset-normalizer==3.4.1
# via requests
click==8.1.7
click==8.1.8
# via
# -r requirements-common.in
# celery
Expand All @@ -72,7 +72,7 @@ cligj==0.7.2
# via fiona
contourpy==1.3.0
# via bokeh
cryptography==43.0.3
cryptography==44.0.0
# via authlib
cssselect2==0.7.0
# via weasyprint
Expand Down Expand Up @@ -114,7 +114,7 @@ flask-login==0.6.3
# via pypnusershub
flask-mail==0.10.0
# via -r requirements-common.in
flask-marshmallow==1.2.1
flask-marshmallow==1.3.0
# via
# -r requirements-common.in
# pypn-habref-api
Expand Down Expand Up @@ -142,13 +142,11 @@ flask-weasyprint==1.1.0
# via -r requirements-common.in
flask-wtf==1.2.2
# via -r requirements-common.in
fonttools[woff]==4.55.0
# via
# fonttools
# weasyprint
fonttools[woff]==4.55.3
# via weasyprint
geoalchemy2==0.16.0
# via utils-flask-sqlalchemy-geo
geojson==3.1.0
geojson==3.2.0
# via
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
Expand All @@ -169,7 +167,7 @@ itsdangerous==2.2.0
# via
# flask
# flask-wtf
jinja2==3.1.4
jinja2==3.1.5
# via
# bokeh
# flask
Expand All @@ -182,15 +180,15 @@ kombu==5.4.2
# via celery
lxml==5.3.0
# via -r requirements-common.in
mako==1.3.6
mako==1.3.8
# via alembic
markupsafe==3.0.2
# via
# jinja2
# mako
# werkzeug
# wtforms
marshmallow==3.23.1
marshmallow==3.24.1
# via
# -r requirements-common.in
# flask-marshmallow
Expand All @@ -200,7 +198,7 @@ marshmallow==3.23.1
# utils-flask-sqlalchemy
marshmallow-geojson==0.5.0
# via utils-flask-sqlalchemy-geo
marshmallow-sqlalchemy==1.1.0
marshmallow-sqlalchemy==1.1.1
# via
# -r requirements-common.in
# pypn-habref-api
Expand Down Expand Up @@ -245,7 +243,7 @@ pycparser==2.22
# via cffi
pydyf==0.11.0
# via weasyprint
pyphen==0.15.0
pyphen==0.17.0
# via weasyprint
pypn-habref-api==0.4.1
# via -r requirements-dependencies.in
Expand Down Expand Up @@ -279,7 +277,7 @@ pytz==2024.2
# pandas
pyyaml==6.0.2
# via bokeh
redis==5.2.0
redis==5.2.1
# via celery
referencing==0.35.1
# via
Expand All @@ -289,15 +287,15 @@ requests==2.32.3
# via
# pypn-habref-api
# pypnusershub
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
shapely==2.0.6
# via
# -r requirements-common.in
# utils-flask-sqlalchemy-geo
six==1.16.0
six==1.17.0
# via python-dateutil
sqlalchemy==1.4.54
# via
Expand Down Expand Up @@ -328,7 +326,7 @@ toml==0.10.2
# via
# -r requirements-common.in
# taxhub
tornado==6.4.1
tornado==6.4.2
# via bokeh
typing-extensions==4.12.2
# via
Expand All @@ -339,7 +337,7 @@ tzdata==2024.2
# celery
# kombu
# pandas
urllib3==2.2.3
urllib3==2.3.0
# via
# requests
# taxhub
Expand All @@ -363,7 +361,7 @@ vine==5.1.0
# kombu
wcwidth==0.2.13
# via prompt-toolkit
weasyprint==63.0
weasyprint==63.1
# via
# -r requirements-common.in
# flask-weasyprint
Expand Down
2 changes: 1 addition & 1 deletion install/install_all/install_all.ini
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ usershub_release=2.4.4
### CONFIGURATION GEONATURE ###

# Version de GeoNature
geonature_release=2.15.0
geonature_release=2.15.1
# Effacer la base de données GeoNature existante lors de la réinstallation
drop_geonaturedb=false
# Nom de la base de données GeoNature
Expand Down

0 comments on commit f289896

Please sign in to comment.