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 Jun 10, 2024
1 parent db0c94b commit 8a3cfb4
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
30 changes: 15 additions & 15 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 @@ -32,7 +32,7 @@ mdurl==0.1.2; python_version >= '3.7'
mypy==1.10.0; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
nodeenv==1.9.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==24.0; python_version >= '3.1'
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.0; python_version >= '3.7'
Expand Down Expand Up @@ -64,9 +64,9 @@ sphinxcontrib-qthelp==1.0.7; python_version >= '3.9'
sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9'
stevedore==5.2.0; python_version >= '3.8'
tomli==2.0.1; python_version >= '3.1'
tox==4.15.0; python_version >= '3.8'
tox==4.15.1; python_version >= '3.8'
types-requests==2.32.0.20240602; python_version >= '3.8'
typing-extensions==4.12.1; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'
virtualenv==20.26.2; python_version >= '3.7'
auto-click-auto==0.1.4; python_version >= '3.7' and python_version < '4.0'
Expand All @@ -76,7 +76,7 @@ greenlet==3.0.3; platform_machine == 'aarch64' or (platform_machine == 'ppc64le'
psycopg2==2.9.9; python_version >= '3.7'
pycparser==2.22; python_version >= '3.8'
pynacl==1.5.0; python_version >= '3.6'
rich-click==1.8.2; python_version >= '3.7'
rich-click==1.8.3; python_version >= '3.7'
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8; python_version < '3.13' and platform_python_implementation == 'CPython'
securesystemslib[crypto]==0.31.0; python_version ~= '3.8'
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ pygments==2.18.0; python_version >= '3.8'
pynacl==1.5.0; python_version >= '3.6'
requests==2.32.3; python_version >= '3.8'
rich==13.7.1; python_full_version >= '3.7.0'
rich-click==1.8.2; python_version >= '3.7'
rich-click==1.8.3; python_version >= '3.7'
ruamel.yaml==0.18.6
ruamel.yaml.clib==0.2.8; python_version < '3.13' and platform_python_implementation == 'CPython'
securesystemslib[crypto]==0.31.0; python_version ~= '3.8'
sqlalchemy==2.0.30; python_version >= '3.7'
tuf==4.0.0; python_version >= '3.8'
typing-extensions==4.12.1; python_version >= '3.8'
typing-extensions==4.12.2; python_version >= '3.8'
urllib3==2.2.1; python_version >= '3.8'

0 comments on commit 8a3cfb4

Please sign in to comment.