Skip to content

Commit

Permalink
build: Update Python dependencies (#179)
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 21, 2023
1 parent 597f289 commit 28275cb
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 32 deletions.
54 changes: 32 additions & 22 deletions Pipfile.lock

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

13 changes: 7 additions & 6 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pytest==7.2.1
pytz==2022.7.1
pyyaml==6.0 ; python_version >= '3.6'
requests==2.28.2
setuptools==66.0.0 ; python_version >= '3.7'
setuptools==66.1.1 ; python_version >= '3.7'
snowballstemmer==2.2.0
sphinx==6.1.3
sphinx-rtd-theme==0.5.1
Expand All @@ -58,18 +58,19 @@ sphinxcontrib-plantuml==0.24.1
sphinxcontrib-qthelp==1.0.3
sphinxcontrib-serializinghtml==1.1.5
tomli==2.0.1 ; python_version < '3.11'
tox==4.3.4
tox==4.3.5
typing-extensions==4.4.0 ; python_version >= '3.7'
urllib3==1.26.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
virtualenv==20.17.1 ; python_version >= '3.6'
cffi==1.15.1
commonmark==0.9.1
configobj==5.0.7
configobj==5.0.8
dynaconf[ini]==3.1.11
markdown-it-py==2.1.0 ; python_version >= '3.7'
mdurl==0.1.2 ; python_version >= '3.7'
pycparser==2.21
pynacl==1.5.0
rich==13.1.0
rich-click==1.6.0
rich==13.2.0
rich-click==1.6.1
securesystemslib==0.26.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tuf==2.0.0
9 changes: 5 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@ certifi==2022.12.7 ; python_version >= '3.6'
cffi==1.15.1
charset-normalizer==3.0.1 ; python_full_version >= '3.6.0'
click==8.1.3
commonmark==0.9.1
configobj==5.0.7
configobj==5.0.8
dynaconf[ini]==3.1.11
idna==3.4 ; python_version >= '3.5'
markdown-it-py==2.1.0 ; python_version >= '3.7'
mdurl==0.1.2 ; python_version >= '3.7'
pycparser==2.21
pygments==2.14.0 ; python_version >= '3.6'
pynacl==1.5.0
requests==2.28.2
rich==13.1.0
rich-click==1.6.0
rich==13.2.0
rich-click==1.6.1
securesystemslib==0.26.0
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tuf==2.0.0
Expand Down

0 comments on commit 28275cb

Please sign in to comment.