Skip to content

Commit

Permalink
chore(deps): bump nbtlib from 1.12.1 to 2.0.4
Browse files Browse the repository at this point in the history
Bumps [nbtlib](https://github.com/vberlier/nbtlib) from 1.12.1 to 2.0.4.
- [Release notes](https://github.com/vberlier/nbtlib/releases)
- [Changelog](https://github.com/vberlier/nbtlib/blob/main/CHANGELOG.md)
- [Commits](vberlier/nbtlib@v1.12.1...v2.0.4)

---
updated-dependencies:
- dependency-name: nbtlib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 29, 2022
1 parent 099cc20 commit 83e5ebb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
40 changes: 5 additions & 35 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 @@ -23,7 +23,7 @@ include = ["beet/py.typed"]

[tool.poetry.dependencies]
python = "^3.10"
nbtlib = "^1.12.1"
nbtlib = ">=1.12.1,<3.0.0"
pathspec = "^0.10.2"
pydantic = "^1.10.2"
click = "^8.1.3"
Expand Down

0 comments on commit 83e5ebb

Please sign in to comment.