Skip to content

Commit

Permalink
build: Update Python dependencies (#183)
Browse files Browse the repository at this point in the history
Co-authored-by: rdimitrov <[email protected]>
  • Loading branch information
github-actions[bot] and rdimitrov authored Jan 24, 2023
1 parent 28275cb commit 28819bc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
24 changes: 12 additions & 12 deletions Pipfile.lock

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

8 changes: 4 additions & 4 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ attrs==22.2.0 ; python_version >= '3.6'
babel==2.11.0 ; python_version >= '3.6'
black==22.3.0
build==0.10.0
cachetools==5.2.1 ; python_version ~= '3.7'
cachetools==5.3.0 ; python_version ~= '3.7'
certifi==2022.12.7 ; python_version >= '3.6'
cfgv==3.3.1 ; python_full_version >= '3.6.1'
chardet==5.1.0 ; python_version >= '3.7'
Expand All @@ -19,7 +19,7 @@ exceptiongroup==1.1.0 ; python_version < '3.11'
filelock==3.9.0 ; python_version >= '3.7'
flake8==6.0.0
hatchling==0.22.0
identify==2.5.13 ; python_version >= '3.7'
identify==2.5.15 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
imagesize==1.4.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
iniconfig==2.0.0 ; python_version >= '3.7'
Expand All @@ -35,7 +35,7 @@ pathspec==0.10.3 ; python_version >= '3.7'
pip==22.3.1
platformdirs==2.6.2 ; python_version >= '3.7'
pluggy==1.0.0 ; python_version >= '3.1'
pre-commit==2.21.0
pre-commit==3.0.0
pretend==1.0.9
pycodestyle==2.10.0 ; python_version >= '3.6'
pyflakes==3.0.1 ; python_version >= '3.6'
Expand All @@ -50,7 +50,7 @@ setuptools==66.1.1 ; python_version >= '3.7'
snowballstemmer==2.2.0
sphinx==6.1.3
sphinx-rtd-theme==0.5.1
sphinxcontrib-applehelp==1.0.3
sphinxcontrib-applehelp==1.0.4
sphinxcontrib-devhelp==1.0.2
sphinxcontrib-htmlhelp==2.0.0
sphinxcontrib-jsmath==1.0.1
Expand Down

0 comments on commit 28819bc

Please sign in to comment.