From 918457afed4505e6e9b374a3bbcc9906bbb5bf3d Mon Sep 17 00:00:00 2001 From: moui0 Date: Thu, 7 Dec 2023 02:43:57 +0100 Subject: [PATCH] tests: bump example and xml2 version --- tests/test_cran.py | 2 +- tests/test_cratesio.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_cran.py b/tests/test_cran.py index c1db727..e3e4f71 100644 --- a/tests/test_cran.py +++ b/tests/test_cran.py @@ -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" diff --git a/tests/test_cratesio.py b/tests/test_cratesio.py index 1ab09e3..c7678d0 100644 --- a/tests/test_cratesio.py +++ b/tests/test_cratesio.py @@ -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"