Skip to content

Commit

Permalink
⬆️ bump lower bound for urllib3-future to 2.10.904
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 13, 2024
1 parent 83611a9 commit 2aea926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ repos:
- id: mypy
args: [--check-untyped-defs]
exclude: 'tests/|noxfile.py'
additional_dependencies: ['charset_normalizer', 'urllib3.future>=2.10.900', 'wassima>=1.0.1', 'idna', 'kiss_headers']
additional_dependencies: ['charset_normalizer', 'urllib3.future>=2.10.903', 'wassima>=1.0.1', 'idna', 'kiss_headers']
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dynamic = ["version"]
dependencies = [
"charset_normalizer>=2,<4",
"idna>=2.5,<4",
"urllib3.future>=2.10.900,<3",
"urllib3.future>=2.10.904,<3",
"wassima>=1.0.1,<2",
"kiss_headers>=2,<4",
]
Expand Down

0 comments on commit 2aea926

Please sign in to comment.