Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: py-mine/mcproto
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a08f27d7a058b3bab0b808e258d918809bc1c176
Choose a base ref
..
head repository: py-mine/mcproto
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b63bc3a778524955cdbb2b775a16b5c35ea7d4dc
Choose a head ref
Showing with 13 additions and 13 deletions.
  1. +12 −12 poetry.lock
  2. +1 −1 pyproject.toml
24 changes: 12 additions & 12 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
@@ -45,7 +45,7 @@ taskipy = "^1.10.4"
[tool.poetry.group.test.dependencies]
pytest = "^7.3.1"
pytest-asyncio = ">=0.21,<0.24"
pytest-cov = ">=3,<6"
pytest-cov = ">=3,<7"
pytest-httpx = { version = ">=0.23.1,<0.25.0", python = ">=3.9,<4" }

[tool.poetry.group.lint.dependencies]