Skip to content

Commit

Permalink
Upgrade requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
japauliina authored and mhieta committed Feb 22, 2024
1 parent 2f40751 commit 247bc2c
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 24 deletions.
14 changes: 5 additions & 9 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
#
asttokens==2.4.1
# via stack-data
certifi==2023.11.17
certifi==2024.2.2
# via requests
cffi==1.16.0
# via
# cryptography
# pynacl
charset-normalizer==3.3.2
# via requests
cryptography==42.0.1
cryptography==42.0.3
# via pyjwt
decorator==5.1.1
# via ipython
Expand All @@ -26,7 +26,7 @@ executing==2.0.1
# via stack-data
idna==3.6
# via requests
ipython==8.20.0
ipython==8.21.0
# via -r requirements-dev.in
jedi==0.19.1
# via ipython
Expand All @@ -44,7 +44,7 @@ pure-eval==0.2.2
# via stack-data
pycparser==2.21
# via cffi
pygithub==2.1.1
pygithub==2.2.0
# via -r requirements-dev.in
pygments==2.17.2
# via ipython
Expand All @@ -54,14 +54,10 @@ pyjwt[crypto]==2.8.0
# pyjwt
pynacl==1.5.0
# via pygithub
python-dateutil==2.8.2
# via pygithub
requests==2.31.0
# via pygithub
six==1.16.0
# via
# asttokens
# python-dateutil
# via asttokens
stack-data==0.6.3
# via ipython
traitlets==5.14.1
Expand Down
32 changes: 17 additions & 15 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ attrs==23.2.0
# jsonschema
# referencing
# requests-cache
black==24.1.1
black==24.2.0
# via -r requirements.in
bmi-arcgis-restapi==2.4.5
bmi-arcgis-restapi==2.4.7
# via -r requirements.in
build==1.0.3
# via pip-tools
cattrs==23.2.3
# via requests-cache
certifi==2023.11.17
certifi==2024.2.2
# via
# requests
# sentry-sdk
Expand All @@ -36,7 +36,7 @@ coverage[toml]==7.4.1
# via
# coverage
# pytest-cov
django==5.0.1
django==5.0.2
# via
# -r requirements.in
# django-cors-headers
Expand Down Expand Up @@ -127,9 +127,9 @@ pathspec==0.12.1
# via black
pep8-naming==0.13.3
# via -r requirements.in
pip-tools==7.3.0
pip-tools==7.4.0
# via -r requirements.in
platformdirs==4.1.0
platformdirs==4.2.0
# via
# black
# requests-cache
Expand All @@ -142,18 +142,20 @@ pycodestyle==2.11.1
pyflakes==3.2.0
# via flake8
pyproject-hooks==1.0.0
# via build
pytest==8.0.0
# via
# build
# pip-tools
pytest==8.0.1
# via
# pytest-cov
# pytest-django
pytest-cov==4.1.0
# via -r requirements.in
pytest-django==4.7.0
pytest-django==4.8.0
# via -r requirements.in
python-dateutil==2.8.2
# via -r requirements.in
pytz==2023.4
pytz==2024.1
# via
# -r requirements.in
# djangorestframework
Expand All @@ -172,15 +174,15 @@ requests==2.31.0
# django-munigeo
# requests-cache
# requests-mock
requests-cache==1.1.1
requests-cache==1.2.0
# via -r requirements.in
requests-mock==1.11.0
# via -r requirements.in
rpds-py==0.17.1
rpds-py==0.18.0
# via
# jsonschema
# referencing
sentry-sdk==1.39.2
sentry-sdk==1.40.5
# via -r requirements.in
six==1.16.0
# via
Expand All @@ -198,15 +200,15 @@ tomli==2.0.1
# pip-tools
# pyproject-hooks
# pytest
tqdm==4.66.1
tqdm==4.66.2
# via -r requirements.in
typing-extensions==4.9.0
# via
# asgiref
# black
# cattrs
# django-modeltranslation
tzdata==2023.4
tzdata==2024.1
# via -r requirements.in
uritemplate==4.1.1
# via drf-spectacular
Expand Down

0 comments on commit 247bc2c

Please sign in to comment.