diff --git a/pyproject.toml b/pyproject.toml index af171c8..74fab22 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ fba = "backend.cli:main" [dependency-groups] dev = [ - "pytest>=9.0.2", + "pytest>=9.0.3", "pytest-sugar>=1.1.1", ] lint = [ diff --git a/requirements.txt b/requirements.txt index 255a037..0f164ae 100644 --- a/requirements.txt +++ b/requirements.txt @@ -150,7 +150,7 @@ pygments==2.19.2 # rich pyrate-limiter==4.0.2 # via fba-slim -pytest==9.0.2 +pytest==9.0.3 # via pytest-sugar pytest-sugar==1.1.1 python-dotenv==1.2.2 diff --git a/uv.lock b/uv.lock index dfe1a16..e890592 100644 --- a/uv.lock +++ b/uv.lock @@ -812,7 +812,7 @@ requires-dist = [ [package.metadata.requires-dev] dev = [ - { name = "pytest", specifier = ">=9.0.2" }, + { name = "pytest", specifier = ">=9.0.3" }, { name = "pytest-sugar", specifier = ">=1.1.1" }, ] lint = [{ name = "prek", specifier = ">=0.3.3" }] @@ -1979,7 +1979,7 @@ wheels = [ [[package]] name = "pytest" -version = "9.0.2" +version = "9.0.3" source = { registry = "https://mirrors.aliyun.com/pypi/simple" } dependencies = [ { name = "colorama", marker = "sys_platform == 'win32'" }, @@ -1990,9 +1990,9 @@ dependencies = [ { name = "pygments" }, { name = "tomli", marker = "python_full_version < '3.11'" }, ] -sdist = { url = "https://mirrors.aliyun.com/pypi/packages/d1/db/7ef3487e0fb0049ddb5ce41d3a49c235bf9ad299b6a25d5780a89f19230f/pytest-9.0.2.tar.gz", hash = "sha256:75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11" } +sdist = { url = "https://mirrors.aliyun.com/pypi/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5/pytest-9.0.3.tar.gz", hash = "sha256:b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c" } wheels = [ - { url = "https://mirrors.aliyun.com/pypi/packages/3b/ab/b3226f0bd7cdcf710fbede2b3548584366da3b19b5021e74f5bde2a8fa3f/pytest-9.0.2-py3-none-any.whl", hash = "sha256:711ffd45bf766d5264d487b917733b453d917afd2b0ad65223959f59089f875b" }, + { url = "https://mirrors.aliyun.com/pypi/packages/d4/24/a372aaf5c9b7208e7112038812994107bc65a84cd00e0354a88c2c77a617/pytest-9.0.3-py3-none-any.whl", hash = "sha256:2c5efc453d45394fdd706ade797c0a81091eccd1d6e4bccfcd476e2b8e0ab5d9" }, ] [[package]]