build(deps): bump jeepney from 0.8.0 to 0.9.0 in /tools/publish (#3234) Bumps [jeepney](https://gitlab.com/takluyver/jeepney) from 0.8.0 to 0.9.0. <details> <summary>Commits</summary> <ul> <li><a href="https://gitlab.com/takluyver/jeepney/commit/bbd29d2cd1a79bf9dfe73a23f918348574213820"><code>bbd29d2</code></a> Merge branch 'changelog-0.9' into 'master'</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/0e96cc2187549473eb6a145311a76fae0b852652"><code>0e96cc2</code></a> Version number -> 0.9.0</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/ee71ce5249f098f9ac9e7b597e640ffb49fa97c0"><code>ee71ce5</code></a> Add release notes for 0.9</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/a426b9f4b7b2f2eb020ee11121f3178d0c6c7e12"><code>a426b9f</code></a> Merge branch 'attestations' into 'master'</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/361bbd50ca76a47a8644b8825f0a4295074a98cd"><code>361bbd5</code></a> Only sign packages on tag</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/e79e0b1b4e5cb26426c888781e43f89a0a71a9f2"><code>e79e0b1</code></a> Sign/attest packages before uploading</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/072048877d541c05a1d86a81124bf17f234c900b"><code>0720488</code></a> Merge branch 'trusted-publish' into 'master'</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/e2356b394431f8b04716a76fa6996997d81e4538"><code>e2356b3</code></a> Merge branch 'async-timeout-optional' into 'master'</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/9173d080a8e57ca5020dca85de8b4f8b0daab0a7"><code>9173d08</code></a> Optionally depend on async_timeout in Python 3.11 and higher</li> <li><a href="https://gitlab.com/takluyver/jeepney/commit/605f147ccc05d215b09226fbe48d9c08c61d900c"><code>605f147</code></a> Merge branch 'matchrul'</li> <li>Additional commits viewable in <a href="https://gitlab.com/takluyver/jeepney/compare/0.8...0.9">compare view</a></li> </ul> </details> <br /> [](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) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
diff --git a/tools/publish/requirements_linux.txt b/tools/publish/requirements_linux.txt index 7e3d42f..1a381b2 100644 --- a/tools/publish/requirements_linux.txt +++ b/tools/publish/requirements_linux.txt
@@ -225,9 +225,9 @@ --hash=sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d \ --hash=sha256:ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649 # via keyring -jeepney==0.8.0 \ - --hash=sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 \ - --hash=sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755 +jeepney==0.9.0 \ + --hash=sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683 \ + --hash=sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732 # via # keyring # secretstorage
diff --git a/tools/publish/requirements_universal.txt b/tools/publish/requirements_universal.txt index c321729..c01f440 100644 --- a/tools/publish/requirements_universal.txt +++ b/tools/publish/requirements_universal.txt
@@ -225,9 +225,9 @@ --hash=sha256:70f7e0e2ae076498e212562325e805204fc092d7b4c17e0e86c959e249701a9d \ --hash=sha256:ad159f13428bc4acbf5541ad6dec511f91573b90fba04df61dafa2a1231cf649 # via keyring -jeepney==0.8.0 ; sys_platform == 'linux' \ - --hash=sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806 \ - --hash=sha256:c0a454ad016ca575060802ee4d590dd912e35c122fa04e70306de3d076cce755 +jeepney==0.9.0 ; sys_platform == 'linux' \ + --hash=sha256:97e5714520c16fc0a45695e5365a2e11b81ea79bba796e26f9f1d178cb182683 \ + --hash=sha256:cf0e9e845622b81e4a28df94c40345400256ec608d0e55bb8a3feaa9163f5732 # via # keyring # secretstorage