Skip to content

Commit

Permalink
Update other dev requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jul 18, 2023
1 parent 610122d commit ea76d6f
Showing 1 changed file with 36 additions and 28 deletions.
64 changes: 36 additions & 28 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,62 @@
#
# pip-compile requirements-dev.in
#
attrs==20.3.0
# via pytest
certifi==2020.12.5
build==0.10.0
# via pip-tools
certifi==2023.5.7
# via requests
chardet==4.0.0
charset-normalizer==3.2.0
# via requests
click==7.1.2
click==8.1.5
# via pip-tools
coverage==5.5
coverage[toml]==7.2.7
# via pytest-cov
idna==2.10
exceptiongroup==1.1.2
# via pytest
idna==3.4
# via requests
iniconfig==1.1.1
iniconfig==2.0.0
# via pytest
mock==4.0.3
mock==5.1.0
# via -r requirements-dev.in
packaging==20.9
# via pytest
pep517==0.10.0
# via pip-tools
pip-tools==6.1.0
packaging==23.1
# via
# build
# pytest
pip-tools==7.0.0
# via -r requirements-dev.in
pluggy==0.13.1
# via pytest
py==1.10.0
pluggy==1.2.0
# via pytest
pyparsing==2.4.7
# via packaging
pytest==6.2.3
pyproject-hooks==1.0.0
# via build
pytest==7.4.0
# via
# -r requirements-dev.in
# pytest-cov
pytest-cov==2.11.1
pytest-cov==4.1.0
# via -r requirements-dev.in
requests==2.25.1
pyyaml==6.0.1
# via responses
responses==0.13.2
# via -r requirements-dev.in
six==1.15.0
requests==2.31.0
# via responses
toml==0.10.2
responses==0.23.1
# via -r requirements-dev.in
tomli==2.0.1
# via
# pep517
# build
# coverage
# pip-tools
# pyproject-hooks
# pytest
urllib3==1.26.5
types-pyyaml==6.0.12.10
# via responses
urllib3==2.0.3
# via
# requests
# responses
wheel==0.40.0
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools

0 comments on commit ea76d6f

Please sign in to comment.