Skip to content

Commit

Permalink
chore: update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lyz-code committed Jun 4, 2021
1 parent 45b6562 commit 98e1cd8
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 9 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Expand Up @@ -30,7 +30,7 @@ htmlmin==0.1.12
# via mkdocs-minify-plugin
idna==2.10
# via requests
importlib-metadata==4.4.0
importlib-metadata==4.5.0
# via
# click
# markdown
Expand Down
22 changes: 17 additions & 5 deletions requirements-dev.txt
Expand Up @@ -4,6 +4,8 @@
#
# pip-compile --allow-unsafe --output-file=requirements-dev.txt requirements-dev.in
#
apipkg==1.5
# via execnet
appdirs==1.4.4
# via
# black
Expand Down Expand Up @@ -43,9 +45,9 @@ beautifulsoup4==4.9.3
# mkdocs-htmlproofer-plugin
black==21.5b2
# via -r requirements-dev.in
boto3==1.17.86
boto3==1.17.87
# via -r requirements.txt
botocore==1.20.86
botocore==1.20.87
# via
# -r requirements.txt
# boto3
Expand Down Expand Up @@ -93,6 +95,8 @@ entrypoints==0.3
# via flakehell
eradicate==2.0.0
# via flake8-eradicate
execnet==1.8.1
# via pytest-xdist
filelock==3.0.12
# via virtualenv
flake8-aaa==0.12.0
Expand Down Expand Up @@ -172,14 +176,14 @@ htmlmin==0.1.12
# via
# -r docs/requirements.txt
# mkdocs-minify-plugin
identify==2.2.7
identify==2.2.8
# via pre-commit
idna==2.10
# via
# -r docs/requirements.txt
# -r requirements.txt
# requests
importlib-metadata==4.4.0
importlib-metadata==4.5.0
# via
# -r docs/requirements.txt
# -r requirements.txt
Expand Down Expand Up @@ -340,7 +344,9 @@ pluggy==0.13.1
pre-commit==2.13.0
# via -r requirements-dev.in
py==1.10.0
# via pytest
# via
# pytest
# pytest-forked
pycodestyle==2.7.0
# via
# flake8
Expand Down Expand Up @@ -369,13 +375,19 @@ pyprojroot==0.2.0
# via autoimport
pytest-cov==2.12.1
# via -r requirements-dev.in
pytest-forked==1.3.0
# via pytest-xdist
pytest-pythonpath==0.7.3
# via -r requirements-dev.in
pytest-xdist==2.2.1
# via -r requirements-dev.in
pytest==6.2.4
# via
# -r requirements-dev.in
# pytest-cov
# pytest-forked
# pytest-pythonpath
# pytest-xdist
python-dateutil==2.8.1
# via
# -r requirements.txt
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Expand Up @@ -6,9 +6,9 @@
#
argcomplete==1.12.3
# via drode (setup.py)
boto3==1.17.86
boto3==1.17.87
# via drode (setup.py)
botocore==1.20.86
botocore==1.20.87
# via
# boto3
# s3transfer
Expand All @@ -20,7 +20,7 @@ click==8.0.1
# via drode (setup.py)
idna==2.10
# via requests
importlib-metadata==4.4.0
importlib-metadata==4.5.0
# via
# argcomplete
# click
Expand Down

0 comments on commit 98e1cd8

Please sign in to comment.