From a9a5eaf0689ce734bd46eec5b57fbf3f24738a79 Mon Sep 17 00:00:00 2001 From: Facundo Poblete Date: Tue, 17 Jan 2023 17:19:15 -0300 Subject: [PATCH] Update gitpython to 3.1.30 --- poetry.lock | 28 ++++------------------------ pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 25 deletions(-) diff --git a/poetry.lock b/poetry.lock index f2da191..13bf2c1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -732,14 +732,14 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.29" +version = "3.1.30" description = "GitPython is a python library used to interact with Git repositories" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.29-py3-none-any.whl", hash = "sha256:41eea0deec2deea139b459ac03656f0dd28fc4a3387240ec1d3c259a2c47850f"}, - {file = "GitPython-3.1.29.tar.gz", hash = "sha256:cc36bfc4a3f913e66805a28e84703e419d9c264c1077e537b54f0e1af85dbefd"}, + {file = "GitPython-3.1.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"}, + {file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"}, ] [package.dependencies] @@ -2578,26 +2578,6 @@ docs = ["sphinxcontrib-websupport"] lint = ["docutils-stubs", "flake8 (>=3.5.0)", "flake8-bugbear", "flake8-comprehensions", "flake8-simplify", "isort", "mypy (>=0.981)", "sphinx-lint", "types-requests", "types-typed-ast"] test = ["cython", "html5lib", "pytest (>=4.6)", "typed_ast"] -[[package]] -name = "sphinx-autodoc-typehints" -version = "1.19.5" -description = "Type hints (PEP 484) support for the Sphinx autodoc extension" -category = "dev" -optional = false -python-versions = ">=3.7" -files = [ - {file = "sphinx_autodoc_typehints-1.19.5-py3-none-any.whl", hash = "sha256:ea55b3cc3f485e3a53668bcdd08de78121ab759f9724392fdb5bf3483d786328"}, - {file = "sphinx_autodoc_typehints-1.19.5.tar.gz", hash = "sha256:38a227378e2bc15c84e29af8cb1d7581182da1107111fd1c88b19b5eb7076205"}, -] - -[package.dependencies] -sphinx = ">=5.3" - -[package.extras] -docs = ["furo (>=2022.9.29)", "sphinx (>=5.3)", "sphinx-autodoc-typehints (>=1.19.4)"] -testing = ["covdefaults (>=2.2)", "coverage (>=6.5)", "diff-cover (>=7.0.1)", "nptyping (>=2.3.1)", "pytest (>=7.2)", "pytest-cov (>=4)", "sphobjinv (>=2.2.2)", "typing-extensions (>=4.4)"] -type-comment = ["typed-ast (>=1.5.4)"] - [[package]] name = "sphinx-rtd-theme" version = "1.1.1" @@ -3477,4 +3457,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "565a7eb0b05ce46d458019fd729cf2328252afbd76933d63eb285f7d2c82adf5" +content-hash = "4e68326a218214708ca8f7765e6819286def8a457deeda1de2674057727f0a59" diff --git a/pyproject.toml b/pyproject.toml index f45b444..e66f784 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,7 +77,7 @@ types-python-dateutil = "^2.8.19.4" [tool.poetry.group.featurestore.dependencies] feast = "^0.26.0" -GitPython = "^3.1.29" +GitPython = "^3.1.30" [tool.black] # https://github.com/psf/black