Skip to content
This repository has been archived by the owner on Jun 19, 2022. It is now read-only.

Update py to 1.8.1 #933

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ prompt-toolkit==1.0.15 # via ipython
ptyprocess==0.6.0 # via pexpect
pur==5.0.0
py-cpuinfo==4.0.0 # via pytest-benchmark
py==1.5.4 # via pytest, tox
py==1.8.1 # via pytest, tox
pycodestyle==2.3.1 # via flake8
pycparser==2.18 # via cffi
pydocstyle==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_all.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ plumbum==1.6.6 # via rpyc
prompt-toolkit==1.0.15 # via ipython
ptyprocess==0.6.0 # via pexpect
py-cpuinfo==4.0.0 # via pytest-benchmark
py==1.5.4 # via pytest
py==1.8.1 # via pytest
pycodestyle==2.3.1 # via flake8
pycparser==2.18 # via cffi
pydocstyle==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements_test_experimental.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prompt-toolkit==1.0.15 # via ipython, ptpdb, ptpython
ptpdb==0.17
ptpython==0.33
ptyprocess==0.6.0 # via pexpect
py==1.5.4 # via pytest
py==1.8.1 # via pytest
pydocstyle==2.1.1
pygments==2.2.0 # via ipython, ptpython
pympler==0.5
Expand Down