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-06-12
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman committed Jun 12, 2023
1 parent 1f110b8 commit 8ab495b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=requirements.txt requirements.in
#
asgiref==3.6.0
asgiref==3.7.2
# via django
certifi==2023.5.7
# via sentry-sdk
Expand All @@ -15,7 +15,7 @@ django==4.1.9
# -r requirements.in
# django-extensions
# djangorestframework
django-extensions==3.2.1
django-extensions==3.2.3
# via -r requirements.in
djangorestframework==3.14.0
# via
Expand All @@ -36,13 +36,13 @@ pytz==2023.3
# via
# -r requirements.in
# djangorestframework
sentry-sdk==1.22.2
sentry-sdk==1.25.1
# via -r requirements.in
six==1.16.0
# via djangorestframework-csv
sqlparse==0.4.4
# via django
unicodecsv==0.14.1
# via djangorestframework-csv
urllib3==1.26.15
urllib3==2.0.3
# via sentry-sdk
22 changes: 11 additions & 11 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
appnope==0.1.3
# via ipython
asgiref==3.6.0
asgiref==3.7.2
# via
# -r ./requirements.txt
# django
Expand All @@ -26,7 +26,7 @@ click==8.1.3
# via
# black
# pip-tools
coverage[toml]==7.2.5
coverage[toml]==7.2.7
# via pytest-cov
decorator==5.1.1
# via
Expand All @@ -41,7 +41,7 @@ django==4.1.9
# -r ./requirements.txt
# django-extensions
# djangorestframework
django-extensions==3.2.1
django-extensions==3.2.3
# via -r ./requirements.txt
djangorestframework==3.14.0
# via
Expand Down Expand Up @@ -69,15 +69,15 @@ factory-boy==3.2.1
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==18.7.0
faker==18.10.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.13.2
ipython==8.14.0
# via ipdb
isort==5.12.0
# via -r requirements_dev.in
Expand All @@ -102,7 +102,7 @@ pickleshare==0.7.5
# via ipython
pip-tools==6.13.0
# via -r requirements_dev.in
platformdirs==3.5.1
platformdirs==3.5.3
# via black
pluggy==1.0.0
# via pytest
Expand All @@ -118,13 +118,13 @@ pygments==2.15.1
# via ipython
pyproject-hooks==1.0.0
# via build
pytest==7.3.1
pytest==7.3.2
# via
# -r requirements_dev.in
# pytest-cov
# pytest-django
# pytest-factoryboy
pytest-cov==4.0.0
pytest-cov==4.1.0
# via -r requirements_dev.in
pytest-django==4.5.2
# via -r requirements_dev.in
Expand All @@ -136,7 +136,7 @@ pytz==2023.3
# via
# -r ./requirements.txt
# djangorestframework
sentry-sdk==1.22.2
sentry-sdk==1.25.1
# via -r ./requirements.txt
six==1.16.0
# via
Expand All @@ -153,13 +153,13 @@ traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.5.0
typing-extensions==4.6.3
# via pytest-factoryboy
unicodecsv==0.14.1
# via
# -r ./requirements.txt
# djangorestframework-csv
urllib3==1.26.15
urllib3==2.0.3
# via
# -r ./requirements.txt
# sentry-sdk
Expand Down

0 comments on commit 8ab495b

Please sign in to comment.