Skip to content

Commit

Permalink
build: Update Python dependencies (#637)
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 Jun 24, 2024
1 parent e292c54 commit 6eee4eb
Show file tree
Hide file tree
Showing 2 changed files with 71 additions and 71 deletions.
132 changes: 66 additions & 66 deletions Pipfile.lock

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

10 changes: 5 additions & 5 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ chardet==5.2.0; python_version >= '3.7'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
click==8.1.7; python_version >= '3.7'
colorama==0.4.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'
coverage[toml]==7.5.3; python_version >= '3.8'
coverage[toml]==7.5.4; python_version >= '3.8'
cryptography==42.0.8; python_version >= '3.7'
distlib==0.3.8
docutils==0.20.1; python_version >= '3.7'
execnet==2.1.1; python_version >= '3.8'
filelock==3.15.3; python_version >= '3.8'
filelock==3.15.4; python_version >= '3.8'
flake8==7.1.0; python_full_version >= '3.8.1'
h11==0.14.0; python_version >= '3.7'
httpcore==1.0.5; python_version >= '3.8'
Expand Down Expand Up @@ -52,7 +52,7 @@ pycodestyle==2.12.0; python_version >= '3.8'
pycparser==2.22; python_version >= '3.8'
pyflakes==3.2.0; python_version >= '3.8'
pygments==2.18.0; python_version >= '3.8'
pyproject-api==1.6.1; python_version >= '3.8'
pyproject-api==1.7.1; python_version >= '3.8'
pytest==8.2.2; python_version >= '3.8'
pytest-cov==5.0.0; python_version >= '3.8'
pytest-xdist==3.6.1; python_version >= '3.8'
Expand All @@ -79,8 +79,8 @@ sphinxcontrib-serializinghtml==1.1.10; python_version >= '3.9'
stevedore==5.2.0; python_version >= '3.8'
tox==4.15.1; python_version >= '3.8'
urllib3==2.2.2; python_version >= '3.8'
virtualenv==20.26.2; python_version >= '3.7'
voluptuous==0.14.2; python_version >= '3.8'
virtualenv==20.26.3; python_version >= '3.7'
voluptuous==0.15.0; python_version >= '3.9'
amqp==5.2.0; python_version >= '3.6'
annotated-types==0.7.0; python_version >= '3.8'
billiard==4.2.0; python_version >= '3.7'
Expand Down

0 comments on commit 6eee4eb

Please sign in to comment.