Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Maintenance run 2023-11-15
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman authored and Vakgroep SO Dependabot committed Nov 15, 2023
1 parent 5e2914c commit d7dd387
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.7.22
# via sentry-sdk
defusedxml==0.7.1
# via djangorestframework-xml
django==4.1.12
django==4.1.13
# via
# -r requirements.in
# django-extensions
Expand All @@ -36,11 +36,11 @@ pytz==2023.3.post1
# via
# -r requirements.in
# djangorestframework
sentry-sdk==1.33.1
sentry-sdk==1.35.0
# via -r requirements.in
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
urllib3==2.0.7
urllib3==2.1.0
# via sentry-sdk
18 changes: 9 additions & 9 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.7.2
# django
asttokens==2.4.1
# via stack-data
black==23.10.1
black==23.11.0
# via -r requirements_dev.in
build==1.0.3
# via pip-tools
Expand All @@ -34,7 +34,7 @@ defusedxml==0.7.1
# via
# -r ./requirements.txt
# djangorestframework-xml
django==4.1.12
django==4.1.13
# via
# -r ./requirements.txt
# django-extensions
Expand Down Expand Up @@ -71,7 +71,7 @@ factory-boy==3.3.0
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==19.12.1
faker==20.0.3
# via factory-boy
inflection==0.5.1
# via pytest-factoryboy
Expand Down Expand Up @@ -102,11 +102,11 @@ pexpect==4.8.0
# via ipython
pip-tools==7.3.0
# via -r requirements_dev.in
platformdirs==3.11.0
platformdirs==4.0.0
# via black
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
prompt-toolkit==3.0.41
# via ipython
psycopg2-binary==2.9.9
# via -r ./requirements.txt
Expand All @@ -126,7 +126,7 @@ pytest==7.4.3
# pytest-factoryboy
pytest-cov==4.1.0
# via -r requirements_dev.in
pytest-django==4.6.0
pytest-django==4.7.0
# via -r requirements_dev.in
pytest-factoryboy==2.6.0
# via -r requirements_dev.in
Expand All @@ -136,7 +136,7 @@ pytz==2023.3.post1
# via
# -r ./requirements.txt
# djangorestframework
sentry-sdk==1.33.1
sentry-sdk==1.35.0
# via -r ./requirements.txt
six==1.16.0
# via
Expand Down Expand Up @@ -167,11 +167,11 @@ typing-extensions==4.8.0
# asgiref
# black
# pytest-factoryboy
urllib3==2.0.7
urllib3==2.1.0
# via
# -r ./requirements.txt
# sentry-sdk
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
wheel==0.41.3
# via pip-tools
Expand Down

0 comments on commit d7dd387

Please sign in to comment.