diff --git a/requirements-dev.txt b/requirements-dev.txt index 39bf0d894..395346a31 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ -r requirements.txt django-test-without-migrations==0.6 -ipdb==0.11 -mixer==6.1.3 +ipdb==0.13.9 +mixer==7.2.2 diff --git a/requirements.txt b/requirements.txt index e0b970731..cbb156298 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,23 +1,23 @@ -Django==2.1.7 +Django==4.0.5 brazilnum==0.8.8 -celery==4.2.1 +celery==5.2.7 dj-database-url==0.5.0 django-assets==0.12 django-bulk-update==2.2.0 -django-cors-middleware==1.3.1 -django-debug-toolbar==1.11 -django-extensions==2.1.6 +django-cors-middleware==1.5.0 +django-debug-toolbar==3.5.0 +django-extensions==3.1.5 django-test-without-migrations==0.6 -djangorestframework==3.9.1 -freezegun==0.3.11 -gunicorn==19.9.0 -newrelic==4.14.0.115 -psycopg2-binary==2.7.7 -python-decouple==3.1 +djangorestframework==3.13.1 +freezegun==1.2.1 +gunicorn==20.1.0 +newrelic==7.14.0.177 +psycopg2-binary==2.9.3 +python-decouple==3.6 python-memcached==1.59 python-twitter==3.5 reprint==0.5.1 # pyup: ignore -requests==2.21.0 +requests==2.28.1 rows==0.4.1 -tqdm==4.31.1 -whitenoise==4.1.2 +tqdm==4.64.0 +whitenoise==6.2.0 diff --git a/research/requirements.txt b/research/requirements.txt index 74f6d7e45..b83580011 100644 --- a/research/requirements.txt +++ b/research/requirements.txt @@ -1,12 +1,12 @@ -aiofiles==0.4.0 -aiohttp==3.5.4 -beautifulsoup4==4.7.1 -geopy==1.18.1 -grequests==0.3.0 -humanize==0.5.1 -numpy==1.16.2 -pandas==0.24.1 -python-decouple==3.1 -requests==2.21.0 +aiofiles==0.8.0 +aiohttp==3.8.1 +beautifulsoup4==4.11.1 +geopy==2.2.0 +grequests==0.6.0 +humanize==4.2.3 +numpy==1.23.0 +pandas==1.4.3 +python-decouple==3.6 +requests==2.28.1 serenata-toolbox # pyup: ignore -tqdm==4.31.1 +tqdm==4.64.0 diff --git a/rosie/requirements.txt b/rosie/requirements.txt index 3986a3fff..8ca781a64 100644 --- a/rosie/requirements.txt +++ b/rosie/requirements.txt @@ -1,10 +1,10 @@ brutils==1.0.1 docopt==0.6.2 -freezegun==0.3.11 -geopy==1.18.1 -ipdb==0.11 -numpy==1.16.2 +freezegun==1.2.1 +geopy==2.2.0 +ipdb==0.13.9 +numpy==1.23.0 # scipy must come before scikit-learn in order to build the wheel in docker image -scipy==1.2.1 -scikit-learn==0.20.2 +scipy==1.8.1 +scikit-learn==1.1.1 serenata-toolbox # pyup: ignore