Skip to content

Commit

Permalink
build: Update Python dependencies (#418)
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 Oct 12, 2023
1 parent d2e066e commit 63f4377
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
62 changes: 31 additions & 31 deletions Pipfile.lock

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

4 changes: 2 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ markdown-it-py==3.0.0; python_version >= '3.8'
markupsafe==2.1.3; python_version >= '3.7'
mccabe==0.7.0; python_version >= '3.6'
mdurl==0.1.2; python_version >= '3.7'
mypy==1.5.1; python_version >= '3.8'
mypy==1.6.0; python_version >= '3.8'
mypy-extensions==1.0.0; python_version >= '3.5'
nodeenv==1.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
packaging==23.2; python_version >= '3.1'
Expand Down Expand Up @@ -82,7 +82,7 @@ greenlet==3.0.0; platform_machine == 'aarch64' or (platform_machine == 'ppc64le'
psycopg2==2.9.9; python_version >= '3.7'
pycparser==2.21
pynacl==1.5.0; python_version >= '3.6'
rich-click==1.6.1; python_version >= '3.7'
rich-click==1.7.0; python_version >= '3.7'
securesystemslib[crypto]==0.28.0; python_version ~= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.21; python_version >= '3.7'
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pygments==2.16.1; python_version >= '3.7'
pynacl==1.5.0; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
rich==13.6.0; python_full_version >= '3.7.0'
rich-click==1.6.1; python_version >= '3.7'
rich-click==1.7.0; python_version >= '3.7'
securesystemslib[crypto]==0.28.0; python_version ~= '3.7'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlalchemy==2.0.21; python_version >= '3.7'
Expand Down

0 comments on commit 63f4377

Please sign in to comment.