diff --git a/poetry.lock b/poetry.lock index 3c7b6a8..ce34c99 100644 --- a/poetry.lock +++ b/poetry.lock @@ -272,14 +272,10 @@ version = "1.23.1" description = "Archive git repository with its submodules." optional = true python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.6" -files = [] -develop = false - -[package.source] -type = "git" -url = "https://github.com/nim65s/git-archive-all" -reference = "HEAD" -resolved_reference = "7d81e3e4d1dce6ef94d9bc233267e48a994c182d" +files = [ + {file = "git-archive-all-1.23.1.tar.gz", hash = "sha256:a42fe0cedd2e0361250a4f3130f3d3543f640d4f1fe28530771df5972108729f"}, + {file = "git_archive_all-1.23.1-py2.py3-none-any.whl", hash = "sha256:d9f9611f2df629de3df1d6f134955ced4c704cbc0e423d769a7c0e55a8484242"}, +] [[package]] name = "idna" @@ -947,4 +943,4 @@ build = ["cmake", "git-archive-all", "packaging", "wheel"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "bbc04206a2c16575a8231bcc1e391c272239519ad6f3e738f75e9fe81e7a23f8" +content-hash = "2fe85ae81a129672ccca36cab496a0bb2844e060c8737cb56e60478d85d72591" diff --git a/pyproject.toml b/pyproject.toml index 120c333..e417711 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ version = "0.48.1" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.27.0"} -git-archive-all = {git = "https://github.com/nim65s/git-archive-all", optional = true} +git-archive-all = {optional = true, version = "^1.23.1"} packaging = {optional = true, version = "^23.1"} python = "^3.8" tomli = {python = "< 3.11", version = "^2.0.1"}