Skip to content

Commit cf11e5b

Browse files
chore: update dependencies (#51)
* Bump pytest-cov from 3.0.0 to 7.0.0 Bumps [pytest-cov](https://github.com/pytest-dev/pytest-cov) from 3.0.0 to 7.0.0. - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v3.0.0...v7.0.0) --- updated-dependencies: - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump pytest from 7.1.2 to 8.4.2 Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.1.2 to 8.4.2. - [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.1.2...8.4.2) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Bump pylint from 2.14.5 to 3.3.9 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.14.5 to 3.3.9. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](pylint-dev/pylint@v2.14.5...v3.3.9) --- updated-dependencies: - dependency-name: pylint dependency-version: 3.3.9 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: eliflores <eliflores@users.noreply.github.com>
1 parent 30c454c commit cf11e5b

File tree

2 files changed

+161
-254
lines changed

2 files changed

+161
-254
lines changed

Pipfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ name = "pypi"
66
[packages]
77

88
[dev-packages]
9-
pytest = "==7.1.2"
10-
pylint = "==2.14.5"
9+
pytest = "==8.4.2"
10+
pylint = "==3.3.9"
1111
pycodestyle = "==2.14.0"
12-
pytest-cov = "==3.0.0"
12+
pytest-cov = "==7.0.0"
1313

1414
[scripts]
1515
tests = "pytest -vv --cov-report xml:coverage-reports/coverage.xml --cov=katas tests/"

0 commit comments

Comments
 (0)