Skip to content

Commit

Permalink
Merge pull request #2699 from cglewis/main
Browse files Browse the repository at this point in the history
update pytype and bjeorn
  • Loading branch information
cglewis authored Sep 12, 2022
2 parents af1d218 + 05635ca commit d3d0b49
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 60 deletions.
40 changes: 20 additions & 20 deletions lib/poseidon_api/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions lib/poseidon_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [

[tool.poetry.dependencies]
python = ">=3.8 <3.11"
bjoern = "3.2.1"
bjoern = "3.2.2"
falcon = "3.1.0"
falcon-cors = "1.1.7"
httpx = "0.23.0"
Expand All @@ -26,7 +26,7 @@ netifaces = "0.11.0"
pylint = "2.15.2"
pytest-cov = "3.0.0"
pytest = "7.1.3"
pytype = "2022.8.30"
pytype = "2022.9.8"
"ruamel.yaml" = "0.17.21"

[tool.poetry.scripts]
Expand Down
36 changes: 18 additions & 18 deletions lib/poseidon_cli/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/poseidon_cli/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ netifaces = "0.11.0"
pylint = "2.15.2"
pytest-cov = "3.0.0"
pytest = "7.1.3"
pytype = "2022.8.30"
pytype = "2022.9.8"
"ruamel.yaml" = "0.17.21"

[tool.poetry.scripts]
Expand Down
36 changes: 18 additions & 18 deletions lib/poseidon_core/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/poseidon_core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ netifaces = "0.11.0"
pylint = "2.15.2"
pytest-cov = "3.0.0"
pytest = "7.1.3"
pytype = "2022.8.30"
pytype = "2022.9.8"
"ruamel.yaml" = "0.17.21"

[tool.poetry.scripts]
Expand Down

0 comments on commit d3d0b49

Please sign in to comment.