Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump kinto-http from 11.2.0 to 11.3.0 in the all-dependencies group #316

Merged
merged 2 commits into from
Nov 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ jsonschema-specifications==2023.12.1 \
--hash=sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc \
--hash=sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c
# via jsonschema
kinto-http==11.2.0 \
--hash=sha256:7b6c1051eac76b72dce50b9933e45885edf25fde609c1bb43e77417b816e8537 \
--hash=sha256:cfb7b206aa9ba7b4b299caac58416648d26512cb9b96f504b7441cc290ff1da2
kinto-http==11.3.0 \
--hash=sha256:01adc506173791906b5cfe89cf15791ec8423cf63491afd98fc0ba2a8dbfd512 \
--hash=sha256:6823a58cb33b69348382ea4b537d0b6557081dad3a06ddd242fa115120d1622a
# via -r requirements.in
referencing==0.32.1 \
--hash=sha256:3c57da0513e9563eb7e203ebe9bb3a1b509b042016433bd1e45a2853466c3dd3 \
Expand Down
3 changes: 2 additions & 1 deletion tests/test_functional.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
import pytest
import requests
from kinto_http import Client, exceptions
from kinto_wizard.__main__ import main
from ruamel.yaml import YAML

from kinto_wizard.__main__ import main


def load(server, auth, file, bucket=None, collection=None, extra=None):
cmd = "kinto-wizard {} --server={} --auth={}"
Expand Down
Loading