diff --git a/pyproject.toml b/pyproject.toml index ee4e1feb..9beaff35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,18 +37,18 @@ dynamic = ["readme", "version"] coverage = ["coverage==7.6.10"] docs = ["sphinx==8.1.3", "sphinx-rtd-theme==3.0.2"] formatting = ["black[jupyter]==24.10.0", "isort==5.13.2"] -json_schemas = ["marshmallow-jsonschema==0.13.0", "setuptools==75.6.0"] +json_schemas = ["marshmallow-jsonschema==0.13.0", "setuptools==75.8.0"] linting = ["pylint==3.3.2"] spellcheck = ["codespell==2.3.0"] test_packaging = [ "build==1.2.2.post1", - "setuptools==75.6.0", + "setuptools==75.8.0", "setuptools-scm==8.1.0", "twine==6.0.1", ] tests = [ "pytest==8.3.4", - "pytest-asyncio==0.25.0", + "pytest-asyncio==0.25.2", "pytest-datafiles==3.0.0", "pytest-mock==3.14.0", ] diff --git a/requirements.txt b/requirements.txt index b37d77ed..0bf1c552 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ inject==5.2.1 # via -r requirements.in lark==1.2.2 # via -r requirements.in -marshmallow==3.24.0 +marshmallow==3.25.1 # via # -r requirements.in # marshmallow-enum