Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump nodeenv from 1.6.0 to 1.7.0 #141

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
14 changes: 13 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@ bleach==4.1.0
# via readme-renderer
certifi==2021.10.8
# via requests
cffi==1.15.0
# via cryptography
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.11
# via requests
colorama==0.4.4
# via twine
cryptography==37.0.2
# via secretstorage
distlib==0.3.4
# via virtualenv
docutils==0.18.1
Expand All @@ -32,6 +36,10 @@ importlib-metadata==4.10.1
# twine
invoke==1.6.0
# via -r requirements-dev.in
jeepney==0.8.0
# via
# keyring
# secretstorage
keyring==23.5.0
# via twine
marshmallow==2.20.4
Expand All @@ -42,7 +50,7 @@ marshmallow-sqlalchemy==0.23.1
# via -r requirements-dev.in
mccabe==0.6.1
# via flake8
nodeenv==1.6.0
nodeenv==1.7.0
# via
# -r requirements-dev.in
# pre-commit
Expand All @@ -56,6 +64,8 @@ pre-commit==2.17.0
# via -r requirements-dev.in
pycodestyle==2.8.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==2.4.0
# via flake8
pygments==2.11.2
Expand All @@ -76,6 +86,8 @@ requests-toolbelt==0.9.1
# via twine
rfc3986==2.0.0
# via twine
secretstorage==3.3.2
# via keyring
six==1.16.0
# via
# bleach
Expand Down