Skip to content

Commit

Permalink
Update dev dependencies to avoid broken pyyaml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbaltrusch committed May 26, 2024
1 parent 65c327e commit 343dd03
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 35 deletions.
7 changes: 1 addition & 6 deletions dev-requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,10 @@ mypy
# https://github.com/python/typeshed/tree/master/stubs

# Linting.
flake8
flake8-bugbear
flake8-broken-line
flake8-comprehensions
pep8-naming
pylint

# Formatting.
black
isort

# Documentation.
mkdocs-material
Expand Down
70 changes: 41 additions & 29 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#
# This file is autogenerated by pip-compile with python 3.8
# To update, run:
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile dev-requirements.in
#
attrs==21.4.0
# via flake8-bugbear
astroid==3.2.2
# via pylint
beautifulsoup4==4.12.2
# via
# -c requirements.txt
Expand All @@ -21,38 +21,39 @@ click==8.0.4
# black
# mkdocs
colorama==0.4.6
# via mkdocs-material
# via
# click
# mkdocs
# mkdocs-material
# pylint
# pytest
# tox
coverage[toml]==6.3.2
# via pytest-cov
dill==0.3.8
# via pylint
distlib==0.3.4
# via virtualenv
exceptiongroup==1.2.1
# via pytest
filelock==3.6.0
# via
# tox
# virtualenv
flake8==4.0.1
# via
# -r dev-requirements.in
# flake8-broken-line
# flake8-bugbear
# flake8-comprehensions
# pep8-naming
flake8-broken-line==0.5.0
# via -r dev-requirements.in
flake8-bugbear==23.2.13
# via -r dev-requirements.in
flake8-comprehensions==3.10.0
# via -r dev-requirements.in
ghp-import==2.0.2
# via mkdocs
griffe==0.12.6
# via mkdocstrings-python
idna==3.3
# via requests
importlib-metadata==7.1.0
# via
# markdown
# mkdocs
iniconfig==1.1.1
# via pytest
isort==5.10.1
# via -r dev-requirements.in
# via pylint
jinja2==3.0.3
# via
# mkdocs
Expand All @@ -71,7 +72,7 @@ markupsafe==2.1.0
# jinja2
# mkdocstrings
mccabe==0.6.1
# via flake8
# via pylint
mergedeep==1.3.4
# via mkdocs
mkdocs==1.4.2
Expand Down Expand Up @@ -114,24 +115,21 @@ packaging==23.2
# tox
pathspec==0.9.0
# via black
pep8-naming==0.13.2
# via -r dev-requirements.in
platformdirs==2.5.1
# via
# black
# pylint
# virtualenv
pluggy==1.0.0
# via
# pytest
# tox
py==1.11.0
# via tox
pycodestyle==2.8.0
# via flake8
pyflakes==2.4.0
# via flake8
pygments==2.14.0
# via mkdocs-material
pylint==3.2.2
# via -r dev-requirements.in
pymdown-extensions==9.9.2
# via
# mkdocs-material
Expand All @@ -146,7 +144,7 @@ python-dateutil==2.8.2
# via ghp-import
pyvirtualdisplay==3.0
# via -r dev-requirements.in
pyyaml==6.0
pyyaml==5.3.1
# via
# mkdocs
# pyyaml-env-tag
Expand All @@ -167,14 +165,28 @@ six==1.16.0
soupsieve==2.3.1
# via beautifulsoup4
tomli==2.0.1
# via coverage
# via
# black
# coverage
# mypy
# pylint
# pytest
# tox
tomlkit==0.12.5
# via pylint
tox==3.27.1
# via -r dev-requirements.in
typing-extensions==4.1.1
# via mypy
# via
# astroid
# black
# mypy
# pylint
urllib3==1.26.8
# via requests
virtualenv==20.13.1
# via tox
watchdog==2.1.6
# via mkdocs
zipp==3.18.2
# via importlib-metadata

0 comments on commit 343dd03

Please sign in to comment.