Skip to content

Commit 77a1f76

Browse files
fix(deps): Update jinja2 requirement from 3.0.0 to 3.1.2 (#248)
1 parent f2e2e17 commit 77a1f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@ urllib3 = ">=1.22.0,<3"
7373
optional = true
7474

7575
[tool.poetry.group.docs.dependencies]
76-
sphinx = "^1.3.0"
76+
sphinx = "^6.0.0"
7777
sphinx-rtd-theme = "^1.3.0"
7878
certifi = ">=2018.4.16"
7979
expiringdict = ">=1.1.4"
8080
pyrfc3339 = ">=1.0"
8181
jsonpickle = ">1.4.1"
8282
semver = ">=2.7.9"
8383
urllib3 = ">=1.22.0"
84-
jinja2 = "3.0.0"
84+
jinja2 = "3.1.2"
8585

8686
[tool.mypy]
8787
python_version = "3.8"

0 commit comments

Comments
 (0)