We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9254c7 commit 1afdbc6Copy full SHA for 1afdbc6
setup.py
@@ -103,12 +103,12 @@
103
"python-dateutil>=2.8.2,<3",
104
"PyYAML>=5.1,<7",
105
"requests>=2.28.1,<3",
106
- "rich>=12.5.1,<14",
+ "rich>=13.9,<14",
107
"SQLAlchemy>=1.4.35",
108
"toml; python_version<'3.11'",
109
- "tqdm>=4.62.3,<5.0",
+ "tqdm>=4.67,<5.0",
110
"traitlets>=5.3.0",
111
- "urllib3>=2.0.0,<3",
+ "urllib3>=2.3,<3",
112
"watchdog>=3.0,<4",
113
# ** Dependencies maintained by Ethereum Foundation **
114
"eth-abi>=5.1.0,<6",
@@ -124,7 +124,7 @@
124
"ethpm-types>=0.6.26,<0.7",
125
"eth_pydantic_types>=0.2.0,<0.3",
126
"evmchains>=0.1.0,<0.2",
127
- "evm-trace>=0.2.5,<0.3",
+ "evm-trace>=0.2.6,<0.3",
128
],
129
entry_points={
130
"console_scripts": ["ape=ape._cli:cli"],
0 commit comments