Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
japauliina committed Nov 3, 2023
1 parent a5bdf3b commit c55e754
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
#
# pip-compile requirements-dev.in
#
asttokens==2.4.0
asttokens==2.4.1
# via stack-data
backcall==0.2.0
# via ipython
decorator==5.1.1
# via ipython
executing==2.0.0
executing==2.0.1
# via stack-data
ipython==8.12.3
# via -r requirements-dev.in
Expand All @@ -36,11 +36,11 @@ six==1.16.0
# via asttokens
stack-data==0.6.3
# via ipython
traitlets==5.11.2
traitlets==5.13.0
# via
# ipython
# matplotlib-inline
typing-extensions==4.8.0
# via ipython
wcwidth==0.2.8
wcwidth==0.2.9
# via prompt-toolkit
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ attrs==23.1.0
# requests-cache
backports-zoneinfo==0.2.1
# via django
black==23.10.0
black==23.10.1
# via -r requirements.in
bmi-arcgis-restapi==2.4.5
# via -r requirements.in
Expand All @@ -24,7 +24,7 @@ certifi==2023.7.22
# via
# requests
# sentry-sdk
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via
Expand All @@ -34,7 +34,7 @@ coverage[toml]==7.3.2
# via
# coverage
# pytest-cov
django==4.2.6
django==4.2.7
# via
# -r requirements.in
# django-cors-headers
Expand Down Expand Up @@ -128,13 +128,13 @@ pyflakes==3.1.0
# via flake8
pyproject-hooks==1.0.0
# via build
pytest==7.4.2
pytest==7.4.3
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements.in
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements.in
python-dateutil==2.8.2
# via -r requirements.in
Expand All @@ -155,7 +155,7 @@ requests-cache==1.1.0
# via -r requirements.in
requests-mock==1.11.0
# via -r requirements.in
sentry-sdk==1.32.0
sentry-sdk==1.34.0
# via -r requirements.in
six==1.16.0
# via
Expand Down Expand Up @@ -189,7 +189,7 @@ urllib3==2.0.7
# requests
# requests-cache
# sentry-sdk
wheel==0.41.2
wheel==0.41.3
# via pip-tools
whitenoise==6.6.0
# via -r requirements.in
Expand Down

0 comments on commit c55e754

Please sign in to comment.