tests: bump example and xml2 version

This commit is contained in:
moui0 2023-12-07 02:43:57 +01:00
parent eaac776a90
commit 918457afed
2 changed files with 2 additions and 2 deletions

View file

@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
async def test_cran(get_version):
assert await get_version("xml2", {
"source": "cran",
}) == "1.3.5"
}) == "1.3.6"

View file

@ -7,4 +7,4 @@ pytestmark = [pytest.mark.asyncio, pytest.mark.needs_net]
async def test_cratesio(get_version):
assert await get_version("example", {
"source": "cratesio",
}) == "0.1.0"
}) == "1.1.0"