diff --git a/poetry.lock b/poetry.lock index ca49c86..d90297b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -351,18 +351,21 @@ smmap = ">=3.0.1,<6" [[package]] name = "gitpython" -version = "3.1.30" -description = "GitPython is a python library used to interact with Git repositories" +version = "3.1.41" +description = "GitPython is a Python library used to interact with Git repositories" optional = false python-versions = ">=3.7" files = [ - {file = "GitPython-3.1.30-py3-none-any.whl", hash = "sha256:cd455b0000615c60e286208ba540271af9fe531fa6a87cc590a7298785ab2882"}, - {file = "GitPython-3.1.30.tar.gz", hash = "sha256:769c2d83e13f5d938b7688479da374c4e3d49f71549aaf462b646db9602ea6f8"}, + {file = "GitPython-3.1.41-py3-none-any.whl", hash = "sha256:c36b6634d069b3f719610175020a9aed919421c87552185b085e04fbbdb10b7c"}, + {file = "GitPython-3.1.41.tar.gz", hash = "sha256:ed66e624884f76df22c8e16066d567aaa5a37d5b5fa19db2c6df6f7156db9048"}, ] [package.dependencies] gitdb = ">=4.0.1,<5" +[package.extras] +test = ["black", "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", "sumtypes"] + [[package]] name = "gql" version = "3.5.0b0" @@ -843,4 +846,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "3c7ff1d01199d01dd9790741cd4e36be6397c1efea0d1b259e6da8fa46410657" +content-hash = "49355b5f7e8c0897c9709c798c3f8ac85a966e363db6d39c513e7153002385e1" diff --git a/pyproject.toml b/pyproject.toml index 4ef5bcc..e943f60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ six = "^1.16.0" lxml = "^4.9.1" gql = ">=3.0.0a5" aiohttp = ">=3.7.4.post0" -GitPython = "^3.1.30" +GitPython = "^3.1.41" bs4 = "^0.0.1" html5lib = "^1.1" ics = "^0.7.2"