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

Commit

Permalink
Merge pull request #30 from Amsterdam/feature/maintenance-20-11-09
Browse files Browse the repository at this point in the history
Maintenance run
  • Loading branch information
snelis authored Nov 9, 2020
2 parents df4f979 + ed979f2 commit 1c1c746
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.2.10 # via django
certifi==2020.6.20 # via requests, sentry-sdk
asgiref==3.3.0 # via django
certifi==2020.11.8 # via requests, sentry-sdk
chardet==3.0.4 # via requests
datapunt-django-snapshot==0.1.0 # via -r requirements.in
django==3.1.2 # via -r requirements.in, datapunt-django-snapshot, djangorestframework
djangorestframework==3.12.1 # via -r requirements.in
django==3.1.3 # via -r requirements.in, datapunt-django-snapshot, djangorestframework
djangorestframework==3.12.2 # via -r requirements.in
idna==2.10 # via requests
psycopg2-binary==2.8.6 # via -r requirements.in
pytz==2020.1 # via django
pytz==2020.4 # via django
requests==2.24.0 # via datapunt-django-snapshot
sentry-sdk==0.19.1 # via -r requirements.in
sentry-sdk==0.19.2 # via -r requirements.in
sqlparse==0.4.1 # via django
urllib3==1.25.11 # via requests, sentry-sdk
uwsgi==2.0.19.1 # via -r requirements.in
8 changes: 4 additions & 4 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
#
attrs==20.2.0 # via pytest
attrs==20.3.0 # via pytest
backcall==0.2.0 # via ipython
click==7.1.2 # via pip-tools
coverage==5.3 # via pytest-cov
Expand All @@ -14,7 +14,7 @@ flake8==3.8.4 # via pytest-flake8
iniconfig==1.1.1 # via pytest
ipdb==0.13.4 # via -r requirements_dev.in
ipython-genutils==0.2.0 # via traitlets
ipython==7.18.1 # via -r requirements_dev.in, ipdb
ipython==7.19.0 # via -r requirements_dev.in, ipdb
isort==5.6.4 # via pytest-isort
jedi==0.17.2 # via ipython
mccabe==0.6.1 # via flake8
Expand All @@ -35,9 +35,9 @@ pytest-cov==2.10.1 # via -r requirements_dev.in
pytest-django==4.1.0 # via -r requirements_dev.in
pytest-flake8==1.0.6 # via -r requirements_dev.in
pytest-isort==1.2.0 # via -r requirements_dev.in
pytest==6.1.1 # via -r requirements_dev.in, pytest-cov, pytest-django, pytest-flake8
pytest==6.1.2 # via -r requirements_dev.in, pytest-cov, pytest-django, pytest-flake8
six==1.15.0 # via packaging, pip-tools
toml==0.10.1 # via pytest
toml==0.10.2 # via pytest
traitlets==5.0.5 # via ipython
wcwidth==0.2.5 # via prompt-toolkit

Expand Down

0 comments on commit 1c1c746

Please sign in to comment.