3 Commits

Author SHA1 Message Date
f49eec845b chore(pip-dev)(deps-dev): bump setuptools from 71.1.0 to 72.1.0
Bumps [setuptools](https://github.com/pypa/setuptools) from 71.1.0 to 72.1.0.
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](https://github.com/pypa/setuptools/compare/v71.1.0...v72.1.0)

---
updated-dependencies:
- dependency-name: setuptools
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 23:18:21 +01:00
42ef7c0118 chore(pip-dev)(deps-dev): bump pre-commit from 3.7.1 to 3.8.0
Bumps [pre-commit](https://github.com/pre-commit/pre-commit) from 3.7.1 to 3.8.0.
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/pre-commit/pre-commit/compare/v3.7.1...v3.8.0)

---
updated-dependencies:
- dependency-name: pre-commit
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-29 17:26:18 +01:00
9067051fe7 chore(pip-dev)(deps-dev): bump pytest from 8.3.1 to 8.3.2
Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.1 to 8.3.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/8.3.1...8.3.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-07-26 16:17:35 +01:00
3 changed files with 7 additions and 7 deletions

8
poetry.lock generated
View File

@ -582,13 +582,13 @@ testing = ["pytest", "pytest-benchmark"]
[[package]]
name = "pre-commit"
version = "3.7.1"
version = "3.8.0"
description = "A framework for managing and maintaining multi-language pre-commit hooks."
optional = false
python-versions = ">=3.9"
files = [
{file = "pre_commit-3.7.1-py2.py3-none-any.whl", hash = "sha256:fae36fd1d7ad7d6a5a1c0b0d5adb2ed1a3bda5a21bf6c3e5372073d7a11cd4c5"},
{file = "pre_commit-3.7.1.tar.gz", hash = "sha256:8ca3ad567bc78a4972a3f1a477e94a79d4597e8140a6e0b651c5e33899c3654a"},
{file = "pre_commit-3.8.0-py2.py3-none-any.whl", hash = "sha256:9a90a53bf82fdd8778d58085faf8d83df56e40dfe18f45b19446e26bf1b3a63f"},
{file = "pre_commit-3.8.0.tar.gz", hash = "sha256:8bb6494d4a20423842e198980c9ecf9f96607a07ea29549e180eef9ae80fe7af"},
]
[package.dependencies]
@ -1012,4 +1012,4 @@ files = [
[metadata]
lock-version = "2.0"
python-versions = "^3.11.2"
content-hash = "978babbe60380c99ef5f72280790a72c2c8158d1c5b7fb64b70d042db9f86c0b"
content-hash = "544d9df7306a1e505d709f46b716b4e8e5f9a96b90a9d83c734bdce221e51847"

View File

@ -17,7 +17,7 @@ coverage = "^7.6.0"
pylint = "^3.2.6"
pylint-exit = "^1.2.0"
pytest = "^8.3.2"
pre-commit = "^3.7.1"
pre-commit = "^3.8.0"
[build-system]
requires = ["poetry-core"]

View File

@ -22,9 +22,9 @@ pre-commit==3.7.1
pylint-exit==1.2.0
pylint==3.2.6
pylint-exit==1.2.0
pytest==8.3.1
pytest==8.3.2
PyYAML==6.0.1
setuptools==71.1.0
setuptools==72.1.0
tomlkit==0.13.0
virtualenv==20.26.3
wrapt==1.16.0