Skip to content

Commit

Permalink
chore: update requirements
Browse files Browse the repository at this point in the history
Until [dlint supports flake8>=4](dlint-py/dlint#36) `make update` will fail, and you need to manually fix the version of pyflakes to 2.3.1
  • Loading branch information
lyz-code committed Oct 15, 2021
1 parent 4d3cb41 commit 4ac007d
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 202 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -35,7 +35,7 @@ update:
# Sync your virtualenv with the new state
python -m piptools sync requirements.txt requirements-dev.txt docs/requirements.txt

pip install -e .
pip install -e .

@echo ""

Expand Down
15 changes: 8 additions & 7 deletions docs/requirements.txt
Expand Up @@ -12,11 +12,11 @@ beautifulsoup4==4.10.0
# via mkdocs-htmlproofer-plugin
cached-property==1.5.2
# via pytkdocs
certifi==2021.5.30
certifi==2021.10.8
# via requests
charset-normalizer==2.0.6
charset-normalizer==2.0.7
# via requests
click==8.0.1
click==8.0.3
# via mkdocs
ghp-import==2.0.2
# via mkdocs
Expand All @@ -26,7 +26,7 @@ gitpython==3.1.24
# via mkdocs-git-revision-date-localized-plugin
htmlmin==0.1.12
# via mkdocs-minify-plugin
idna==3.2
idna==3.3
# via requests
importlib-metadata==4.8.1
# via
Expand All @@ -36,6 +36,7 @@ importlib-metadata==4.8.1
jinja2==3.0.2
# via
# mkdocs
# mkdocs-material
# mkdocstrings
jsmin==3.0.0
# via mkdocs-minify-plugin
Expand All @@ -58,7 +59,7 @@ markupsafe==2.0.1
# mkdocstrings
mergedeep==1.3.4
# via mkdocs
mkdocs==1.2.2
mkdocs==1.2.3
# via
# -r docs/requirements.in
# mkdocs-autolinks-plugin
Expand All @@ -77,7 +78,7 @@ mkdocs-git-revision-date-localized-plugin==0.10.0
# via -r docs/requirements.in
mkdocs-htmlproofer-plugin==0.7.0
# via -r docs/requirements.in
mkdocs-material==7.3.1
mkdocs-material==7.3.3
# via -r docs/requirements.in
mkdocs-material-extensions==1.0.3
# via mkdocs-material
Expand All @@ -103,7 +104,7 @@ pytkdocs==0.12.0
# via mkdocstrings
pytz==2021.3
# via babel
pyyaml==5.4.1
pyyaml==6.0
# via
# mkdocs
# pyyaml-env-tag
Expand Down

0 comments on commit 4ac007d

Please sign in to comment.