Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

bump babel/traverse npm package #976

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ certifi==2023.7.22
# sentry-sdk
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements.in
# jwcrypto
Expand Down Expand Up @@ -132,7 +132,7 @@ psycopg2==2.9.5
# via -r requirements.in
pycparser==2.21
# via cffi
pyrsistent==0.19.3
pyrsistent==0.20.0
# via jsonschema
python-dateutil==2.8.2
# via
Expand Down Expand Up @@ -175,7 +175,7 @@ sqlparse==0.4.4
# via django
typing-extensions==4.8.0
# via asgiref
tzlocal==5.1
tzlocal==5.2
# via dateparser
urllib3==1.26.18
# via
Expand Down
14 changes: 7 additions & 7 deletions requirements_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ certifi==2023.7.22
# sentry-sdk
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.0
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via pip-tools
coverage[toml]==7.3.2
# via
# pytest-codecov
# pytest-cov
cryptography==41.0.4
cryptography==41.0.5
# via
# -r requirements.in
# jwcrypto
Expand Down Expand Up @@ -179,9 +179,9 @@ pyflakes==3.1.0
# via flake8
pyproject-hooks==1.0.0
# via build
pyrsistent==0.19.3
pyrsistent==0.20.0
# via jsonschema
pytest==7.4.2
pytest==7.4.3
# via
# -r requirements_test.in
# pytest-codecov
Expand All @@ -196,7 +196,7 @@ pytest-cov==4.1.0
# via
# -r requirements_test.in
# pytest-codecov
pytest-django==4.5.2
pytest-django==4.6.0
# via -r requirements_test.in
pytest-forked==1.6.0
# via pytest-xdist
Expand Down Expand Up @@ -263,7 +263,7 @@ tomli==2.0.1
# pytest
typing-extensions==4.8.0
# via asgiref
tzlocal==5.1
tzlocal==5.2
# via dateparser
urllib3==1.26.18
# via
Expand All @@ -277,7 +277,7 @@ w3lib==1.22.0
# via directory-client-core
waitress==2.1.2
# via -r requirements.in
wheel==0.41.2
wheel==0.41.3
# via pip-tools
whitenoise==6.4.0
# via -r requirements.in
Expand Down