major dependency bump

This commit is contained in:
grillazz
2024-12-16 20:55:42 +01:00
parent 678bf14786
commit ead1b57fbd
4 changed files with 670 additions and 705 deletions

View File

@@ -32,7 +32,7 @@ async def test_add_user(client: AsyncClient):
response.json()["access_token"], options={"verify_signature": False}
)
assert claimset["expiry"] == IsPositiveFloat()
assert claimset["platform"] == "python-httpx/0.27.2"
assert claimset["platform"] == "python-httpx/0.28.1"
# TODO: parametrize test with diff urls including 404 and 401
@@ -49,7 +49,7 @@ async def test_get_token(client: AsyncClient):
)
assert claimset["email"] == payload["email"]
assert claimset["expiry"] == IsPositiveFloat()
assert claimset["platform"] == "python-httpx/0.27.2"
assert claimset["platform"] == "python-httpx/0.28.1"
# TODO: baerer token test