Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Maintenance run 2021-10-18 #49

Merged
merged 1 commit into from
Oct 18, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,41 +1,41 @@
#
# 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
urllib3==1.26.7
# via
# requests
# sentry-sdk
uwsgi==2.0.19.1
uwsgi==2.0.20
# via -r requirements.in
41 changes: 21 additions & 20 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -60,39 +60,40 @@ 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
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
toml==0.10.2
# via
# ipdb
# pytest
# pytest-cov
tomli==1.2.1
# via pep517
# via
# coverage
# pep517
traitlets==5.1.0
# via
# ipython
Expand Down