Skip to content

Commit

Permalink
Bump aiohttp from 3.9.0b0 to 3.9.0 (#156)
Browse files Browse the repository at this point in the history
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.9.0b0 to 3.9.0.
- [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.0b0...v3.9.0)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 32cf883 commit 746bdbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"requests >=2.2",
"tqdm",
"aiohttp; python_version!='3.12.*'",
"aiohttp==3.9.0b0; python_version=='3.12.*'", # until aiohttp gets upgraded
"aiohttp==3.9.0; python_version=='3.12.*'", # until aiohttp gets upgraded
"pandas",
]

Expand Down

0 comments on commit 746bdbe

Please sign in to comment.