audit-labs/audit-tools

A collection of scripts, queries, and other goodies you can use in an audit.

clone: git clone https://gitbay.org/audit-labs/audit-tools.git

9735c53a4e2eac2408a508900185bbe71dbab5db

signed_unknown_key

author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> · 2026-05-07T22:25:20Z
committer: <noreply@github.com>

Update urllib3 requirement from >=2.6.3 to >=2.7.0

Updates the requirements on [urllib3](https://github.com/urllib3/urllib3) to permit the latest version.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.6.3...2.7.0)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-version: 2.7.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
 requirements.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements.txt b/requirements.txt
index 133cf50..8ce6c25 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -2,5 +2,5 @@ pandas
 requests
 dash
 plotly
-urllib3>=2.6.3
+urllib3>=2.7.0
 Werkzeug>=3.1.8