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 #48 from Amsterdam/feature/maintenance-2021-09-27
Browse files Browse the repository at this point in the history
Maintenance run 2021-09-27
  • Loading branch information
kramer65 authored Sep 27, 2021
2 parents a4263af + 9ea67e6 commit 760016c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 28 deletions.
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -10,11 +10,11 @@ certifi==2021.5.30
# via
# requests
# sentry-sdk
charset-normalizer==2.0.4
charset-normalizer==2.0.6
# via requests
datapunt-django-snapshot==0.1.0
# via -r requirements.in
django==3.2.6
django==3.2.7
# via
# -r requirements.in
# datapunt-django-snapshot
Expand All @@ -29,11 +29,11 @@ pytz==2021.1
# via django
requests==2.26.0
# via datapunt-django-snapshot
sentry-sdk==1.3.1
sentry-sdk==1.4.1
# via -r requirements.in
sqlparse==0.4.1
sqlparse==0.4.2
# via django
urllib3==1.26.6
urllib3==1.26.7
# via
# requests
# sentry-sdk
Expand Down
42 changes: 20 additions & 22 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
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
Expand All @@ -14,31 +14,29 @@ click==8.0.1
# via pip-tools
coverage==5.5
# via pytest-cov
decorator==5.0.9
decorator==5.1.0
# via
# ipdb
# ipython
django==3.2.7
# via django-extensions
django-extensions==3.1.3
# via -r requirements_dev.in
django==3.2.6
# via django-extensions
flake8==3.9.2
# via pytest-flake8
iniconfig==1.1.1
# via pytest
ipdb==0.13.9
# via -r requirements_dev.in
ipython-genutils==0.2.0
# via traitlets
ipython==7.26.0
ipython==7.28.0
# via
# -r requirements_dev.in
# ipdb
isort==5.9.3
# via pytest-isort
jedi==0.18.0
# via ipython
matplotlib-inline==0.1.2
matplotlib-inline==0.1.3
# via ipython
mccabe==0.6.1
# via flake8
Expand All @@ -52,11 +50,11 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.2.0
pip-tools==6.3.0
# via -r requirements_dev.in
pluggy==0.13.1
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.19
prompt-toolkit==3.0.20
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand All @@ -66,10 +64,16 @@ pycodestyle==2.7.0
# via flake8
pyflakes==2.3.1
# via flake8
pygments==2.9.0
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
# via -r requirements_dev.in
pytest-django==4.4.0
Expand All @@ -78,30 +82,24 @@ pytest-flake8==1.0.7
# via -r requirements_dev.in
pytest-isort==2.0.0
# via -r requirements_dev.in
pytest==6.2.4
# via
# -r requirements_dev.in
# pytest-cov
# pytest-django
# pytest-flake8
pytz==2021.1
# via django
sqlparse==0.4.1
sqlparse==0.4.2
# via django
toml==0.10.2
# via
# ipdb
# pytest
# pytest-cov
tomli==1.2.0
tomli==1.2.1
# via pep517
traitlets==5.0.5
traitlets==5.1.0
# via
# ipython
# matplotlib-inline
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.36.2
wheel==0.37.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 760016c

Please sign in to comment.