chore(tests): bump deps to close 8 dependabot alerts (#11076)

Bumps direct pins pytest>=9.0.3 (GHSA-6w46-j5rx-g56g) and requests>=2.33.0
(GHSA-gc5v-m9x4-r6x2). uv lock --upgrade then refreshes everything
transitive, which covers:

- cryptography 46.0.3 -> 46.0.7 (GHSA-r6ph-v2qm-q3c2 high, GHSA-p423-j2cm-9vmq
  medium, GHSA-m959-cc7f-wv43 low)
- python-dotenv 1.2.1 -> 1.2.2 (GHSA-mf9w-mj56-hr94)
- Pygments 2.19.2 -> 2.20.0 (GHSA-5239-wwwm-4pmq)
- jwcrypto 1.5.6 -> 1.5.7 (GHSA-fjrm-76x2-c4q4 — PyPI has 1.5.7, GitHub's
  advisory hasn't catalogued the patched version yet)

Risk: python-keycloak majored 6.0.0 -> 7.1.1. The 7.0 release tightens
return-type handling and can now raise TypeError on mismatch. Imports
collect cleanly (499 tests) but only the callbackauthn suite exercises
KeycloakAdmin at runtime — watch that job in CI.
This commit is contained in:
Pandey
2026-04-23 12:56:29 +00:00
committed by GitHub
parent 6996d41b01
commit aeadeacc70
2 changed files with 394 additions and 388 deletions
+2 -2
View File
@@ -5,14 +5,14 @@ description = ""
authors = [{ name = "therealpandey", email = "vibhupandey28@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"pytest>=8.3.5",
"pytest>=9.0.3",
"psycopg2>=2.9.10",
"testcontainers[clickhouse,keycloak,postgres]>=4.13.1",
"wiremock>=2.6.1",
"numpy>=2.3.2",
"clickhouse-connect>=0.8.18",
"svix-ksuid>=0.6.2",
"requests>=2.32.4",
"requests>=2.33.0",
"sqlalchemy>=2.0.43",
"selenium>=4.40.0",
"isodate>=0.7.2",
Generated
+392 -386
View File
File diff suppressed because it is too large Load Diff