Skip to content

Commit

Permalink
[pip](deps): Bump winloop from 0.1.4 to 0.1.5
Browse files Browse the repository at this point in the history
Bumps [winloop](https://github.com/Vizonex/Winloop) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/Vizonex/Winloop/releases)
- [Commits](https://github.com/Vizonex/Winloop/commits)

---
updated-dependencies:
- dependency-name: winloop
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 15, 2024
1 parent 9521ba1 commit d840a6b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 10 deletions.
22 changes: 13 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ readme = "README.md"
python = ">=3.9,<4"
discord-py = {extras = ["speed"], version = "^2.4.0"}
uvloop = {markers = "sys_platform != \"win32\"", version = "^0.19.0"}
winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.4"}
winloop = {markers = "sys_platform == \"win32\"", version = "^0.1.5"}
asyncpg = "^0.29.0"
discord-ext-menus = {git = "https://github.com/Rapptz/discord-ext-menus", rev = "8686b5d1bbc1d3c862292eb436ab630d6e9c9b53"}
psutil = "^6.0.0"
Expand Down

0 comments on commit d840a6b

Please sign in to comment.