bump project deps

This commit is contained in:
Jakub Miazek
2024-08-30 18:25:09 +02:00
parent 18b9a43fa2
commit eaeef3abc6
3 changed files with 481 additions and 471 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.0"
assert claimset["platform"] == "python-httpx/0.27.2"
# TODO: parametrize test with diff urls including 404 and 401
@@ -45,7 +45,7 @@ async def test_get_token(client: AsyncClient):
)
assert claimset["email"] == payload["email"]
assert claimset["expiry"] == IsPositiveFloat()
assert claimset["platform"] == "python-httpx/0.27.0"
assert claimset["platform"] == "python-httpx/0.27.2"
# TODO: baerer token test