Closed dependabot[bot] closed 2 years ago
Incompatible with discord.py
File "/home/xxx/PycharmProjects/tornium-pro/bot.py", line 12, in <module>
import discord
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/discord/__init__.py", line 25, in <module>
from .client import Client
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/discord/client.py", line 33, in <module>
import aiohttp
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/aiohttp/__init__.py", line 6, in <module>
from .client import (
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/aiohttp/client.py", line 35, in <module>
from . import hdrs, http, payload
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/aiohttp/http.py", line 7, in <module>
from .http_parser import (
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/aiohttp/http_parser.py", line 15, in <module>
from .helpers import NO_EXTENSIONS, BaseTimerContext
File "/home/xxx/IdeaProjects/torn-command/venv/lib/python3.8/site-packages/aiohttp/helpers.py", line 667, in <module>
class CeilTimeout(async_timeout.timeout):
TypeError: function() argument 'code' must be code, not str
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version
or @dependabot ignore this minor version
. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore
condition with the desired update_types
to your config file.
If you change your mind, just re-open this PR and I'll resolve any conflicts on it.
Bumps async-timeout from 3.0.1 to 4.0.2.
Release notes
Sourced from async-timeout's releases.
Changelog
Sourced from async-timeout's changelog.
Commits
5128f7f
Fix CHANGES18e718a
Bump to 4.0.248d1c4c
Setup towncrier2ede7d7
Fix annotations on__exit__
and__aexit__
(#274)8685c60
Bump mypy from 0.910 to 0.920 (#273)f0a0914
Bump twine from 3.7.0 to 3.7.1 (#272)e5c8131
[pre-commit.ci] pre-commit autoupdate (#271)c7e10db
Fix linter configs6af8bf4
Bump pre-commit from 2.15 to 2.16.0 (#269)c71bbb5
Bump docutils from 0.18 to 0.18.1 (#266)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)