Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/dev_requirements/jinja2-3.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
hf-kklein authored Jan 14, 2025
2 parents 810bbe5 + c584303 commit 6955b41
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6955b41

Please sign in to comment.