Skip to content

Commit

Permalink
build: Update Python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rdimitrov authored and github-actions[bot] committed Jul 29, 2024
1 parent d0e4b4e commit da4865b
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
42 changes: 21 additions & 21 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2
packaging==24.1; python_version >= '3.1'
pathspec==0.12.1; python_version >= '3.8'
pbr==6.0.0; python_version >= '2.6'
pip==24.1.2; python_version >= '3.8'
pip==24.2; python_version >= '3.8'
platformdirs==4.2.2; python_version >= '3.8'
pluggy==1.5.0; python_version >= '3.1'
pre-commit==3.7.1; python_version >= '3.9'
pre-commit==3.8.0; python_version >= '3.9'
pretend==1.0.9
pycodestyle==2.12.0; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
Expand All @@ -54,14 +54,14 @@ rich==13.7.1; python_full_version >= '3.7.0'
snowballstemmer==2.2.0
sphinx==7.4.7; python_version >= '3.9'
sphinx-rtd-theme==2.0.0; python_version >= '3.6'
sphinxcontrib-applehelp==1.0.8; python_version >= '3.9'
sphinxcontrib-devhelp==1.0.6; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.0.6; python_version >= '3.9'
sphinxcontrib-applehelp==2.0.0; python_version >= '3.9'
sphinxcontrib-devhelp==2.0.0; python_version >= '3.9'
sphinxcontrib-htmlhelp==2.1.0; python_version >= '3.9'
sphinxcontrib-jquery==4.1; python_version >= '2.7'
sphinxcontrib-jsmath==1.0.1; python_version >= '3.5'
sphinxcontrib-plantuml==0.30
sphinxcontrib-qthelp==1.0.8; python_version >= '3.9'
sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9'
sphinxcontrib-qthelp==2.0.0; python_version >= '3.9'
sphinxcontrib-serializinghtml==2.0.0; python_version >= '3.9'
stevedore==5.2.0; python_version >= '3.8'
tomli==2.0.1; python_version >= '3.1'
tox==4.16.0; python_version >= '3.8'
Expand Down

0 comments on commit da4865b

Please sign in to comment.