Skip to content

Commit

Permalink
Update requirements (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
GalaxySnail authored Oct 5, 2023
1 parent 2c9ab7c commit 4f41d0c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 19 deletions.
6 changes: 3 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ babel==2.12.1
# via sphinx
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
docutils==0.17.1
# via
Expand All @@ -24,7 +24,7 @@ jinja2==3.1.2
# via sphinx
markupsafe==2.1.3
# via jinja2
packaging==23.1
packaging==23.2
# via sphinx
pygments==2.16.1
# via sphinx
Expand Down Expand Up @@ -53,5 +53,5 @@ sphinxcontrib-qthelp==1.0.3
# via sphinx
sphinxcontrib-serializinghtml==1.1.5
# via sphinx
urllib3==2.0.4
urllib3==2.0.6
# via requests
2 changes: 1 addition & 1 deletion requirements-tests37.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ importlib-metadata==6.7.0 ; python_version < "3.8"
# pytest
iniconfig==2.0.0
# via pytest
packaging==23.1
packaging==23.2
# via pytest
pluggy==1.2.0
# via pytest
Expand Down
20 changes: 8 additions & 12 deletions requirements-tests39.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
#
# pip-compile --allow-unsafe --no-emit-index-url --output-file=requirements-tests39.txt --strip-extras requirements-tests39.in
#
astroid==2.15.6
astroid==3.0.0
# via
# -r requirements-tests39.in
# pylint
autopep8==2.0.4
# via -r requirements-tests39.in
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via docformatter
coverage==7.3.1
coverage==7.3.2
# via pytest-cov
dill==0.3.7
# via pylint
Expand All @@ -34,17 +34,15 @@ isort==5.12.0
# via
# -r requirements-tests39.in
# pylint
lazy-object-proxy==1.9.0
# via astroid
mccabe==0.7.0
# via
# flake8
# pylint
packaging==23.1
packaging==23.2
# via pytest
pbr==5.11.1
# via stevedore
platformdirs==3.10.0
platformdirs==3.11.0
# via pylint
pluggy==1.3.0
# via pytest
Expand All @@ -60,7 +58,7 @@ pygments==2.16.1
# via
# -r requirements-tests39.in
# doc8
pylint==2.17.5
pylint==3.0.0
# via -r requirements-tests39.in
pytest==7.4.2
# via
Expand All @@ -85,13 +83,11 @@ tomli==2.0.1
# pytest
tomlkit==0.12.1
# via pylint
typing-extensions==4.7.1
typing-extensions==4.8.0
# via
# astroid
# pylint
untokenize==0.1.1
# via docformatter
wrapt==1.15.0
# via
# -r requirements-tests39.in
# astroid
# via -r requirements-tests39.in
6 changes: 3 additions & 3 deletions requirements-update.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
certifi==2023.7.22
# via requests
charset-normalizer==3.2.0
charset-normalizer==3.3.0
# via requests
idna==3.4
# via requests
Expand All @@ -20,7 +20,7 @@ requests==2.31.0
# via -r requirements-update.in
six==1.16.0
# via python-dateutil
typing-extensions==4.7.1
typing-extensions==4.8.0
# via -r requirements-update.in
urllib3==2.0.4
urllib3==2.0.6
# via requests

0 comments on commit 4f41d0c

Please sign in to comment.