Skip to content

Commit

Permalink
build: bump aiohttp from 3.9.1 to 3.9.2
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.1 to 3.9.2.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiohttp@v3.9.1...v3.9.2)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent b16ed03 commit 2a48650
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies = [
"python-dotenv==1.0.0",
"typer==0.9.0",
"tenacity==8.2.3",
"aiohttp==3.9.1",
"aiohttp==3.9.2",
"aiofiles==23.2.1",
"tabulate==0.9.0",
"tqdm==4.66.1",
Expand Down Expand Up @@ -62,7 +62,7 @@ dependencies = [
"httpx==0.26.0",
"python-dotenv==1.0.0",
"tenacity==8.2.3",
"aiohttp==3.9.1"
"aiohttp==3.9.2"
]

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

0 comments on commit 2a48650

Please sign in to comment.