Skip to content

Commit 1afdbc6

Browse files
authored
chore(deps): update tqdm/urllib3/rich/evm-trace to latest deps (#2623)
1 parent d9254c7 commit 1afdbc6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

setup.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,12 +103,12 @@
103103
"python-dateutil>=2.8.2,<3",
104104
"PyYAML>=5.1,<7",
105105
"requests>=2.28.1,<3",
106-
"rich>=12.5.1,<14",
106+
"rich>=13.9,<14",
107107
"SQLAlchemy>=1.4.35",
108108
"toml; python_version<'3.11'",
109-
"tqdm>=4.62.3,<5.0",
109+
"tqdm>=4.67,<5.0",
110110
"traitlets>=5.3.0",
111-
"urllib3>=2.0.0,<3",
111+
"urllib3>=2.3,<3",
112112
"watchdog>=3.0,<4",
113113
# ** Dependencies maintained by Ethereum Foundation **
114114
"eth-abi>=5.1.0,<6",
@@ -124,7 +124,7 @@
124124
"ethpm-types>=0.6.26,<0.7",
125125
"eth_pydantic_types>=0.2.0,<0.3",
126126
"evmchains>=0.1.0,<0.2",
127-
"evm-trace>=0.2.5,<0.3",
127+
"evm-trace>=0.2.6,<0.3",
128128
],
129129
entry_points={
130130
"console_scripts": ["ape=ape._cli:cli"],

0 commit comments

Comments
 (0)