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 #46 from Amsterdam/feature/maintenance-2021-08-02
Browse files Browse the repository at this point in the history
Maintenance run 2021-08-02
  • Loading branch information
snelis authored Aug 2, 2021
2 parents 944f73b + 366c51e commit a4263af
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,32 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.4.0
asgiref==3.4.1
# via django
certifi==2021.5.30
# via
# requests
# sentry-sdk
chardet==4.0.0
charset-normalizer==2.0.4
# via requests
datapunt-django-snapshot==0.1.0
# via -r requirements.in
django==3.2.4
django==3.2.6
# via
# -r requirements.in
# datapunt-django-snapshot
# djangorestframework
djangorestframework==3.12.4
# via -r requirements.in
idna==2.10
idna==3.2
# via requests
psycopg2-binary==2.9.1
# via -r requirements.in
pytz==2021.1
# via django
requests==2.25.1
requests==2.26.0
# via datapunt-django-snapshot
sentry-sdk==1.1.0
sentry-sdk==1.3.1
# via -r requirements.in
sqlparse==0.4.1
# via django
Expand Down
15 changes: 8 additions & 7 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
#
asgiref==3.4.0
asgiref==3.4.1
# via django
attrs==21.2.0
# via pytest
Expand All @@ -20,7 +20,7 @@ decorator==5.0.9
# ipython
django-extensions==3.1.3
# via -r requirements_dev.in
django==3.2.4
django==3.2.6
# via django-extensions
flake8==3.9.2
# via pytest-flake8
Expand All @@ -30,23 +30,23 @@ ipdb==0.13.9
# via -r requirements_dev.in
ipython-genutils==0.2.0
# via traitlets
ipython==7.25.0
ipython==7.26.0
# via
# -r requirements_dev.in
# ipdb
isort==5.9.1
isort==5.9.3
# via pytest-isort
jedi==0.18.0
# via ipython
matplotlib-inline==0.1.2
# via ipython
mccabe==0.6.1
# via flake8
packaging==20.9
packaging==21.0
# via pytest
parso==0.8.2
# via jedi
pep517==0.10.0
pep517==0.11.0
# via pip-tools
pexpect==4.8.0
# via ipython
Expand Down Expand Up @@ -91,9 +91,10 @@ sqlparse==0.4.1
toml==0.10.2
# via
# ipdb
# pep517
# pytest
# pytest-cov
tomli==1.2.0
# via pep517
traitlets==5.0.5
# via
# ipython
Expand Down

0 comments on commit a4263af

Please sign in to comment.