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-01
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman authored and Vakgroep SO Dependabot committed Nov 1, 2023
1 parent 51b7d21 commit 5ee7ab3
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 31 deletions.
10 changes: 3 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ djangorestframework==3.14.0
# djangorestframework-csv
# drf-amsterdam
# drf-extensions
djangorestframework-csv==2.1.1
djangorestframework-csv==3.0.1
# via drf-amsterdam
djangorestframework-xml==2.0.0
# via drf-amsterdam
Expand All @@ -36,15 +36,11 @@ pytz==2023.3.post1
# via
# -r requirements.in
# djangorestframework
sentry-sdk==1.32.0
sentry-sdk==1.33.1
# via -r requirements.in
six==1.16.0
# via djangorestframework-csv
sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
unicodecsv==0.14.1
# via djangorestframework-csv
urllib3==2.0.6
urllib3==2.0.7
# via sentry-sdk
40 changes: 16 additions & 24 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,9 @@ asgiref==3.7.2
# via
# -r ./requirements.txt
# django
asttokens==2.4.0
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
black==23.9.1
black==23.10.1
# via -r requirements_dev.in
build==1.0.3
# via pip-tools
Expand All @@ -25,7 +23,9 @@ click==8.1.7
# black
# pip-tools
coverage[toml]==7.3.2
# via pytest-cov
# via
# coverage
# pytest-cov
decorator==5.1.1
# via
# ipdb
Expand All @@ -47,7 +47,7 @@ djangorestframework==3.14.0
# djangorestframework-csv
# drf-amsterdam
# drf-extensions
djangorestframework-csv==2.1.1
djangorestframework-csv==3.0.1
# via
# -r ./requirements.txt
# drf-amsterdam
Expand All @@ -65,21 +65,21 @@ exceptiongroup==1.1.3
# via
# ipython
# pytest
executing==2.0.0
executing==2.0.1
# via stack-data
factory-boy==3.3.0
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==19.10.0
faker==19.12.1
# via factory-boy
inflection==0.5.1
# via pytest-factoryboy
iniconfig==2.0.0
# via pytest
ipdb==0.13.13
# via -r requirements_dev.in
ipython==8.16.1
ipython==8.17.2
# via ipdb
isort==5.12.0
# via -r requirements_dev.in
Expand All @@ -100,8 +100,6 @@ pathspec==0.11.2
# via black
pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==7.3.0
# via -r requirements_dev.in
platformdirs==3.11.0
Expand All @@ -120,15 +118,15 @@ pygments==2.16.1
# via ipython
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements_dev.in
# pytest-cov
# pytest-django
# pytest-factoryboy
pytest-cov==4.1.0
# via -r requirements_dev.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements_dev.in
pytest-factoryboy==2.6.0
# via -r requirements_dev.in
Expand All @@ -138,13 +136,11 @@ pytz==2023.3.post1
# via
# -r ./requirements.txt
# djangorestframework
sentry-sdk==1.32.0
sentry-sdk==1.33.1
# via -r ./requirements.txt
six==1.16.0
# via
# -r ./requirements.txt
# asttokens
# djangorestframework-csv
# python-dateutil
sqlparse==0.4.4
# via
Expand All @@ -161,7 +157,7 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
traitlets==5.11.2
traitlets==5.13.0
# via
# ipython
# matplotlib-inline
Expand All @@ -171,17 +167,13 @@ typing-extensions==4.8.0
# asgiref
# black
# pytest-factoryboy
unicodecsv==0.14.1
# via
# -r ./requirements.txt
# djangorestframework-csv
urllib3==2.0.6
urllib3==2.0.7
# via
# -r ./requirements.txt
# sentry-sdk
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
wheel==0.41.2
wheel==0.41.3
# via pip-tools

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

0 comments on commit 5ee7ab3

Please sign in to comment.