diff --git a/poetry.lock b/poetry.lock index d265f12..bd18c46 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" @@ -942,4 +938,4 @@ build = ["cmake", "git-archive-all", "packaging", "wheel"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "efa761b61630fa3dbcd16aa69f295a5a55a3fc30a4f1f9da46e78b204b176ed5" +content-hash = "ecd813884d6b7121aa3f5281a258515af74456b5b4759bf980aed6595b29ba04" diff --git a/pyproject.toml b/pyproject.toml index b046af6..37e693a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ version = "0.49.0" [tool.poetry.dependencies] cmake = {optional = true, version = "^3.27.2"} -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"}