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 #70 from Amsterdam/feature/maintenance-2022-10-24
Browse files Browse the repository at this point in the history
Maintenance run 2022-10-24
  • Loading branch information
TijsdeKler authored Oct 24, 2022
2 parents 6415a05 + f9f047d commit 12de377
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 20 deletions.
18 changes: 9 additions & 9 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
#
# This file is autogenerated by pip-compile with python 3.8
# This file is autogenerated by pip-compile with python 3.10
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.5.2
# via django
certifi==2022.6.15.1
certifi==2022.9.24
# via
# requests
# sentry-sdk
charset-normalizer==2.1.1
# via requests
datapunt-django-snapshot==0.1.0
# via -r requirements.in
django==3.2.15
django==3.2.16
# via
# -r requirements.in
# datapunt-django-snapshot
# djangorestframework
djangorestframework==3.13.1
djangorestframework==3.14.0
# via -r requirements.in
idna==3.3
idna==3.4
# via requests
psycopg2-binary==2.9.3
psycopg2-binary==2.9.4
# via -r requirements.in
pytz==2022.2.1
pytz==2022.5
# via
# django
# djangorestframework
requests==2.28.1
# via datapunt-django-snapshot
sentry-sdk==1.9.8
sentry-sdk==1.10.1
# via -r requirements.in
sqlparse==0.4.2
sqlparse==0.4.3
# via django
urllib3==1.26.12
# via
Expand Down
20 changes: 9 additions & 11 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 with python 3.10
# To update, run:
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
Expand All @@ -12,23 +12,21 @@ attrs==22.1.0
# via pytest
backcall==0.2.0
# via ipython
backports-zoneinfo==0.2.1
# via django
build==0.8.0
# via pip-tools
click==8.1.3
# via pip-tools
coverage[toml]==6.4.4
coverage[toml]==6.5.0
# via pytest-cov
decorator==5.1.1
# via
# ipdb
# ipython
django==4.1.1
django==4.1.2
# via django-extensions
django-extensions==3.2.1
# via -r requirements_dev.in
executing==1.0.0
executing==1.1.1
# via stack-data
flake8==4.0.1
# via
Expand Down Expand Up @@ -62,7 +60,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.8.0
pip-tools==6.9.0
# via -r requirements_dev.in
pluggy==1.0.0
# via pytest
Expand All @@ -89,7 +87,7 @@ pytest==7.1.3
# pytest-django
# pytest-flake8
# pytest-isort
pytest-cov==3.0.0
pytest-cov==4.0.0
# via -r requirements_dev.in
pytest-django==4.5.2
# via -r requirements_dev.in
Expand All @@ -99,9 +97,9 @@ pytest-isort==3.0.0
# via -r requirements_dev.in
six==1.16.0
# via asttokens
sqlparse==0.4.2
sqlparse==0.4.3
# via django
stack-data==0.5.0
stack-data==0.5.1
# via ipython
toml==0.10.2
# via ipdb
Expand All @@ -111,7 +109,7 @@ tomli==2.0.1
# coverage
# pep517
# pytest
traitlets==5.3.0
traitlets==5.5.0
# via
# ipython
# matplotlib-inline
Expand Down

0 comments on commit 12de377

Please sign in to comment.