chore(deps): Bump kinto-http from 11.3.0 to 11.4.0 in /experimenter/tests (#11793)
Bumps [kinto-http](https://github.com/Kinto/kinto-http.py) from 11.3.0 to 11.4.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/Kinto/kinto-http.py/releases">kinto-http's releases</a>.</em></p> <blockquote> <h2>11.4.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>New Features</h3> <ul> <li>Add <code>get_permissions()</code> method to list all permissions on server by <a href="https://github.com/leplatrem"><code>@leplatrem</code></a> in <a href="https://redirect.github.com/Kinto/kinto-http.py/pull/376">Kinto/kinto-http.py#376</a></li> <li>Add browser-based authentication method by <a href="https://github.com/leplatrem"><code>@leplatrem</code></a> in <a href="https://redirect.github.com/Kinto/kinto-http.py/pull/375">Kinto/kinto-http.py#375</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/Kinto/kinto-http.py/compare/11.3.0...11.4.0">https://github.com/Kinto/kinto-http.py/compare/11.3.0...11.4.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="cf0251e83f
"><code>cf0251e</code></a> Add browser-based authentication method (<a href="https://redirect.github.com/Kinto/kinto-http.py/issues/375">#375</a>)</li> <li><a href="409c2e6db2
"><code>409c2e6</code></a> Add <code>get_permissions()</code> method to list all permissions on server (<a href="https://redirect.github.com/Kinto/kinto-http.py/issues/376">#376</a>)</li> <li>See full diff in <a href="https://github.com/Kinto/kinto-http.py/compare/11.3.0...11.4.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=kinto-http&package-manager=pip&previous-version=11.3.0&new-version=11.4.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 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>
This commit is contained in:
Родитель
7536c6e238
Коммит
b52694d7a8
|
@ -438,13 +438,13 @@ i18n = ["Babel (>=2.7)"]
|
|||
|
||||
[[package]]
|
||||
name = "kinto-http"
|
||||
version = "11.3.0"
|
||||
version = "11.4.0"
|
||||
description = "Kinto client"
|
||||
optional = false
|
||||
python-versions = "*"
|
||||
files = [
|
||||
{file = "kinto_http-11.3.0-py3-none-any.whl", hash = "sha256:01adc506173791906b5cfe89cf15791ec8423cf63491afd98fc0ba2a8dbfd512"},
|
||||
{file = "kinto_http-11.3.0.tar.gz", hash = "sha256:6823a58cb33b69348382ea4b537d0b6557081dad3a06ddd242fa115120d1622a"},
|
||||
{file = "kinto_http-11.4.0-py3-none-any.whl", hash = "sha256:75264374a15980676e7628874f291f75223151ebc8182437031f0f98459e3085"},
|
||||
{file = "kinto_http-11.4.0.tar.gz", hash = "sha256:cda7e350b57ff2c838de8f687653f0acc8b4df3c87d41da1c835d1d978d11959"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -1738,4 +1738,4 @@ test = ["zope.security", "zope.testrunner"]
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "98a9000e6da1726a29f183abafea90339e88e300cb717888e322fce6693c1508"
|
||||
content-hash = "90a9e3a9eff2427969afa4b2038ae4a17a5426abb3a8c967422cd4fa2bdd7485"
|
||||
|
|
|
@ -49,7 +49,7 @@ marshmallow = "^3.23.0"
|
|||
marshmallow-enum = "^1.5.1"
|
||||
mypy-extensions = "^1.0.0"
|
||||
charset-normalizer = "^3.4.0"
|
||||
kinto-http = "^11.3.0"
|
||||
kinto-http = "^11.4.0"
|
||||
backoff = "^2.2.1"
|
||||
pyjexl = "^0.3.0"
|
||||
future = "^1.0.0"
|
||||
|
|
Загрузка…
Ссылка в новой задаче