serious bump of project deps

This commit is contained in:
Jakub Miazek
2024-01-09 19:25:55 +01:00
parent 51aa79788b
commit 25955aa1d0
3 changed files with 649 additions and 662 deletions

View File

@@ -14,7 +14,7 @@ async def test_add_user(client: AsyncClient):
claimset = jwt.decode(response.json()["access_token"], options={"verify_signature": False})
assert claimset["email"] == payload["email"]
assert claimset["expiry"] > 0
assert claimset["platform"] == "python-httpx/0.25.0"
assert claimset["platform"] == "python-httpx/0.26.0"
# TODO: parametrize test with diff urls including 404 and 401
@@ -25,7 +25,7 @@ async def test_get_token(client: AsyncClient):
claimset = jwt.decode(response.json()["access_token"], options={"verify_signature": False})
assert claimset["email"] == payload["email"]
assert claimset["expiry"] > 0
assert claimset["platform"] == "python-httpx/0.25.0"
assert claimset["platform"] == "python-httpx/0.26.0"
# TODO: baerer token test