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

Commit

Permalink
Bump the pip-semver-minor group with 2 updates (#179)
Browse files Browse the repository at this point in the history
Bumps the pip-semver-minor group with 2 updates: [winloop](https://github.com/Vizonex/Winloop) and [ruff](https://github.com/astral-sh/ruff).


Updates `winloop` from 0.1.5 to 0.1.6
- [Release notes](https://github.com/Vizonex/Winloop/releases)
- [Commits](https://github.com/Vizonex/Winloop/commits)

Updates `ruff` from 0.5.2 to 0.5.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.5.2...0.5.3)

---
updated-dependencies:
- dependency-name: winloop
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-semver-minor
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: pip-semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jul 19, 2024
1 parent fb11c76 commit ad4dffd
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
54 changes: 27 additions & 27 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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.6", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }
winloop = { version = "<0.1.7", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }

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

[tool.poetry.group.dev.dependencies]
mypy = "1.10.1"
ruff = "0.5.2"
ruff = "0.5.3"
tomli = "2.0.1"
types-aiofiles = "24.1.0.20240626"
typing-extensions = "4.12.2"
Expand Down

0 comments on commit ad4dffd

Please sign in to comment.