Skip to content

Commit

Permalink
Merge pull request #76 from ross/update-requirements
Browse files Browse the repository at this point in the history
update requirements*.txt
  • Loading branch information
ross authored May 28, 2024
2 parents 3567b9b + de72031 commit e1038b6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
7 changes: 3 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
black==24.3.0
django-debug-toolbar==4.3.0
black==24.4.2
django-debug-toolbar==4.4.2
mock==5.1.0
mypy-extensions==1.0.0
pathspec==0.12.1
platformdirs==4.2.0
platformdirs==4.2.2
pycodestyle==2.11.1
pyflakes==3.2.0
tomli==2.0.1
17 changes: 8 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,28 +1,27 @@
# DO NOT EDIT THIS FILE DIRECTLY - use ./script/update-requirements to update
Django==4.2.11
Django==4.2.13
asgiref==3.8.1
certifi==2024.2.2
charset-normalizer==3.3.2
click==8.1.7
cron-validator==1.0.8
gunicorn==22.0.0
holidays==0.46
holidays==0.49
idna==3.7
joblib==1.3.2
joblib==1.4.2
mysql-connector-python==8.0.28
nltk==3.8.1
packaging==24.0
protobuf==5.26.1
protobuf==5.27.0
pylev==1.4.0
python-dateutil==2.9.0.post0
pytz==2024.1
regex==2023.12.25
requests==2.31.0
regex==2024.5.15
requests==2.32.2
six==1.16.0
slack-bolt==1.18.1
slack_sdk==3.27.1
slack_sdk==3.27.2
sqlparse==0.5.0
tqdm==4.66.3
typing_extensions==4.10.0
tqdm==4.66.4
urllib3==2.2.1
word2number==1.1

0 comments on commit e1038b6

Please sign in to comment.