Merge pull request #1713 from GSA/dependabot/pip/setuptools-80.6.0

Bump setuptools from 80.4.0 to 80.6.0
This commit is contained in:
Alex Janousek
2025-05-15 11:32:37 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -4618,14 +4618,14 @@ jeepney = ">=0.6"
[[package]]
name = "setuptools"
version = "80.4.0"
version = "80.6.0"
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.9"
groups = ["dev"]
files = [
{file = "setuptools-80.4.0-py3-none-any.whl", hash = "sha256:6cdc8cb9a7d590b237dbe4493614a9b75d0559b888047c1f67d49ba50fc3edb2"},
{file = "setuptools-80.4.0.tar.gz", hash = "sha256:5a78f61820bc088c8e4add52932ae6b8cf423da2aff268c23f813cfbb13b4006"},
{file = "setuptools-80.6.0-py3-none-any.whl", hash = "sha256:3f6586e9196c76f59857319fdca6571efd156a4b57d6069fd774145c4b5655a2"},
{file = "setuptools-80.6.0.tar.gz", hash = "sha256:79cf4c44dfd0b5fb890be2dccc3fbd405253ce3baedd2700b54880a75219ea25"},
]
[package.extras]
@@ -5599,4 +5599,4 @@ cffi = ["cffi (>=1.11)"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12.2"
content-hash = "893cf0f6466d45310ed2ed5b981942e33902a4666caf486b801d479dbfad7ad2"
content-hash = "c6586a6fac5b972f4450eb43acef947763798ea2b8dd75d7bbbdb4b016291c04"

View File

@@ -102,7 +102,7 @@ pytest-cov = "^6.1.1"
pytest-xdist = "^3.5.0"
radon = "^6.0.1"
requests-mock = "^1.11.0"
setuptools = "^80.4.0"
setuptools = "^80.6.0"
sqlalchemy-utils = "^0.41.2"
vulture = "^2.10"
detect-secrets = "^1.5.0"