Skip to content

Commit

Permalink
Update aiohttp requirement from 3.9.3 to 3.9.5 in the pip group (#29)
Browse files Browse the repository at this point in the history
Updates the requirements on [aiohttp](https://github.com/aio-libs/aiohttp) to permit the latest version.

Updates `aiohttp` to 3.9.5
- [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.3...v3.9.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: MarcielTorres <[email protected]>
  • Loading branch information
dependabot[bot] and marcieltorres authored Apr 19, 2024
1 parent d30b3b7 commit 6572c10
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 @@ -8,7 +8,7 @@ license = "MIT"
[tool.poetry.dependencies]
python = "^3.11"
slack-bolt = "1.18.1"
aiohttp = "3.9.3"
aiohttp = "3.9.5"

[tool.poetry.dev-dependencies]
pytest = "^8.0.0"
Expand Down

0 comments on commit 6572c10

Please sign in to comment.