Skip to content

Commit 531693c

Browse files
emosenkisgirtsf
authored andcommitted
Bump Jinja2 to 3.0.3. (danielgtaylor#330)
1 parent 6dd7baa commit 531693c

File tree

2 files changed

+49
-9
lines changed

2 files changed

+49
-9
lines changed

poetry.lock

+47-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ python = ">=3.6.2,<4.0"
1616
black = { version = ">=19.3b0", optional = true }
1717
dataclasses = { version = "^0.7", python = ">=3.6, <3.7" }
1818
grpclib = "^0.4.1"
19-
jinja2 = { version = "^2.11.2", optional = true }
19+
jinja2 = { version = ">=2.11.2", optional = true }
2020
python-dateutil = "^2.8"
2121

2222
[tool.poetry.dev-dependencies]
2323
asv = "^0.4.2"
2424
black = "^21.11b0"
2525
bpython = "^0.19"
2626
grpcio-tools = "^1.40.0"
27-
jinja2 = "^2.11.2"
27+
jinja2 = ">=2.11.2"
2828
mypy = "^0.930"
2929
poethepoet = ">=0.9.0"
3030
protobuf = "^3.12.2"

0 commit comments

Comments
 (0)