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 #54 from Amsterdam/feature/maintenance-2022-01-10
Browse files Browse the repository at this point in the history
Maintenance run 2022-01-10
  • Loading branch information
kramer65 authored Jan 10, 2022
2 parents 0487fa0 + 94d29ea commit b645339
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 24 deletions.
20 changes: 11 additions & 9 deletions requirements.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.txt requirements.in
Expand All @@ -10,30 +10,32 @@ certifi==2021.10.8
# via
# requests
# sentry-sdk
charset-normalizer==2.0.9
charset-normalizer==2.0.10
# via requests
datapunt-django-snapshot==0.1.0
# via -r requirements.in
django==3.2.10
django==3.2.11
# via
# -r requirements.in
# datapunt-django-snapshot
# djangorestframework
djangorestframework==3.12.4
djangorestframework==3.13.1
# via -r requirements.in
idna==3.3
# via requests
psycopg2-binary==2.9.2
psycopg2-binary==2.9.3
# via -r requirements.in
pytz==2021.3
# via django
requests==2.26.0
# via
# django
# djangorestframework
requests==2.27.1
# via datapunt-django-snapshot
sentry-sdk==1.5.0
sentry-sdk==1.5.1
# via -r requirements.in
sqlparse==0.4.2
# via django
urllib3==1.26.7
urllib3==1.26.8
# via
# requests
# sentry-sdk
Expand Down
30 changes: 15 additions & 15 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#
# 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
#
asgiref==3.4.1
# via django
attrs==21.2.0
attrs==21.4.0
# via pytest
backcall==0.2.0
# via ipython
Expand All @@ -16,14 +16,14 @@ click==8.0.3
# via pip-tools
coverage[toml]==6.2
# via pytest-cov
decorator==5.1.0
decorator==5.1.1
# via
# ipdb
# ipython
django==4.0
# via django-extensions
django-extensions==3.1.5
# via -r requirements_dev.in
django==4.0.1
# via django-extensions
flake8==3.9.2
# via
# -r requirements_dev.in
Expand All @@ -32,7 +32,7 @@ iniconfig==1.1.1
# via pytest
ipdb==0.13.9
# via -r requirements_dev.in
ipython==7.30.1
ipython==7.31.0
# via
# -r requirements_dev.in
# ipdb
Expand Down Expand Up @@ -68,16 +68,10 @@ pycodestyle==2.7.0
# via flake8
pyflakes==2.3.1
# via flake8
pygments==2.10.0
pygments==2.11.2
# via ipython
pyparsing==3.0.6
# via packaging
pytest==6.2.5
# via
# -r requirements_dev.in
# pytest-cov
# pytest-django
# pytest-flake8
pytest-cov==3.0.0
# via -r requirements_dev.in
pytest-django==4.5.2
Expand All @@ -86,13 +80,19 @@ pytest-flake8==1.0.7
# via -r requirements_dev.in
pytest-isort==2.0.0
# via -r requirements_dev.in
pytest==6.2.5
# via
# -r requirements_dev.in
# pytest-cov
# pytest-django
# pytest-flake8
sqlparse==0.4.2
# via django
toml==0.10.2
# via
# ipdb
# pytest
tomli==1.2.2
tomli==2.0.0
# via
# coverage
# pep517
Expand All @@ -102,7 +102,7 @@ traitlets==5.1.1
# matplotlib-inline
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.37.0
wheel==0.37.1
# via pip-tools

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

0 comments on commit b645339

Please sign in to comment.