Skip to content

Commit 41e020d

Browse files
[pip](deps): Bump uvloop from 0.19.0 to 0.20.0 (#186)
Bumps [uvloop](https://github.com/MagicStack/uvloop) from 0.19.0 to 0.20.0. - [Release notes](https://github.com/MagicStack/uvloop/releases) - [Commits](MagicStack/uvloop@v0.19.0...v0.20.0) --- updated-dependencies: - dependency-name: uvloop dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ff1e73a commit 41e020d

File tree

2 files changed

+34
-34
lines changed

2 files changed

+34
-34
lines changed

poetry.lock

+33-33
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ readme = "README.md"
99
[tool.poetry.dependencies]
1010
python = ">=3.9,<4"
1111
discord-py = {extras = ["speed"], version = "^2.4.0"}
12-
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"}
12+
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.20.0"}
1313
winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.6"}
1414
asyncpg = "^0.29.0"
1515
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}

0 commit comments

Comments
 (0)