Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/aiofiles-24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ArzelaAscoIi authored Oct 2, 2024
2 parents efb3460 + f2c30f4 commit cd9e0e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ classifiers = [
"Programming Language :: Python :: Implementation :: PyPy",
]
dependencies = [
"structlog==24.1.0",
"structlog==24.2.0",
"httpx==0.27.0",
"python-dotenv==1.0.1",
"typer==0.12.3",
"tenacity==8.2.3",
"tenacity==8.3.0",
"aiohttp==3.9.5",
"aiofiles==24.1.0",
"tabulate==0.9.0",
Expand Down Expand Up @@ -57,10 +57,10 @@ python = ["3.10"]

[tool.hatch.envs.default]
dependencies = [
"structlog==24.1.0",
"structlog==24.2.0",
"httpx==0.27.0",
"python-dotenv==1.0.1",
"tenacity==8.2.3",
"tenacity==8.3.0",
"aiohttp==3.9.5",
"pyrate-limiter==3.6.0",
]
Expand Down

0 comments on commit cd9e0e9

Please sign in to comment.