Skip to content

Commit 2602b71

Browse files
Bump python-discovery from 1.1.3 to 1.2.0 (#12260)
Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.1.3 to 1.2.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/tox-dev/python-discovery/releases">python-discovery's releases</a>.</em></p> <blockquote> <h2>1.2.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>✨ feat(interpreter): increase query timeout to 15s with override by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/53">tox-dev/python-discovery#53</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/python-discovery/compare/1.1.3...1.2.0">https://github.com/tox-dev/python-discovery/compare/1.1.3...1.2.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/python-discovery/commit/98b331e5e1e296285c9be87e559de22747876994"><code>98b331e</code></a> ✨ feat(interpreter): increase query timeout to 15s with override (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/53">#53</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/7d30958173329ce2169929f707ec002acff89797"><code>7d30958</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/51">#51</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/python-discovery/compare/1.1.3...1.2.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=python-discovery&package-manager=pip&previous-version=1.1.3&new-version=1.2.0)](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 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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c824ce3 commit 2602b71

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements/constraints.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ pytest-xdist==3.8.0
197197
# via -r requirements/test-common.in
198198
python-dateutil==2.9.0.post0
199199
# via freezegun
200-
python-discovery==1.1.3
200+
python-discovery==1.2.0
201201
# via virtualenv
202202
python-on-whales==0.81.0
203203
# via

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ pytest-xdist==3.8.0
192192
# via -r requirements/test-common.in
193193
python-dateutil==2.9.0.post0
194194
# via freezegun
195-
python-discovery==1.1.3
195+
python-discovery==1.2.0
196196
# via virtualenv
197197
python-on-whales==0.81.0
198198
# via

requirements/lint.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ pytest-mock==3.15.1
9494
# via -r requirements/lint.in
9595
python-dateutil==2.9.0.post0
9696
# via freezegun
97-
python-discovery==1.1.3
97+
python-discovery==1.2.0
9898
# via virtualenv
9999
python-on-whales==0.81.0
100100
# via -r requirements/lint.in

0 commit comments

Comments
 (0)