Skip to content

Commit 0c919f4

Browse files
Bump python-discovery from 1.2.2 to 1.3.0 (aio-libs#12468)
Bumps [python-discovery](https://github.com/tox-dev/python-discovery) from 1.2.2 to 1.3.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.3.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>✨ feat(discovery): add iter_interpreters for enumeration by <a href="https://github.com/gaborbernat"><code>@​gaborbernat</code></a> in <a href="https://redirect.github.com/tox-dev/python-discovery/pull/71">tox-dev/python-discovery#71</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/tox-dev/python-discovery/compare/1.2.2...1.3.0">https://github.com/tox-dev/python-discovery/compare/1.2.2...1.3.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/tox-dev/python-discovery/commit/00052bd0eee982b68f3dab78a2639fad9a20da47"><code>00052bd</code></a> ✨ feat(discovery): add iter_interpreters for enumeration (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/71">#71</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/791d139a0c877db8f52d29c0587fa93923454b81"><code>791d139</code></a> build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/68">#68</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/77273ad96029c6fcee81024f77ef873743eafa6f"><code>77273ad</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/70">#70</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/6b5d73b061f21b101eb84206d218fd400454953b"><code>6b5d73b</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/69">#69</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/08688564ee0ee75f44401e08e5f9c2b75d9f1a26"><code>0868856</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/67">#67</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/eb2aa7a4f731b676caaf67633417454ae855fc95"><code>eb2aa7a</code></a> build(deps): bump actions/upload-artifact from 7.0.0 to 7.0.1 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/66">#66</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/5b19eea94ec879b173b376a6341d25e930ffe9bd"><code>5b19eea</code></a> [pre-commit.ci] pre-commit autoupdate (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/64">#64</a>)</li> <li><a href="https://github.com/tox-dev/python-discovery/commit/3aa7d3320d8736dfdbdfef594c39dd64d0cfb5b4"><code>3aa7d33</code></a> build(deps): bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 (<a href="https://redirect.github.com/tox-dev/python-discovery/issues/63">#63</a>)</li> <li>See full diff in <a href="https://github.com/tox-dev/python-discovery/compare/1.2.2...1.3.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.2.2&new-version=1.3.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 0f0b0e5 commit 0c919f4

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.2.2
200+
python-discovery==1.3.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.2.2
195+
python-discovery==1.3.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.2.2
97+
python-discovery==1.3.0
9898
# via virtualenv
9999
python-on-whales==0.81.0
100100
# via -r requirements/lint.in

0 commit comments

Comments
 (0)