Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Bump winloop from 0.1.4 to 0.1.5 in the pip-semver-minor group
Browse files Browse the repository at this point in the history
Bumps the pip-semver-minor group with 1 update: [winloop](https://github.com/Vizonex/Winloop).


Updates `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
  dependency-group: pip-semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 16, 2024
1 parent 3d3d84d commit 30d1fdd
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 @@ -25,7 +25,7 @@ rich = ">=10.2,<14"
tomli = { version = "<3", python = "<3.11" }
typing-extensions = { version = ">=4.4,<5", python = "<3.12" }
uvloop = { version = ">=0.14,<0.20", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" }
winloop = { version = "<0.1.5", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }
winloop = { version = "<0.1.6", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }

[tool.poetry.extras]
non-termux = ["aiodns", "uvloop"]
Expand Down

0 comments on commit 30d1fdd

Please sign in to comment.