Skip to content

Commit

Permalink
chore(deps-dev): updated package dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
akornatskyy committed Feb 14, 2024
1 parent 0af5645 commit bc57caf
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 21 deletions.
12 changes: 7 additions & 5 deletions requirements/dev.txt
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements/dev.txt --strip-extras requirements/dev.in
Expand All @@ -13,8 +13,10 @@ colorama==0.4.6
# build
# click
# pytest
coverage==7.4.0
# via pytest-cov
coverage==7.4.1
# via
# coverage
# pytest-cov
iniconfig==2.0.0
# via pytest
packaging==23.2
Expand All @@ -23,11 +25,11 @@ packaging==23.2
# pytest
pip-tools==7.3.0
# via -r requirements/dev.in
pluggy==1.3.0
pluggy==1.4.0
# via pytest
pyproject-hooks==1.0.0
# via build
pytest==7.4.4
pytest==8.0.0
# via
# -r requirements/dev.in
# pytest-cov
Expand Down
27 changes: 11 additions & 16 deletions requirements/docs.txt
@@ -1,14 +1,14 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --output-file=requirements/docs.txt --strip-extras requirements/docs.in
#
alabaster==0.7.13
alabaster==0.7.16
# via sphinx
babel==2.14.0
# via sphinx
certifi==2023.11.17
certifi==2024.2.2
# via requests
charset-normalizer==3.3.2
# via requests
Expand All @@ -22,9 +22,9 @@ idna==3.6
# via requests
imagesize==1.4.1
# via sphinx
jinja2==3.1.2
jinja2==3.1.3
# via sphinx
markupsafe==2.1.3
markupsafe==2.1.5
# via jinja2
packaging==23.2
# via sphinx
Expand All @@ -37,27 +37,22 @@ snowballstemmer==2.2.0
sphinx==7.2.6
# via
# sphinx-rtd-theme
# sphinxcontrib-applehelp
# sphinxcontrib-devhelp
# sphinxcontrib-htmlhelp
# sphinxcontrib-jquery
# sphinxcontrib-qthelp
# sphinxcontrib-serializinghtml
sphinx-rtd-theme==2.0.0
# via -r requirements/docs.in
sphinxcontrib-applehelp==1.0.7
sphinxcontrib-applehelp==1.0.8
# via sphinx
sphinxcontrib-devhelp==1.0.5
sphinxcontrib-devhelp==1.0.6
# via sphinx
sphinxcontrib-htmlhelp==2.0.4
sphinxcontrib-htmlhelp==2.0.5
# via sphinx
sphinxcontrib-jquery==4.1
# via sphinx-rtd-theme
sphinxcontrib-jsmath==1.0.1
# via sphinx
sphinxcontrib-qthelp==1.0.6
sphinxcontrib-qthelp==1.0.7
# via sphinx
sphinxcontrib-serializinghtml==1.1.9
sphinxcontrib-serializinghtml==1.1.10
# via sphinx
urllib3==2.1.0
urllib3==2.2.0
# via requests

0 comments on commit bc57caf

Please sign in to comment.