diff --git a/requirements.txt b/requirements.txt index cb2eaf5..1ee39d7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,35 +1,35 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file=requirements.txt requirements.in # asgiref==3.4.1 # via django -certifi==2021.5.30 +certifi==2021.10.8 # via # requests # sentry-sdk -charset-normalizer==2.0.6 +charset-normalizer==2.0.7 # via requests datapunt-django-snapshot==0.1.0 # via -r requirements.in -django==3.2.7 +django==3.2.8 # via # -r requirements.in # datapunt-django-snapshot # djangorestframework djangorestframework==3.12.4 # via -r requirements.in -idna==3.2 +idna==3.3 # via requests psycopg2-binary==2.9.1 # via -r requirements.in -pytz==2021.1 +pytz==2021.3 # via django requests==2.26.0 # via datapunt-django-snapshot -sentry-sdk==1.4.1 +sentry-sdk==1.4.3 # via -r requirements.in sqlparse==0.4.2 # via django @@ -37,5 +37,5 @@ urllib3==1.26.7 # via # requests # sentry-sdk -uwsgi==2.0.19.1 +uwsgi==2.0.20 # via -r requirements.in diff --git a/requirements_dev.txt b/requirements_dev.txt index f55c56c..bf1d2f0 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with python 3.8 +# This file is autogenerated by pip-compile # To update, run: # # pip-compile --output-file=requirements_dev.txt requirements_dev.in @@ -10,19 +10,19 @@ attrs==21.2.0 # via pytest backcall==0.2.0 # via ipython -click==8.0.1 +click==8.0.3 # via pip-tools -coverage==5.5 +coverage[toml]==6.0.2 # via pytest-cov decorator==5.1.0 # via # ipdb # ipython -django==3.2.7 - # via django-extensions django-extensions==3.1.3 # via -r requirements_dev.in -flake8==3.9.2 +django==3.2.8 + # via django-extensions +flake8==4.0.1 # via pytest-flake8 iniconfig==1.1.1 # via pytest @@ -44,13 +44,13 @@ packaging==21.0 # via pytest parso==0.8.2 # via jedi -pep517==0.11.0 +pep517==0.11.1 # via pip-tools pexpect==4.8.0 # via ipython pickleshare==0.7.5 # via ipython -pip-tools==6.3.0 +pip-tools==6.4.0 # via -r requirements_dev.in pluggy==1.0.0 # via pytest @@ -60,21 +60,15 @@ ptyprocess==0.7.0 # via pexpect py==1.10.0 # via pytest -pycodestyle==2.7.0 +pycodestyle==2.8.0 # via flake8 -pyflakes==2.3.1 +pyflakes==2.4.0 # via flake8 pygments==2.10.0 # via ipython pyparsing==2.4.7 # via packaging -pytest==6.2.5 - # via - # -r requirements_dev.in - # pytest-cov - # pytest-django - # pytest-flake8 -pytest-cov==2.12.1 +pytest-cov==3.0.0 # via -r requirements_dev.in pytest-django==4.4.0 # via -r requirements_dev.in @@ -82,7 +76,13 @@ pytest-flake8==1.0.7 # via -r requirements_dev.in pytest-isort==2.0.0 # via -r requirements_dev.in -pytz==2021.1 +pytest==6.2.5 + # via + # -r requirements_dev.in + # pytest-cov + # pytest-django + # pytest-flake8 +pytz==2021.3 # via django sqlparse==0.4.2 # via django @@ -90,9 +90,10 @@ toml==0.10.2 # via # ipdb # pytest - # pytest-cov tomli==1.2.1 - # via pep517 + # via + # coverage + # pep517 traitlets==5.1.0 # via # ipython