Skip to content

Commit 3ac2cd1

Browse files
build(deps-dev): bump pytest from 7.4.3 to 8.3.4 (#409)
* build(deps-dev): bump pytest from 7.4.3 to 8.3.4 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.3 to 8.3.4. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@7.4.3...8.3.4) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps-dev): bump pytest-asyncio * build(deps-client): bump pytest --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: F-G Fernandez <[email protected]>
1 parent fc22e27 commit 3ac2cd1

File tree

3 files changed

+19
-33
lines changed

3 files changed

+19
-33
lines changed

client/pyproject.toml

Lines changed: 4 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,13 @@ dependencies = [
3535

3636
[project.optional-dependencies]
3737
test = [
38-
"pytest>=5.3.2",
39-
"pytest-cov>=3.0.0,<5.0.0",
38+
"pytest==8.3.4",
39+
"pytest-cov>=4.0.0,<5.0.0",
4040
"pytest-pretty>=1.0.0,<2.0.0",
41+
"types-requests>=2.0.0",
4142
]
4243
quality = [
43-
"mypy==1.4.1",
44+
"mypy==1.10.0",
4445
]
4546
docs = [
4647
"sphinx>=3.0.0,!=3.5.0",
@@ -51,21 +52,6 @@ docs = [
5152
"Jinja2<3.1",
5253
"furo>=2022.3.4",
5354
]
54-
dev = [
55-
# test
56-
"pytest>=5.3.2",
57-
"pytest-cov>=3.0.0,<5.0.0",
58-
"pytest-pretty>=1.0.0,<2.0.0",
59-
# style
60-
"mypy==1.4.1",
61-
# docs
62-
"sphinx>=3.0.0,!=3.5.0",
63-
"sphinxemoji>=0.1.8",
64-
"sphinx-copybutton>=0.3.1",
65-
"docutils<0.18",
66-
"Jinja2<3.1",
67-
"furo>=2022.3.4",
68-
]
6955

7056
[project.urls]
7157
documentation = "https://pyronear.org/pyro-api"

poetry.lock

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

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ pre-commit = "^4.0.1"
4545
optional = true
4646

4747
[tool.poetry.group.test.dependencies]
48-
pytest = ">=7.3.2,<9.0.0"
49-
pytest-asyncio = ">=0.17.0,<1.0.0"
48+
pytest = "==8.3.4"
49+
pytest-asyncio = "==0.21.2"
5050
pytest-cov = "^4.0.0"
5151
pytest-pretty = "^1.0.0"
5252
httpx = ">=0.23.0"

0 commit comments

Comments
 (0)