Skip to content

Commit 4ea065e

Browse files
Bump the python-packages group across 1 directory with 4 updates
Updates the requirements on [pytest](https://github.com/pytest-dev/pytest), [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio), [faker](https://github.com/joke2k/faker) and [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version. Updates `pytest` to 9.0.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.3.0...9.0.1) Updates `pytest-asyncio` to 1.3.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v0.25.0...v1.3.0) Updates `faker` to 38.2.0 - [Release notes](https://github.com/joke2k/faker/releases) - [Changelog](https://github.com/joke2k/faker/blob/master/CHANGELOG.md) - [Commits](joke2k/faker@v37.0.0...v38.2.0) Updates `sphinx` to 9.0.0 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.2.3...v9.0.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 9.0.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: pytest-asyncio dependency-version: 1.3.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: faker dependency-version: 38.2.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: sphinx dependency-version: 9.0.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cba7260 commit 4ea065e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ dev = [
3636
"ipywidgets",
3737
]
3838
test = [
39-
"pytest>=8.3,<9.0",
40-
"pytest-asyncio>=0.25,<1.0",
39+
"pytest>=8.3,<10.0",
40+
"pytest-asyncio>=0.25,<2.0",
4141
"pytest-xdist>=3.6,<4.0",
4242
# "pytest-mock~=3.14",
43-
"Faker>=37.0,<38.0",
43+
"Faker>=37.0,<39.0",
4444
]
4545
docs = [
46-
"sphinx>=8.2.3,<9.0",
46+
"sphinx>=8.2.3,<10.0",
4747
"sphinx-rtd-theme>=3.0.2,<4.0",
4848
"sphinx-design>=0.6.1,<1.0",
4949
"sphinx-new-tab-link>=0.7.0,<1.0",

0 commit comments

Comments
 (0)