From a2c6b14bef2458d89460d1cfc2248681a6b65a96 Mon Sep 17 00:00:00 2001 From: "gh-worker-campaigns-3e9aa4[bot]" <244854796+gh-worker-campaigns-3e9aa4[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 23:16:54 +0000 Subject: [PATCH] Executing automated changes --- pyproject.toml | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index df9f58a23..91bda268c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ version = "2.9.0" guarddog = "guarddog.cli:cli" [tool.poetry.dependencies] -click = "^8.1.3" +click = "^8.3.1" configparser = ">=5.3,<8.0" disposable-email-domains = ">=0.0.103,<0.0.170" prettytable="^3.6.0" @@ -21,9 +21,9 @@ python-whois = ">=0.8,<0.10" # 1.12+ requires new version of libgit2 which is not avaiable in Alpine pygit2 = ">=1.11,<1.19" pyyaml = "^6.0" -requests = "^2.29.0" +requests = "^2.33.1" semantic-version = "^2.10.0" -semgrep = "^1.147.0" +semgrep = "^1.154.0" tarsafe = "^0.0.5" termcolor = "^3.3.0" urllib3 = "^2.5.0" @@ -38,6 +38,12 @@ pytest-mock = "^3.11.1" sarif-tools = ">=2,<4" black = "^26.3.1" + +[[tool.poetry.source]] +name = "internal" +url = "https://depot-read-api-python.us1.ddbuild.io/magicmirror/magicmirror/@current/simple/" +priority = "primary" + [tool.pytest.ini_options] filterwarnings = [ "ignore::DeprecationWarning"