Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 298d666

Browse files
committedMay 3, 2022
Update some python dependencies
1 parent 9299579 commit 298d666

File tree

2 files changed

+180
-254
lines changed

2 files changed

+180
-254
lines changed
 

‎poetry.lock

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

‎pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ description = "Project used to run integration tests for the Arduino CLI"
55
authors = []
66

77
[tool.poetry.dependencies]
8-
python = ">=3.8, !=3.9.7"
8+
python = ">=3.8, !=3.9.7, <4"
99
pytest = "6.0.2"
1010
simplejson = "3.17.0"
1111
semver = "2.13.0"
1212
pyserial = "3.4"
1313
pyyaml = "5.4"
1414
prometheus-client = "0.7.1"
15-
requests = "2.22.0"
15+
requests = "^2.22.0"
1616
pytest-timeout = "1.3.4"
1717
invoke = "1.4.1"
1818
filelock = "^3.0.12"
@@ -27,6 +27,7 @@ mdx-truly-sane-lists = "^1.2"
2727
GitPython = "^3.1.20"
2828
mike = "^1.0.1"
2929
black = "^21.7b0"
30+
click = "8.0.4"
3031
flake8 = "^3.9.2"
3132
pep8-naming = "^0.12.1"
3233

0 commit comments

Comments
 (0)
Please sign in to comment.