diff --git a/.bandit b/.bandit index f95f90a6..1dd837b4 100644 --- a/.bandit +++ b/.bandit @@ -1,3 +1,3 @@ [bandit] exclude = ./.tox,tests,docs -skips = B101 +skips = B101,B614 diff --git a/pyproject.toml b/pyproject.toml index 6cfd7224..b0a275df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,6 @@ dev = [ "ruff", "tox", "typeguard", - "types-pkg_resources", # Security pin "gitpython>=3.1.30", ] diff --git a/requirements/dev-3.10.in b/requirements/dev-3.10.in index 91c42b9c..c567217d 100644 --- a/requirements/dev-3.10.in +++ b/requirements/dev-3.10.in @@ -9,5 +9,4 @@ pytest pytest-cov ruff tox -types-pkg_resources gitpython>=3.1.30 diff --git a/requirements/dev-3.10.txt b/requirements/dev-3.10.txt index 6baff278..8b1ed558 100644 --- a/requirements/dev-3.10.txt +++ b/requirements/dev-3.10.txt @@ -102,7 +102,6 @@ torch==2.1.2 ; python_version >= "3.10" and python_version < "4.0" tqdm==4.66.2 ; python_version >= "3.10" and python_version < "4.0" triton==2.1.0 ; platform_system == "Linux" and platform_machine == "x86_64" and python_version >= "3.10" and python_version < "4.0" typeguard==2.13.3 ; python_version >= "3.10" and python_version < "4.0" -types-pkg-resources==0.1.3 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.9.0 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.2.0 ; python_version >= "3.10" and python_version < "4.0" virtualenv==20.25.0 ; python_version >= "3.10" and python_version < "4.0"