Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,9 @@ typing-extensions==4.14.1
# referencing
# starlette
# uvicorn
urllib3==1.26.20
urllib3==1.26.20 ; python_full_version < '3.10'
# via requests
urllib3==2.4.0 ; python_full_version >= '3.10'
# via requests
uvicorn==0.35.0
# via sphinx-autobuild
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies = [
"rich>=14.0.0,<15.0.0",
"seleniumbase>=4.38.2,<5.0.0",
"unidecode>=1.4.0,<2.0.0",
"urllib3<2",
"urllib3<3",
"lxml>=5.0.0; python_version >= '3.13'",
"lxml>=4.9.4; python_version < '3.13'"
]
Expand Down
9 changes: 8 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,14 @@ tzdata==2025.2
# pandas
unidecode==1.4.0
# via soccerdata
urllib3==1.26.20
urllib3==1.26.20 ; python_full_version < '3.10'
# via
# dulwich
# requests
# selenium
# seleniumbase
# soccerdata
urllib3==2.4.0 ; python_full_version >= '3.10'
# via
# dulwich
# requests
Expand Down
44 changes: 36 additions & 8 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.