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-09-15
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman authored and Vakgroep SO Dependabot committed Sep 15, 2023
1 parent 0265de4 commit 58bd7d7
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 21 deletions.
10 changes: 6 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements.txt requirements.in
Expand All @@ -10,7 +10,7 @@ certifi==2023.7.22
# via sentry-sdk
defusedxml==0.7.1
# via djangorestframework-xml
django==4.1.10
django==4.1.11
# via
# -r requirements.in
# django-extensions
Expand All @@ -32,16 +32,18 @@ drf-extensions==0.7.1
# via drf-amsterdam
psycopg2-binary==2.9.7
# via -r requirements.in
pytz==2023.3
pytz==2023.3.post1
# via
# -r requirements.in
# djangorestframework
sentry-sdk==1.29.2
sentry-sdk==1.31.0
# via -r requirements.in
six==1.16.0
# via djangorestframework-csv
sqlparse==0.4.4
# via django
typing-extensions==4.7.1
# via asgiref
unicodecsv==0.14.1
# via djangorestframework-csv
urllib3==2.0.4
Expand Down
49 changes: 32 additions & 17 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile --output-file=requirements_dev.txt requirements_dev.in
#
appnope==0.1.3
# via ipython
asgiref==3.7.2
# via
# -r ./requirements.txt
# django
asttokens==2.2.1
asttokens==2.4.0
# via stack-data
backcall==0.2.0
# via ipython
black==23.7.0
black==23.9.1
# via -r requirements_dev.in
build==0.10.0
build==1.0.3
# via pip-tools
certifi==2023.7.22
# via
Expand All @@ -26,7 +24,7 @@ click==8.1.7
# via
# black
# pip-tools
coverage[toml]==7.3.0
coverage[toml]==7.3.1
# via pytest-cov
decorator==5.1.1
# via
Expand All @@ -36,7 +34,7 @@ defusedxml==0.7.1
# via
# -r ./requirements.txt
# djangorestframework-xml
django==4.1.10
django==4.1.11
# via
# -r ./requirements.txt
# django-extensions
Expand All @@ -63,21 +61,25 @@ drf-extensions==0.7.1
# via
# -r ./requirements.txt
# drf-amsterdam
exceptiongroup==1.1.3
# via
# ipython
# pytest
executing==1.2.0
# via stack-data
factory-boy==3.3.0
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==19.3.0
faker==19.6.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.14.0
ipython==8.15.0
# via ipdb
isort==5.12.0
# via -r requirements_dev.in
Expand All @@ -104,7 +106,7 @@ pip-tools==7.3.0
# via -r requirements_dev.in
platformdirs==3.10.0
# via black
pluggy==1.2.0
pluggy==1.3.0
# via pytest
prompt-toolkit==3.0.39
# via ipython
Expand All @@ -118,7 +120,7 @@ pygments==2.16.1
# via ipython
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
pytest==7.4.2
# via
# -r requirements_dev.in
# pytest-cov
Expand All @@ -132,11 +134,11 @@ pytest-factoryboy==2.5.1
# via -r requirements_dev.in
python-dateutil==2.8.2
# via faker
pytz==2023.3
pytz==2023.3.post1
# via
# -r ./requirements.txt
# djangorestframework
sentry-sdk==1.29.2
sentry-sdk==1.31.0
# via -r ./requirements.txt
six==1.16.0
# via
Expand All @@ -150,12 +152,25 @@ sqlparse==0.4.4
# django
stack-data==0.6.2
# via ipython
traitlets==5.9.0
tomli==2.0.1
# via
# black
# build
# coverage
# ipdb
# pip-tools
# pyproject-hooks
# pytest
traitlets==5.10.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.7.1
# via pytest-factoryboy
# via
# -r ./requirements.txt
# asgiref
# black
# pytest-factoryboy
unicodecsv==0.14.1
# via
# -r ./requirements.txt
Expand All @@ -166,7 +181,7 @@ urllib3==2.0.4
# sentry-sdk
wcwidth==0.2.6
# via prompt-toolkit
wheel==0.41.1
wheel==0.41.2
# via pip-tools

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

0 comments on commit 58bd7d7

Please sign in to comment.