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 #63 from Amsterdam/feature/maintenance-2022-06-02
Browse files Browse the repository at this point in the history
Maintenance run 2022-06-02
  • Loading branch information
kramer65 authored Jun 2, 2022
2 parents 1148137 + 6ba37fc commit 36cb9a3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.5.0
asgiref==3.5.2
# via django
certifi==2021.10.8
certifi==2022.5.18.1
# via
# requests
# sentry-sdk
Expand All @@ -31,7 +31,7 @@ pytz==2022.1
# djangorestframework
requests==2.27.1
# via datapunt-django-snapshot
sentry-sdk==1.5.10
sentry-sdk==1.5.12
# via -r requirements.in
sqlparse==0.4.2
# via django
Expand Down
20 changes: 10 additions & 10 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,23 @@
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
#
asgiref==3.5.0
asgiref==3.5.2
# via django
asttokens==2.0.5
# via stack-data
attrs==21.4.0
# via pytest
backcall==0.2.0
# via ipython
click==8.1.2
click==8.1.3
# via pip-tools
coverage[toml]==6.3.2
coverage[toml]==6.4
# via pytest-cov
decorator==5.1.1
# via
# ipdb
# ipython
django==4.0.4
django==4.0.5
# via django-extensions
django-extensions==3.1.5
# 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==8.2.0
ipython==8.4.0
# via
# -r requirements_dev.in
# ipdb
Expand All @@ -54,7 +54,7 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.6.0
pip-tools==6.6.2
# via -r requirements_dev.in
pluggy==1.0.0
# via pytest
Expand All @@ -70,11 +70,11 @@ pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.11.2
pygments==2.12.0
# via ipython
pyparsing==3.0.8
pyparsing==3.0.9
# via packaging
pytest==7.1.1
pytest==7.1.2
# via
# -r requirements_dev.in
# pytest-cov
Expand Down Expand Up @@ -102,7 +102,7 @@ tomli==2.0.1
# coverage
# pep517
# pytest
traitlets==5.1.1
traitlets==5.2.2.post1
# via
# ipython
# matplotlib-inline
Expand Down

0 comments on commit 36cb9a3

Please sign in to comment.