Skip to content

Commit c4e5c97

Browse files
authored
chore: update jinja, fastapi and starlette dependency (#570)
1 parent 4963bb1 commit c4e5c97

2 files changed

Lines changed: 53 additions & 37 deletions

File tree

poetry.lock

Lines changed: 49 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pykiso"
3-
version = "1.6.4"
3+
version = "1.7.0"
44
description = "Embedded integration testing framework."
55
authors = ["Sebastian Fischer <sebastian.fischer@de.bosch.com>"]
66
license = "Eclipse Public License - v 2.0"
@@ -31,7 +31,7 @@ classifiers = [
3131

3232
[tool.poetry.dependencies]
3333
python = "^3.10"
34-
Jinja2 = "^3.0.0"
34+
Jinja2 = "^3.1.6"
3535
importlib-metadata = { version = ">=4.12,<7.0", python = "<3.8" }
3636
black = { version = "*", optional = true }
3737
brainstem = "*"
@@ -59,9 +59,10 @@ robotframework = "3.2.2"
5959
tabulate = ">=0.8.9,<0.10.0"
6060
unittest-xml-reporting = "^3.2.0"
6161
viztracer = "^1.0.1"
62-
fastapi = "^0.115.3"
62+
fastapi = ">=0.115.3"
6363
uvicorn = "^0.32.0"
6464
xmltodict = "^0.14.2"
65+
starlette = ">=0.47.2"
6566

6667
[tool.poetry.extras]
6768
plugins = [

0 commit comments

Comments
 (0)