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 (#200)
Browse files Browse the repository at this point in the history
Bumps the pip-semver-minor group with 2 updates: [uvloop](https://github.com/MagicStack/uvloop) and [ruff](https://github.com/astral-sh/ruff).


Updates `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)

Updates `ruff` from 0.5.7 to 0.6.0
- [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.7...0.6.0)

---
updated-dependencies:
- dependency-name: uvloop
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-semver-minor
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-minor
  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 Aug 16, 2024
1 parent db1abd2 commit da098d6
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 54 deletions.
104 changes: 52 additions & 52 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 @@ -24,7 +24,7 @@ charset-normalizer = ">=2,<4"
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')" }
uvloop = { version = ">=0.14,<0.21", optional = true, markers = "implementation_name == 'cpython' and (sys_platform == 'darwin' or sys_platform == 'linux')" }
winloop = { version = "<0.1.7", markers = "implementation_name == 'cpython' and (sys_platform == 'cygwin' or sys_platform == 'win32')" }

[tool.poetry.extras]
Expand All @@ -33,7 +33,7 @@ termux = []

[tool.poetry.group.dev.dependencies]
mypy = "1.11.1"
ruff = "0.5.7"
ruff = "0.6.0"
tomli = "2.0.1"
types-aiofiles = "24.1.0.20240626"
typing-extensions = "4.12.2"
Expand Down

0 comments on commit da098d6

Please sign in to comment.