Skip to content

Commit

Permalink
Bump tqdm from 4.66.1 to 4.66.3 in /dev_tools/requirements/envs (#881)
Browse files Browse the repository at this point in the history
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.1 to 4.66.3.
- [Release notes](https://github.com/tqdm/tqdm/releases)
- [Commits](tqdm/tqdm@v4.66.1...v4.66.3)

---
updated-dependencies:
- dependency-name: tqdm
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fionn Malone <[email protected]>
  • Loading branch information
dependabot[bot] and fdmalone authored May 21, 2024
1 parent 551e974 commit 238e91b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/dev.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ tomli==2.0.1
# pytest
tomlkit==0.12.3
# via pylint
tqdm==4.66.1
tqdm==4.66.3
# via cirq-core
traitlets==5.14.1
# via
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/format.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ tomli==2.0.1
# via
# -c envs/dev.env.txt
# black
tqdm==4.66.1
tqdm==4.66.3
# via
# -c envs/dev.env.txt
# cirq-core
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/mypy.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ sympy==1.12
# -c envs/dev.env.txt
# -r deps/runtime.txt
# cirq-core
tqdm==4.66.1
tqdm==4.66.3
# via
# -c envs/dev.env.txt
# cirq-core
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pylint.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ tomlkit==0.12.3
# via
# -c envs/dev.env.txt
# pylint
tqdm==4.66.1
tqdm==4.66.3
# via
# -c envs/dev.env.txt
# cirq-core
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pytest-extra.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ tomli==2.0.1
# -c envs/dev.env.txt
# coverage
# pytest
tqdm==4.66.1
tqdm==4.66.3
# via
# -c envs/dev.env.txt
# cirq-core
Expand Down
2 changes: 1 addition & 1 deletion dev_tools/requirements/envs/pytest.env.txt
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ tomli==2.0.1
# -c envs/dev.env.txt
# coverage
# pytest
tqdm==4.66.1
tqdm==4.66.3
# via
# -c envs/dev.env.txt
# cirq-core
Expand Down

0 comments on commit 238e91b

Please sign in to comment.