mirror of https://github.com/pwndbg/pwndbg.git
Upgrade dependencies (#1745)
parent
91f3081e4b
commit
772eddc51e
@ -1,19 +1,19 @@
|
||||
black==22.8.0; python_version < '3.7'
|
||||
black==22.12.0; python_version >= '3.7'
|
||||
black==23.3.0; python_version >= '3.7'
|
||||
coverage==6.2; python_version < '3.7'
|
||||
coverage==7.0.1; python_version >= '3.7'
|
||||
mypy==0.991; python_version >= '3.7'
|
||||
isort==5.10.1; python_version < '3.7'
|
||||
isort==5.11.4; python_version >= '3.7'
|
||||
coverage==7.2.6; python_version >= '3.7'
|
||||
isort==5.10.1; python_version <= '3.7'
|
||||
isort==5.12.0; python_version > '3.7'
|
||||
mypy==1.3.0; python_version >= '3.7'
|
||||
pytest==7.0.1; python_version < '3.7'
|
||||
pytest==7.2.0; python_version >= '3.7'
|
||||
pytest==7.3.1; python_version >= '3.7'
|
||||
rich==12.6.0; python_version < '3.7'
|
||||
rich==13.3.1; python_version >= '3.7'
|
||||
ruff==0.0.264; python_version >= '3.7'
|
||||
rich==13.3.5; python_version >= '3.7'
|
||||
ruff==0.0.270; python_version >= '3.7'
|
||||
testresources==2.0.1
|
||||
types-gdb==12.1.4.1
|
||||
types-psutil==5.9.5
|
||||
types-Pygments==2.12.1
|
||||
types-tabulate==0.9.0.0
|
||||
types-requests==2.28.11.17
|
||||
types-Pygments==2.15.0
|
||||
types-tabulate==0.9.0
|
||||
types-requests==2.31.0
|
||||
vermin==1.5.1
|
||||
|
||||
Loading…
Reference in new issue