From 4a4b8d2d54d29bcbeea440ab907071c707e1915b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jul 2024 12:08:28 +0000 Subject: [PATCH] chore(deps): bump tqdm in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [tqdm](https://github.com/tqdm/tqdm). Updates `tqdm` from 4.66.2 to 4.66.3 - [Release notes](https://github.com/tqdm/tqdm/releases) - [Commits](https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3) --- updated-dependencies: - dependency-name: tqdm dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- requirements-windows.txt | 5 ++--- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/requirements-windows.txt b/requirements-windows.txt index 4e27a2174..abab513c3 100644 --- a/requirements-windows.txt +++ b/requirements-windows.txt @@ -77,7 +77,6 @@ eth-hash[pycryptodome]==0.6.0 # -r requirements.txt # eip712 # eth-event - # eth-hash # eth-utils # web3 eth-keyfile==0.7.0 @@ -285,7 +284,7 @@ toolz==0.12.1 # via # -r requirements.txt # cytoolz -tqdm==4.66.2 +tqdm==4.66.3 # via -r requirements.txt typing-extensions==4.9.0 # via @@ -299,7 +298,7 @@ urllib3==2.2.1 # requests vvm==0.1.0 # via -r requirements.txt -vyper==0.3.10 +vyper==0.4.0 # via -r requirements.txt wcwidth==0.2.13 # via diff --git a/requirements.txt b/requirements.txt index fd6ed675f..9a1924b78 100644 --- a/requirements.txt +++ b/requirements.txt @@ -211,7 +211,7 @@ toml==0.10.2 # via pytest toolz==0.12.1 # via cytoolz -tqdm==4.66.2 +tqdm==4.66.3 # via -r requirements.in typing-extensions==4.9.0 # via @@ -220,7 +220,7 @@ typing-extensions==4.9.0 # web3 urllib3==2.2.1 # via requests -vvm==0.2.1 +vvm==0.1.0 # via -r requirements.in vyper==0.4.0 # via -r requirements.in