Skip to content
Closed
Changes from 2 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: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
"tabulate==0.9.0",
"tqdm==4.66.4",
"yaspin==2.3.0",
"pyrate-limiter==3.6.0",
"pyrate-limiter==3.6.1",
]

[project.urls]
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies = [
"python-dotenv==1.0.1",
"tenacity==8.2.3",
"aiohttp==3.9.5",
"pyrate-limiter==3.6.0",
"pyrate-limiter==3.6.1",
]

[tool.hatch.envs.test.scripts]
Expand Down