Skip to content

Commit 01eab14

Browse files
authoredMay 4, 2022
[skip-changelog] Update some python dependencies (#1724)
1 parent eeea659 commit 01eab14

File tree

2 files changed

+207
-265
lines changed

2 files changed

+207
-265
lines changed
 

‎poetry.lock

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

‎pyproject.toml

+3-3
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"
@@ -26,7 +26,7 @@ mkdocs-material = "^7.1.8"
2626
mdx-truly-sane-lists = "^1.2"
2727
GitPython = "^3.1.20"
2828
mike = "^1.0.1"
29-
black = "^21.7b0"
29+
black = "^22.3"
3030
flake8 = "^3.9.2"
3131
pep8-naming = "^0.12.1"
3232

0 commit comments

Comments
 (0)
Please sign in to comment.