Skip to content

Commit

Permalink
Python dependency updates
Browse files Browse the repository at this point in the history
- revert upgrade to requests from 3835a5e, because this is currently incompatible with Flask-MonitoringDashboard
  • Loading branch information
ds283 committed May 21, 2024
1 parent fee2c80 commit 8f1042b
Showing 1 changed file with 37 additions and 28 deletions.
65 changes: 37 additions & 28 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,65 +1,69 @@
alembic==1.13.1
amqp==5.2.0
Babel==2.14.0
APScheduler==3.10.4
Babel==2.15.0
billiard==4.2.0
bleach==6.1.0
bleach-whitelist==0.0.11
blinker==1.7.0
bokeh==3.4.1
boto3==1.34.85
botocore==1.34.85
blinker==1.8.2
bokeh==3.2.1
boto3==1.34.109
botocore==1.34.109
cachelib==0.9.0
cachetools==5.3.3
celery==5.3.6
celery==5.4.0
certifi==2024.2.2
cffi==1.16.0
charset-normalizer==3.3.2
click==8.1.7
click-didyoumean==0.3.1
click-plugins==1.1.1
click-repl==0.3.0
colorhash==2.0.0
colour==0.1.5
configparser==7.0.0
contourpy==1.2.1
cryptography==42.0.5
cryptography==42.0.7
cssmin==0.2.0
decorator==5.1.1
Deprecated==1.2.14
dnspython==2.6.1
Dozer==0.8
email-validator==2.1.1
email_validator==2.1.1
Flask==3.0.3
Flask-Assets==2.1.0
flask-babel==4.0.0
Flask-Caching==2.1.0
Flask-Caching==2.3.0
Flask-Debug-API==0.1.0
Flask-DebugToolbar==0.14.1
Flask-DebugToolbar==0.15.1
flask-healthz==1.0.1
Flask-HTMLmin==2.2.1
Flask-HTTPAuth==4.8.0
Flask-Limiter==3.5.1
Flask-Limiter==3.7.0
Flask-Login==0.6.3
flask-mailman==1.0.0
flask-mailman==1.1.0
Flask-Migrate==4.0.7
Flask-MonitoringDashboard==3.3.0
Flask-MonitoringDashboard==3.3.2
Flask-Principal==0.4.0
flask-redis==0.4.0
Flask-Security-Too==5.4.3
Flask-SQLAlchemy==3.1.1
Flask-WTF==1.2.1
flower==2.0.1
google-api-core==2.18.0
google-api-core==2.19.0
google-auth==2.29.0
google-cloud-core==2.4.1
google-cloud-storage==2.16.0
google-crc32c==1.5.0
google-resumable-media==2.7.0
googleapis-common-protos==1.63.0
greenlet==3.0.3
gunicorn==22.0.0
holidays==0.47
holidays==0.49
htmlmin==0.1.12
humanize==4.9.0
idna==3.7
importlib-resources==6.4.0
importlib_resources==6.4.0
infinity==1.5
intervals==0.9.2
itsdangerous==2.2.0
Expand All @@ -68,8 +72,8 @@ jmespath==1.0.1
jsmin==3.0.1
kombu==5.3.7
latex2markdown==0.2.1
limits==3.10.1
Mako==1.3.3
limits==3.12.0
Mako==1.3.5
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
Expand All @@ -82,38 +86,43 @@ packaging==24.0
pandas==2.2.2
parse==1.20.1
passlib==1.7.4
Pillow==10.3.0
prometheus-client==0.20.0
pillow==10.3.0
prometheus_client==0.20.0
prompt-toolkit==3.0.43
proto-plus==1.23.0
protobuf==4.25.3
psutil==5.9.8
PuLP==2.8.0
pyasn1==0.6.0
pyasn1-modules==0.4.0
pyasn1_modules==0.4.0
pycparser==2.22
Pygments==2.17.2
Pygments==2.18.0
pyinstrument==4.6.2
pymongo==4.6.3
PyMuPDF==1.24.1
pymongo==4.6.2
PyMuPDF==1.24.4
PyMuPDFb==1.24.3
PyMySQL==1.1.0
python-dateutil==2.9.0.post0
python-usernames==1.0.0
pytz==2024.1
PyYAML==6.0.1
redis==5.0.3
requests==2.32.0
redis==5.0.4
requests==2.31.0
rich==13.7.1
rollbar==1.0.0
rsa==4.9
s3transfer==0.10.1
scipy==1.13.0
simplejson==3.19.2
six==1.16.0
SQLAlchemy==2.0.29
SQLAlchemy==2.0.30
SQLAlchemy-Utils==0.41.2
tornado==6.4
tzdata==2024.1
tzlocal==2.0.0
url-normalize==1.4.3
urllib3==1.26.18
validators==0.28.0
validators==0.28.1
vine==5.1.0
wcwidth==0.2.13
webassets==2.0
Expand Down

0 comments on commit 8f1042b

Please sign in to comment.