From 7a02f7fee0c011a7ad056d124a5eeea044430e4f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 8 Dec 2021 03:56:30 +0000
Subject: [PATCH] chore(deps): bump nbtlib from 1.12.1 to 2.0.4

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](https://github.com/vberlier/nbtlib/compare/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] <support@github.com>
---
 poetry.lock    | 8 ++++----
 pyproject.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/poetry.lock b/poetry.lock
index 5254a6c1..d1f7e16c 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -993,7 +993,7 @@ test = ["check-manifest", "fastjsonschema", "testpath", "pytest", "pytest-cov"]
 
 [[package]]
 name = "nbtlib"
-version = "1.12.1"
+version = "2.0.4"
 description = "A python package to read and edit nbt data"
 category = "main"
 optional = false
@@ -1912,7 +1912,7 @@ image = ["Pillow"]
 [metadata]
 lock-version = "1.1"
 python-versions = "^3.8"
-content-hash = "3d2b551c0bb9aa29eeb96b56fa0c20d1cfa07eb035adbdbe5a215ea4f2f63ab8"
+content-hash = "fd82348b5e2f22f3ba318228ffae842dc4c6abb1ceae6e40aa7000b84238a2a5"
 
 [metadata.files]
 alabaster = [
@@ -2404,8 +2404,8 @@ nbformat = [
     {file = "nbformat-5.1.3.tar.gz", hash = "sha256:b516788ad70771c6250977c1374fcca6edebe6126fd2adb5a69aa5c2356fd1c8"},
 ]
 nbtlib = [
-    {file = "nbtlib-1.12.1-py3-none-any.whl", hash = "sha256:55e6811aa4e4bfe9000cbe026f1fe540ebc231c8a3f3558d7819c6c7274001c6"},
-    {file = "nbtlib-1.12.1.tar.gz", hash = "sha256:1642e34ace7131718c21354562a183757613f3554445e6fcf8effb155b6591f5"},
+    {file = "nbtlib-2.0.4-py3-none-any.whl", hash = "sha256:38d571fbf2f7ebd640639461b47fc79919a8ea8e74633ffcc8aa6b2acfc9c889"},
+    {file = "nbtlib-2.0.4.tar.gz", hash = "sha256:d4b861047fb9beb546a2e3f3b776dc61b0fb5831375752a39961882e2f76cc93"},
 ]
 nest-asyncio = [
     {file = "nest_asyncio-1.5.1-py3-none-any.whl", hash = "sha256:76d6e972265063fe92a90b9cc4fb82616e07d586b346ed9d2c89a4187acea39c"},
diff --git a/pyproject.toml b/pyproject.toml
index 2aec0c65..2bc11728 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -23,7 +23,7 @@ include = ["beet/py.typed"]
 
 [tool.poetry.dependencies]
 python = "^3.8"
-nbtlib = "^1.12.1"
+nbtlib = ">=1.12.1,<3.0.0"
 pathspec = "^0.9.0"
 pydantic = "^1.8.2"
 click = "^8.0.1"