From 55b9cf4c077d320ac401ee1f2a630fb2090c5a73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:26:41 +0000 Subject: [PATCH] build(deps): bump the pip group across 1 directory with 5 updates Bumps the pip group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [mypy](https://github.com/python/mypy) | `1.11.2` | `1.14.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.6.9` | `0.8.6` | | [bandit](https://github.com/PyCQA/bandit) | `1.7.10` | `1.8.0` | | [semgrep](https://github.com/returntocorp/semgrep) | `1.90.0` | `1.101.0` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.0.0` | `4.0.1` | Updates `mypy` from 1.11.2 to 1.14.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.11.2...v1.14.1) Updates `ruff` from 0.6.9 to 0.8.6 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.6.9...0.8.6) Updates `bandit` from 1.7.10 to 1.8.0 - [Release notes](https://github.com/PyCQA/bandit/releases) - [Commits](https://github.com/PyCQA/bandit/compare/1.7.10...1.8.0) Updates `semgrep` from 1.90.0 to 1.101.0 - [Release notes](https://github.com/returntocorp/semgrep/releases) - [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md) - [Commits](https://github.com/returntocorp/semgrep/compare/v1.90.0...v1.101.0) Updates `pre-commit` from 4.0.0 to 4.0.1 - [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/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: mypy dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: bandit dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: semgrep dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: pre-commit dependency-type: direct:production update-type: version-update:semver-patch dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 36cd8db..5817267 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,20 +66,20 @@ optionals = ["tgateway[cli]"] types = [ "tgateway[optionals]", - "mypy==1.11.2", + "mypy==1.14.1", ] lint = [ "tgateway[types]", - "ruff==0.6.9", - "bandit==1.7.10", - "semgrep==1.90.0", + "ruff==0.8.6", + "bandit==1.8.0", + "semgrep==1.101.0", "codespell==2.3.0", ] dev = [ "tgateway[optionals,lint]", - "pre-commit==4.0.0", + "pre-commit==4.0.1", ] [project.urls]