Skip to content

Commit

Permalink
Bump tqdm from 4.66.2 to 4.66.3 in /requirements (#8398)
Browse files Browse the repository at this point in the history
Bumps [tqdm](https://github.com/tqdm/tqdm) from 4.66.2 to 4.66.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/tqdm/tqdm/releases">tqdm's
releases</a>.</em></p>
<blockquote>
<h2>tqdm v4.66.3 stable</h2>
<ul>
<li><code>cli</code>: <code>eval</code> safety (fixes CVE-2024-34062,
GHSA-g7vv-2v7x-gj9p)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/tqdm/tqdm/commit/4e613f84ed2ae029559f539464df83fa91feb316"><code>4e613f8</code></a>
Merge pull request from GHSA-g7vv-2v7x-gj9p</li>
<li><a
href="https://github.com/tqdm/tqdm/commit/b53348c73080b4edeb30b4823d1fa0d8d2c06721"><code>b53348c</code></a>
cli: eval safety</li>
<li>See full diff in <a
href="https://github.com/tqdm/tqdm/compare/v4.66.2...v4.66.3">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tqdm&package-manager=pip&previous-version=4.66.2&new-version=4.66.3)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/aio-libs/aiohttp/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent a4b6914 commit 0260a9c
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions requirements/lint.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
# pip-compile --allow-unsafe --output-file=requirements/lint.txt --strip-extras requirements/lint.in
#
aiodns==3.2.0
# via -r requirements/lint.in
# via -r lint.in
aioredis==2.0.1
# via -r requirements/lint.in
# via -r lint.in
annotated-types==0.6.0
# via pydantic
async-timeout==4.0.3
Expand Down Expand Up @@ -41,7 +41,7 @@ markdown-it-py==3.0.0
mdurl==0.1.2
# via markdown-it-py
mypy==1.10.0 ; implementation_name == "cpython"
# via -r requirements/lint.in
# via -r lint.in
mypy-extensions==1.0.0
# via mypy
nodeenv==1.8.0
Expand All @@ -53,7 +53,7 @@ platformdirs==3.10.0
pluggy==1.4.0
# via pytest
pre-commit==3.5.0
# via -r requirements/lint.in
# via -r lint.in
pycares==4.4.0
# via aiodns
pycparser==2.22
Expand All @@ -65,9 +65,9 @@ pydantic-core==2.18.2
pygments==2.17.2
# via rich
pytest==8.1.1
# via -r requirements/lint.in
# via -r lint.in
python-on-whales==0.71.0
# via -r requirements/lint.in
# via -r lint.in
pyyaml==6.0.1
# via pre-commit
requests==2.31.0
Expand All @@ -77,13 +77,13 @@ rich==13.7.1
shellingham==1.5.4
# via typer
slotscheck==0.19.0
# via -r requirements/lint.in
# via -r lint.in
tomli==2.0.1
# via
# mypy
# pytest
# slotscheck
tqdm==4.66.2
tqdm==4.66.3
# via python-on-whales
typer==0.12.3
# via python-on-whales
Expand All @@ -100,7 +100,7 @@ typing-extensions==4.10.0
urllib3==2.2.1
# via requests
uvloop==0.19.0 ; platform_system != "Windows"
# via -r requirements/lint.in
# via -r lint.in
virtualenv==20.24.2
# via pre-commit

Expand Down

0 comments on commit 0260a9c

Please sign in to comment.