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 #66 from Amsterdam/feature/maintenance-2022-08-01
Browse files Browse the repository at this point in the history
Maintenance run 2022-08-01
  • Loading branch information
kramer65 authored Aug 1, 2022
2 parents bd4e5d0 + e2aef3e commit bded590
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ pytz==2022.1
# djangorestframework
requests==2.28.1
# via datapunt-django-snapshot
sentry-sdk==1.6.0
sentry-sdk==1.9.0
# via -r requirements.in
sqlparse==0.4.2
# via django
urllib3==1.26.10
urllib3==1.26.11
# via
# requests
# sentry-sdk
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ipdb
# Test and lint packages
pytest
pytest-django
flake8<5 # pytest-flake8 compatability problems
pytest-flake8
pytest-isort
pytest-cov
12 changes: 7 additions & 5 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ asgiref==3.5.2
# via django
asttokens==2.0.5
# via stack-data
attrs==21.4.0
attrs==22.1.0
# via pytest
backcall==0.2.0
# via ipython
Expand All @@ -18,7 +18,7 @@ build==0.8.0
# via pip-tools
click==8.1.3
# via pip-tools
coverage[toml]==6.4.1
coverage[toml]==6.4.2
# via pytest-cov
decorator==5.1.1
# via
Expand All @@ -28,10 +28,12 @@ django==4.0.6
# via django-extensions
django-extensions==3.2.0
# via -r requirements_dev.in
executing==0.8.3
executing==0.9.1
# via stack-data
flake8==4.0.1
# via pytest-flake8
# via
# -r requirements_dev.in
# pytest-flake8
iniconfig==1.1.1
# via pytest
ipdb==0.13.9
Expand All @@ -54,7 +56,7 @@ packaging==21.3
# pytest
parso==0.8.3
# via jedi
pep517==0.12.0
pep517==0.13.0
# via build
pexpect==4.8.0
# via ipython
Expand Down

0 comments on commit bded590

Please sign in to comment.