Skip to content

Commit 2b7b83c

Browse files
committed
Bump urllib3 to address security vulnerability
`urllib3 <v2.6.3` has a security vulnerability reported in GHSA-38jv-5279-wg99, so we are bumping the version to `2.6.3` without waiting for a 7-day cooldown period. The `exclude-newer-package` timestamp should be removed once it is 7 days old, as per the guidelines in `DEVELOPERS.md`.
1 parent 2e8eeba commit 2b7b83c

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ isort.lines-after-imports = 2
6060
# See https://github.com/opensafely-core/repo-template/blob/main/DEVELOPERS.md for details
6161
[tool.uv]
6262
exclude-newer = "2025-12-31T00:00:00Z"
63-
exclude-newer-package = {}
63+
exclude-newer-package = {"urllib3"="2026-01-07T16:31:00Z"}
6464

6565
[dependency-groups]
6666
dev = [

requirements.uvmirror.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sqlglot==28.5.0
4545
# via sqlrunner
4646
structlog==25.5.0
4747
# via sqlrunner
48-
urllib3==2.6.2
48+
urllib3==2.6.3
4949
# via
5050
# docker
5151
# requests

uv.lock

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)