diff --git a/poetry.lock b/poetry.lock index d39ba4f..3527079 100644 --- a/poetry.lock +++ b/poetry.lock @@ -543,20 +543,20 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.43" +version = "3.1.44" description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.43-py3-none-any.whl", hash = "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff"}, - {file = "GitPython-3.1.43.tar.gz", hash = "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c"}, + {file = "GitPython-3.1.44-py3-none-any.whl", hash = "sha256:9e0e10cda9bed1ee64bc9a6de50e7e38a9c9943241cd7f585f6df3ed28011110"}, + {file = "gitpython-3.1.44.tar.gz", hash = "sha256:c87e30b26253bf5418b01b0660f818967f3c503193838337fe5e573331249269"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" [package.extras] -doc = ["sphinx (==4.3.2)", "sphinx-autodoc-typehints", "sphinx-rtd-theme", "sphinxcontrib-applehelp (>=1.0.2,<=1.0.4)", "sphinxcontrib-devhelp (==1.0.2)", "sphinxcontrib-htmlhelp (>=2.0.0,<=2.0.1)", "sphinxcontrib-qthelp (==1.0.3)", "sphinxcontrib-serializinghtml (==1.1.5)"] +doc = ["sphinx (>=7.1.2,<7.2)", "sphinx-autodoc-typehints", "sphinx_rtd_theme"] test = ["coverage[toml]", "ddt (>=1.1.1,!=1.4.3)", "mock", "mypy", "pre-commit", "pytest (>=7.3.1)", "pytest-cov", "pytest-instafail", "pytest-mock", "pytest-sugar", "typing-extensions"] [[package]] @@ -1720,4 +1720,4 @@ test = ["big-O", "jaraco.functools", "jaraco.itertools", "jaraco.test", "more-it [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "61a6949ba05e9325f32e3e1dfa9f01b5d969b38b9bb88243eb411e1c5f327aa8" +content-hash = "a2a9af4eecd9cf1c72d96c6bc6a2f1468b08ec2cb39f785ee6c7d66197a0d879" diff --git a/pyproject.toml b/pyproject.toml index 2f34f8e..1b59ddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ twrpdtgen = "^3.0.0" deepl = "^1.20.0" speedtest-cli = "^2.1.3" PyGithub = "^2.5" -GitPython = "^3.1.43" +GitPython = "^3.1.44" paramiko = "^3.5.0" colour = "^0.1.5" py-cord = "^2.6.1"