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 #65 from Amsterdam/feature/maintenance-2022-07-11
Browse files Browse the repository at this point in the history
Maintenance run 2022-07-11
  • Loading branch information
jklardie authored Jul 11, 2022
2 parents 36cb9a3 + 77c2253 commit bd4e5d0
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
#
# This file is autogenerated by pip-compile with python 3.10
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.5.2
# via django
certifi==2022.5.18.1
certifi==2022.6.15
# via
# requests
# sentry-sdk
charset-normalizer==2.0.12
charset-normalizer==2.1.0
# via requests
datapunt-django-snapshot==0.1.0
# via -r requirements.in
django==3.2.13
django==3.2.14
# via
# -r requirements.in
# datapunt-django-snapshot
Expand All @@ -29,13 +29,13 @@ pytz==2022.1
# via
# django
# djangorestframework
requests==2.27.1
requests==2.28.1
# via datapunt-django-snapshot
sentry-sdk==1.5.12
sentry-sdk==1.6.0
# via -r requirements.in
sqlparse==0.4.2
# via django
urllib3==1.26.9
urllib3==1.26.10
# via
# requests
# sentry-sdk
Expand Down
27 changes: 17 additions & 10 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.10
# 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 @@ -12,17 +12,21 @@ attrs==21.4.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
coverage[toml]==6.4.1
# via pytest-cov
decorator==5.1.1
# via
# ipdb
# ipython
django==4.0.5
django==4.0.6
# via django-extensions
django-extensions==3.1.5
django-extensions==3.2.0
# via -r requirements_dev.in
executing==0.8.3
# via stack-data
Expand All @@ -45,20 +49,22 @@ matplotlib-inline==0.1.3
mccabe==0.6.1
# via flake8
packaging==21.3
# via pytest
# via
# build
# pytest
parso==0.8.3
# via jedi
pep517==0.12.0
# via pip-tools
# via build
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.6.2
pip-tools==6.8.0
# via -r requirements_dev.in
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.29
prompt-toolkit==3.0.30
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -93,16 +99,17 @@ six==1.16.0
# via asttokens
sqlparse==0.4.2
# via django
stack-data==0.2.0
stack-data==0.3.0
# via ipython
toml==0.10.2
# via ipdb
tomli==2.0.1
# via
# build
# coverage
# pep517
# pytest
traitlets==5.2.2.post1
traitlets==5.3.0
# via
# ipython
# matplotlib-inline
Expand Down

0 comments on commit bd4e5d0

Please sign in to comment.