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 #71 from Amsterdam/feature/maintenance-2022-11-14
Browse files Browse the repository at this point in the history
Maintenance run 2022-11-14
  • Loading branch information
TijsdeKler authored Nov 14, 2022
2 parents 12de377 + a276633 commit d03bd9f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ djangorestframework==3.14.0
# via -r requirements.in
idna==3.4
# via requests
psycopg2-binary==2.9.4
psycopg2-binary==2.9.5
# via -r requirements.in
pytz==2022.5
pytz==2022.6
# via
# django
# djangorestframework
Expand All @@ -39,5 +39,5 @@ urllib3==1.26.12
# via
# requests
# sentry-sdk
uwsgi==2.0.20
uwsgi==2.0.21
# via -r requirements.in
26 changes: 13 additions & 13 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
#
asgiref==3.5.2
# via django
asttokens==2.0.8
asttokens==2.1.0
# via stack-data
attrs==22.1.0
# via pytest
backcall==0.2.0
# via ipython
build==0.8.0
build==0.9.0
# via pip-tools
click==8.1.3
# via pip-tools
Expand All @@ -22,11 +22,13 @@ decorator==5.1.1
# via
# ipdb
# ipython
django==4.1.2
django==4.1.3
# via django-extensions
django-extensions==3.2.1
# via -r requirements_dev.in
executing==1.1.1
exceptiongroup==1.0.2
# via pytest
executing==1.2.0
# via stack-data
flake8==4.0.1
# via
Expand All @@ -36,7 +38,7 @@ iniconfig==1.1.1
# via pytest
ipdb==0.13.9
# via -r requirements_dev.in
ipython==8.5.0
ipython==8.6.0
# via
# -r requirements_dev.in
# ipdb
Expand All @@ -60,18 +62,16 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.9.0
pip-tools==6.10.0
# via -r requirements_dev.in
pluggy==1.0.0
# via pytest
prompt-toolkit==3.0.31
prompt-toolkit==3.0.32
# via ipython
ptyprocess==0.7.0
# via pexpect
pure-eval==0.2.2
# via stack-data
py==1.11.0
# via pytest
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
Expand All @@ -80,7 +80,7 @@ pygments==2.13.0
# via ipython
pyparsing==3.0.9
# via packaging
pytest==7.1.3
pytest==7.2.0
# via
# -r requirements_dev.in
# pytest-cov
Expand All @@ -93,13 +93,13 @@ pytest-django==4.5.2
# via -r requirements_dev.in
pytest-flake8==1.1.1
# via -r requirements_dev.in
pytest-isort==3.0.0
pytest-isort==3.1.0
# via -r requirements_dev.in
six==1.16.0
# via asttokens
sqlparse==0.4.3
# via django
stack-data==0.5.1
stack-data==0.6.1
# via ipython
toml==0.10.2
# via ipdb
Expand All @@ -115,7 +115,7 @@ traitlets==5.5.0
# matplotlib-inline
wcwidth==0.2.5
# via prompt-toolkit
wheel==0.37.1
wheel==0.38.4
# via pip-tools

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

0 comments on commit d03bd9f

Please sign in to comment.