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-07-10
Browse files Browse the repository at this point in the history
  • Loading branch information
jjbeekman committed Jul 10, 2023
1 parent c99f7cb commit 7d99887
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ certifi==2023.5.7
# via sentry-sdk
defusedxml==0.7.1
# via djangorestframework-xml
django==4.1.9
django==4.1.10
# via
# -r requirements.in
# django-extensions
Expand All @@ -36,7 +36,7 @@ pytz==2023.3
# via
# -r requirements.in
# djangorestframework
sentry-sdk==1.25.1
sentry-sdk==1.28.0
# via -r requirements.in
six==1.16.0
# via djangorestframework-csv
Expand Down
20 changes: 10 additions & 10 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ certifi==2023.5.7
# via
# -r ./requirements.txt
# sentry-sdk
click==8.1.3
click==8.1.4
# via
# black
# pip-tools
Expand All @@ -36,7 +36,7 @@ defusedxml==0.7.1
# via
# -r ./requirements.txt
# djangorestframework-xml
django==4.1.9
django==4.1.10
# via
# -r ./requirements.txt
# django-extensions
Expand Down Expand Up @@ -69,7 +69,7 @@ factory-boy==3.2.1
# via
# -r requirements_dev.in
# pytest-factoryboy
faker==18.10.1
faker==18.13.0
# via factory-boy
inflection==0.5.1
# via pytest-factoryboy
Expand Down Expand Up @@ -100,13 +100,13 @@ pexpect==4.8.0
# via ipython
pickleshare==0.7.5
# via ipython
pip-tools==6.13.0
pip-tools==6.14.0
# via -r requirements_dev.in
platformdirs==3.5.3
platformdirs==3.8.1
# via black
pluggy==1.0.0
pluggy==1.2.0
# via pytest
prompt-toolkit==3.0.38
prompt-toolkit==3.0.39
# via ipython
psycopg2-binary==2.9.6
# via -r ./requirements.txt
Expand All @@ -118,7 +118,7 @@ pygments==2.15.1
# via ipython
pyproject-hooks==1.0.0
# via build
pytest==7.3.2
pytest==7.4.0
# via
# -r requirements_dev.in
# pytest-cov
Expand All @@ -136,7 +136,7 @@ pytz==2023.3
# via
# -r ./requirements.txt
# djangorestframework
sentry-sdk==1.25.1
sentry-sdk==1.28.0
# via -r ./requirements.txt
six==1.16.0
# via
Expand All @@ -153,7 +153,7 @@ traitlets==5.9.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.6.3
typing-extensions==4.7.1
# via pytest-factoryboy
unicodecsv==0.14.1
# via
Expand Down

0 comments on commit 7d99887

Please sign in to comment.