Skip to content

Commit d3d0b49

Browse files
authored
Merge pull request #2699 from cglewis/main
update pytype and bjeorn
2 parents af1d218 + 05635ca commit d3d0b49

File tree

6 files changed

+60
-60
lines changed

6 files changed

+60
-60
lines changed

lib/poseidon_api/poetry.lock

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

lib/poseidon_api/pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ packages = [
1010

1111
[tool.poetry.dependencies]
1212
python = ">=3.8 <3.11"
13-
bjoern = "3.2.1"
13+
bjoern = "3.2.2"
1414
falcon = "3.1.0"
1515
falcon-cors = "1.1.7"
1616
httpx = "0.23.0"
@@ -26,7 +26,7 @@ netifaces = "0.11.0"
2626
pylint = "2.15.2"
2727
pytest-cov = "3.0.0"
2828
pytest = "7.1.3"
29-
pytype = "2022.8.30"
29+
pytype = "2022.9.8"
3030
"ruamel.yaml" = "0.17.21"
3131

3232
[tool.poetry.scripts]

lib/poseidon_cli/poetry.lock

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

lib/poseidon_cli/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ netifaces = "0.11.0"
2424
pylint = "2.15.2"
2525
pytest-cov = "3.0.0"
2626
pytest = "7.1.3"
27-
pytype = "2022.8.30"
27+
pytype = "2022.9.8"
2828
"ruamel.yaml" = "0.17.21"
2929

3030
[tool.poetry.scripts]

lib/poseidon_core/poetry.lock

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

lib/poseidon_core/pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ netifaces = "0.11.0"
2828
pylint = "2.15.2"
2929
pytest-cov = "3.0.0"
3030
pytest = "7.1.3"
31-
pytype = "2022.8.30"
31+
pytype = "2022.9.8"
3232
"ruamel.yaml" = "0.17.21"
3333

3434
[tool.poetry.scripts]

0 commit comments

Comments
 (0)