Skip to content

Commit

Permalink
fix(deps): Update jinja2 requirement from 3.0.0 to 3.1.2 (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Jan 11, 2024
1 parent f2e2e17 commit 77a1f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@ urllib3 = ">=1.22.0,<3"
optional = true

[tool.poetry.group.docs.dependencies]
sphinx = "^1.3.0"
sphinx = "^6.0.0"
sphinx-rtd-theme = "^1.3.0"
certifi = ">=2018.4.16"
expiringdict = ">=1.1.4"
pyrfc3339 = ">=1.0"
jsonpickle = ">1.4.1"
semver = ">=2.7.9"
urllib3 = ">=1.22.0"
jinja2 = "3.0.0"
jinja2 = "3.1.2"

[tool.mypy]
python_version = "3.8"
Expand Down

0 comments on commit 77a1f76

Please sign in to comment.