Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update pinned dependencies #3089

Merged
merged 3 commits into from
Jul 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Current (in progress)

- Nothing yet
- Update pinned dependencies according to project dependencies, without updating any project dependencies [#3089](https://github.com/opendatateam/udata/pull/3089)

## 9.1.1 (2024-07-16)

Expand Down
24 changes: 12 additions & 12 deletions requirements/install.pip
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ celery==5.3.1
# celerybeat-mongo
celerybeat-mongo==0.2.0
# via -r requirements/install.in
certifi==2024.2.2
certifi==2024.7.4
# via requests
cffi==1.16.0
# via
Expand All @@ -67,7 +67,7 @@ click==8.1.2
# click-repl
# flask
# geomet
click-didyoumean==0.3.0
click-didyoumean==0.3.1
# via celery
click-plugins==1.1.1
# via celery
Expand All @@ -81,7 +81,7 @@ dnspython==2.6.1
# via
# email-validator
# pymongo
email-validator==2.1.1
email-validator==2.2.0
# via
# flask-security-too
# wtforms
Expand Down Expand Up @@ -173,8 +173,10 @@ jmespath==1.0.1
# via
# boto3
# botocore
jsonschema==3.2.0
jsonschema==4.23.0
# via flask-restx
jsonschema-specifications==2023.12.1
# via jsonschema
kombu[redis]==5.3.1
# via
# -r requirements/install.in
Expand All @@ -198,17 +200,17 @@ mongoengine==0.27.0
# flask-mongoengine
netaddr==0.7.19
# via -r requirements/install.in
packaging==24.0
packaging==24.1
# via bleach
passlib==1.7.4
# via flask-security-too
pillow==9.2.0
# via
# flask-storage
# pydenticon
prompt-toolkit==3.0.43
prompt-toolkit==3.0.47
# via click-repl
pycparser==2.21
pycparser==2.2
# via cffi
pydenticon==0.3.1
# via -r requirements/install.in
Expand All @@ -219,8 +221,6 @@ pymongo==4.3.3
# mongoengine
pyparsing==3.1.2
# via rdflib
pyrsistent==0.20.0
# via jsonschema
python-dateutil==2.8.2
# via
# -r requirements/install.in
Expand All @@ -238,7 +238,7 @@ redis==4.5.2
# via
# -r requirements/install.in
# kombu
regex==2023.12.25
regex==2024.5.15
# via awesome-slugify
requests==2.24.0
# via -r requirements/install.in
Expand All @@ -262,13 +262,13 @@ stringdist==1.0.9
# via -r requirements/install.in
text-unidecode==1.3
# via faker
tlds==2024030600
tlds==2024071000
# via -r requirements/install.in
tzdata==2024.1
# via celery
unidecode==0.4.21
# via awesome-slugify
uritools==4.0.2
uritools==4.0.3
# via urlextract
urlextract==0.14.0
# via -r requirements/install.in
Expand Down