diff --git a/requirements.txt b/requirements.txt index b703b559c4..5e0b9fc42e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -Flask==0.11.1 -Werkzeug==0.11.11 -Jinja2==2.8 +Flask==2.2.5 +Werkzeug==3.0.3 +Jinja2==3.1.4 itsdangerous==0.24 click==6.6 MarkupSafe==0.23 -httplib2==0.9.2 -Flask-Admin==1.4.2 +httplib2==0.19.0 +Flask-Admin==1.5.3 Flask-RESTful==0.3.5 Flask-Login==0.4.0 Flask-OAuthLib==0.9.2 @@ -22,18 +22,18 @@ psycopg2==2.5.2 python-dateutil==2.4.2 pytz==2016.7 redis==2.10.5 -requests==2.11.1 +requests==2.32.2 six==1.10.0 SQLAlchemy==1.1.4 -sqlparse==0.1.8 +sqlparse==0.5.0 wsgiref==0.1.2 honcho==0.5.0 statsd==2.1.2 -gunicorn==19.4.5 -celery==3.1.23 +gunicorn==22.0.0 +celery==5.2.2 jsonschema==2.4.0 -RestrictedPython==3.6.0 -pysaml2==2.4.0 +RestrictedPython==7.3 +pysaml2==6.5.0 pycrypto==2.6.1 funcy==1.7.1 raven==5.27.1 @@ -41,5 +41,5 @@ semver==2.2.1 xlsxwriter==0.9.3 pystache==0.5.4 parsedatetime==2.1 -cryptography==1.4 +cryptography==43.0.1 simplejson==3.10.0 diff --git a/requirements_all_ds.txt b/requirements_all_ds.txt index 5dad813f3f..f60b2716ec 100644 --- a/requirements_all_ds.txt +++ b/requirements_all_ds.txt @@ -5,8 +5,8 @@ influxdb==2.7.1 MySQL-python==1.2.5 oauth2client==1.2 pyhive==0.1.6 -pymongo==3.2.1 -pyOpenSSL==0.14 +pymongo==4.6.3 +pyOpenSSL==17.5.0 vertica-python==0.5.1 td-client==0.4.1 pymssql==2.1.3 diff --git a/requirements_dev.txt b/requirements_dev.txt index 1863832dcd..f687e5ea22 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -3,4 +3,4 @@ coverage==4.0.3 mock==2.0.0 # PyMongo is needed for one of the unit tests: -pymongo==3.2.1 +pymongo==4.6.3