Skip to content

Commit 494ffd5

Browse files
build(deps-dev): bump the pytest group across 1 directory with 5 updates
Bumps the pytest group with 5 updates in the /it/python directory: | Package | From | To | | --- | --- | --- | | [astroid](https://github.com/pylint-dev/astroid) | `4.0.3` | `4.1.2` | | [isort](https://github.com/PyCQA/isort) | `7.0.0` | `8.0.1` | | [pylint](https://github.com/pylint-dev/pylint) | `4.0.4` | `4.0.6` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.2` | `9.1.1` | | [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) | `1.3.0` | `1.4.0` | Updates `astroid` from 4.0.3 to 4.1.2 - [Release notes](https://github.com/pylint-dev/astroid/releases) - [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog) - [Commits](pylint-dev/astroid@v4.0.3...v4.1.2) Updates `isort` from 7.0.0 to 8.0.1 - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@7.0.0...8.0.1) Updates `pylint` from 4.0.4 to 4.0.6 - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v4.0.4...v4.0.6) Updates `pytest` from 9.0.2 to 9.1.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@9.0.2...9.1.1) Updates `pytest-asyncio` from 1.3.0 to 1.4.0 - [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases) - [Commits](pytest-dev/pytest-asyncio@v1.3.0...v1.4.0) --- updated-dependencies: - dependency-name: astroid dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: isort dependency-version: 8.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: pytest - dependency-name: pylint dependency-version: 4.0.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pytest - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest - dependency-name: pytest-asyncio dependency-version: 1.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: pytest ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ddac007 commit 494ffd5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

it/python/requirements-dev.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-i https://pypi.org/simple
22

3-
astroid==4.0.3 ; python_full_version >= '3.7.2'
3+
astroid==4.1.2 ; python_full_version >= '3.7.2'
44

55
certifi==2026.6.17 ; python_version >= '3.6'
66

@@ -24,7 +24,7 @@ importlib-metadata==6.8.0 ; python_version >= '3.7'
2424

2525
iniconfig==2.3.0 ; python_version >= '3.7'
2626

27-
isort==7.0.0
27+
isort==8.0.1
2828

2929
lazy-object-proxy==1.12.0 ; python_version >= '3.7'
3030

@@ -40,11 +40,11 @@ platformdirs==4.10.0 ; python_version >= '3.7'
4040

4141
pluggy==1.6.0 ; python_version >= '3.7'
4242

43-
pylint==4.0.4
43+
pylint==4.0.6
4444

45-
pytest==9.0.2
45+
pytest==9.1.1
4646

47-
pytest-asyncio==1.3.0
47+
pytest-asyncio==1.4.0
4848

4949
requests==2.32.5 ; python_version >= '3.7'
5050

0 commit comments

Comments
 (0)