Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump py from 1.8.0 to 1.11.0 in /ci #91

Merged
merged 1 commit into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
60 changes: 42 additions & 18 deletions ci/requirements-tests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,51 @@
#
# pip-compile --output-file ci/requirements-tests.txt setup.py ci/requirements-tests.in
#
apipkg==1.5 # via execnet
atomicwrites==1.3.0 # via pytest
apipkg==1.5
# via execnet
atomicwrites==1.3.0
# via pytest
attrs==19.1.0
cffi==1.12.2
coverage==4.5.3 # via pytest-cov
execnet==1.5.0 # via pytest-cache
future==0.18.3
mccabe==0.6.1 # via pytest-mccabe
more-itertools==5.0.0 # via pytest
numpy==1.22.0
pep8==1.7.1 # via pytest-pep8
pluggy==0.9.0 # via pytest
py==1.8.0 # via pytest
pycparser==2.19 # via cffi
pyflakes==2.1.1 # via pytest-flakes
pytest-cache==1.0 # via pytest-mccabe, pytest-pep8
# via pytest
coverage==4.5.3
# via pytest-cov
execnet==1.5.0
# via pytest-cache
mccabe==0.6.1
# via pytest-mccabe
more-itertools==5.0.0
# via pytest
pep8==1.7.1
# via pytest-pep8
pluggy==0.9.0
# via pytest
py==1.11.0
# via pytest
pyflakes==2.1.1
# via pytest-flakes
pytest==4.3.1
# via
# -r requirements-tests.in
# pytest-cache
# pytest-cov
# pytest-flakes
# pytest-mccabe
# pytest-pep8
pytest-cache==1.0
# via
# pytest-mccabe
# pytest-pep8
pytest-cov==2.6.1
# via -r requirements-tests.in
pytest-flakes==4.0.0
# via -r requirements-tests.in
pytest-mccabe==0.1
# via -r requirements-tests.in
pytest-pep8==1.0.6
# via -r requirements-tests.in
pytest-runner==4.4
pytest==4.3.1
six==1.12.0 # via pytest
typing==3.6.6
# via -r requirements-tests.in
six==1.12.0
# via
# more-itertools
# pytest
Loading