Skip to content

Commit cd3b0b6

Browse files
chore(deps): bump urllib3 from 2.6.3 to 2.7.0 (#44)
* chore(deps): bump urllib3 from 2.6.3 to 2.7.0 Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.6.3 to 2.7.0. - [Release notes](https://github.com/urllib3/urllib3/releases) - [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst) - [Commits](urllib3/urllib3@2.6.3...2.7.0) --- updated-dependencies: - dependency-name: urllib3 dependency-version: 2.7.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * fix: keep urllib3 lock compatible with Python 3.9 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Michael D'Angelo <mdangelo@openai.com>
1 parent 6cbc93c commit cd3b0b6

2 files changed

Lines changed: 28 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@ dev = [
4242
"types-pyyaml>=6.0.0",
4343
]
4444

45+
[tool.uv]
46+
constraint-dependencies = [
47+
"urllib3<2.7; python_full_version < '3.10'",
48+
]
49+
4550
[project.scripts]
4651
promptfoo = "promptfoo.cli:main"
4752

uv.lock

Lines changed: 23 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)