Skip to content

Commit

Permalink
Bump aiohttp from 3.8.6 to 3.9.3 (#141)
Browse files Browse the repository at this point in the history
* Bump aiohttp from 3.8.6 to 3.9.3

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.6 to 3.9.3.
- [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.8.6...v3.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>

* Add explicit async-timeout dependency

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sebastian Lövdahl <slovdahl@hibox.fi>
  • Loading branch information
dependabot[bot] and slovdahl authored Feb 1, 2024
1 parent 618ffb7 commit 38c83b0
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 99 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"editor.formatOnSave": true,
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.fixAll": true,
"source.organizeImports": true
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
}
},
"python.testing.pytestArgs": [
Expand Down
Loading

0 comments on commit 38c83b0

Please sign in to comment.