Skip to content

Commit

Permalink
fix: pin marshmallow dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Panaetius committed Jan 7, 2025
1 parent 6545be9 commit 5abc38c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9,3.10,3.11]
steps:
- uses: actions/checkout@v2
- run: git fetch --depth=1 origin +refs/tags/*:refs/tags/*
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9,3.10,3.11]
steps:
- uses: actions/checkout@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.7.1"
marshmallow = "^3.14.0"
marshmallow = "~3.23.0"
pyld = "^2.0.2"
Jinja2 = {version = ">=3.0.0,<3.1.0", optional = true}
sphinx = {version = "^3.0.3", optional = true}
Expand Down

0 comments on commit 5abc38c

Please sign in to comment.