Skip to content
This repository has been archived by the owner on Oct 26, 2024. It is now read-only.

Commit

Permalink
📌 deps: add lower bound for requests and update lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Jul 6, 2024
1 parent 11b38f7 commit ac1e018
Show file tree
Hide file tree
Showing 2 changed files with 208 additions and 246 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ classifiers = [
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: Implementation :: CPython",
]
dependencies = ["requests", "biliass==1.3.11"]
dependencies = ["requests>=2.27.0", "biliass==1.3.11"]
dynamic = ["version"]

[project.urls]
Expand Down
Loading

0 comments on commit ac1e018

Please sign in to comment.