From ed4708d81fcae985ec8a158b4f50d20b9ed5318e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jul 2026 05:13:07 +0000 Subject: [PATCH] deps: bump the python-dependencies group with 9 updates Updates the requirements on [rich-argparse](https://github.com/hamdanal/rich-argparse), [pytest](https://github.com/pytest-dev/pytest), [pytest-httpx](https://github.com/Colin-b/pytest_httpx), [ruff](https://github.com/astral-sh/ruff), [mypy](https://github.com/python/mypy), [pre-commit](https://github.com/pre-commit/pre-commit), [build](https://github.com/pypa/build), [twine](https://github.com/pypa/twine) and [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Updates `rich-argparse` to 1.8.0 - [Release notes](https://github.com/hamdanal/rich-argparse/releases) - [Changelog](https://github.com/hamdanal/rich-argparse/blob/main/CHANGELOG.md) - [Commits](https://github.com/hamdanal/rich-argparse/compare/v1.4.0...v1.8.0) Updates `pytest` 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](https://github.com/pytest-dev/pytest/compare/8.0.0...9.1.1) Updates `pytest-httpx` to 0.36.2 - [Release notes](https://github.com/Colin-b/pytest_httpx/releases) - [Changelog](https://github.com/Colin-b/pytest_httpx/blob/develop/CHANGELOG.md) - [Commits](https://github.com/Colin-b/pytest_httpx/compare/v0.30.0...0.36.2) Updates `ruff` to 0.16.0 - [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/v0.4.0...0.16.0) Updates `mypy` to 2.3.0 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.10.0...v2.3.0) Updates `pre-commit` to 4.6.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.6.0...v4.6.1) Updates `build` to 1.5.0 - [Release notes](https://github.com/pypa/build/releases) - [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pypa/build/compare/1.2.0...1.5.0) Updates `twine` to 7.0.0 - [Release notes](https://github.com/pypa/twine/releases) - [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/twine/compare/5.0.0...7.0.0) Updates `setuptools` to 83.0.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/v77.0.0...v83.0.0) --- updated-dependencies: - dependency-name: rich-argparse dependency-version: 1.8.0 dependency-type: direct:production dependency-group: python-dependencies - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pytest-httpx dependency-version: 0.36.2 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: mypy dependency-version: 2.3.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: build dependency-version: 1.5.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: twine dependency-version: 7.0.0 dependency-type: direct:development dependency-group: python-dependencies - dependency-name: setuptools dependency-version: 83.0.0 dependency-type: direct:development dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index d00ed21..d01c417 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [build-system] -requires = ["setuptools>=77.0"] +requires = ["setuptools>=83.0.0"] build-backend = "setuptools.build_meta" [project] @@ -16,7 +16,7 @@ authors = [ dependencies = [ "httpx[socks]>=0.28.1", "rich>=15.0.0", - "rich-argparse>=1.4", + "rich-argparse>=1.8.0", "tomli>=2.0; python_version < '3.11'", ] @@ -27,15 +27,15 @@ Source = "https://github.com/lightos/Panoptic" [project.optional-dependencies] dev = [ - "pytest>=8.0", + "pytest>=9.1.1", "pytest-asyncio>=1.4.0", - "pytest-httpx>=0.30", - "ruff>=0.4", - "mypy>=1.10", - "pre-commit>=4.6.0", + "pytest-httpx>=0.36.2", + "ruff>=0.16.0", + "mypy>=2.3.0", + "pre-commit>=4.6.1", "pip-audit>=2.10.1", - "build>=1.2", - "twine>=5.0", + "build>=1.5.0", + "twine>=7.0.0", ] [tool.setuptools.packages.find]