mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2026-01-22 16:24:29 +03:00
Bump gitpython from 3.1.45 to 3.1.46 (#6270)
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.45 to 3.1.46. - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.45...3.1.46) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.46 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
7a5f4b7e7b
commit
9c6afc03f6
|
|
@ -33,7 +33,7 @@ dependencies = [
|
|||
"cookiecutter==2.6",
|
||||
"django-upgrade==1.29.1",
|
||||
"djlint==1.36.4",
|
||||
"gitpython==3.1.45",
|
||||
"gitpython==3.1.46",
|
||||
"jinja2==3.1.6",
|
||||
"pre-commit==4.5.1",
|
||||
"pygithub==2.8.1",
|
||||
|
|
|
|||
8
uv.lock
8
uv.lock
|
|
@ -204,7 +204,7 @@ requires-dist = [
|
|||
{ name = "cookiecutter", specifier = "==2.6" },
|
||||
{ name = "django-upgrade", specifier = "==1.29.1" },
|
||||
{ name = "djlint", specifier = "==1.36.4" },
|
||||
{ name = "gitpython", specifier = "==3.1.45" },
|
||||
{ name = "gitpython", specifier = "==3.1.46" },
|
||||
{ name = "jinja2", specifier = "==3.1.6" },
|
||||
{ name = "pre-commit", specifier = "==4.5.1" },
|
||||
{ name = "pygithub", specifier = "==2.8.1" },
|
||||
|
|
@ -360,14 +360,14 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "gitpython"
|
||||
version = "3.1.45"
|
||||
version = "3.1.46"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "gitdb" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/9a/c8/dd58967d119baab745caec2f9d853297cec1989ec1d63f677d3880632b88/gitpython-3.1.45.tar.gz", hash = "sha256:85b0ee964ceddf211c41b9f27a49086010a190fd8132a24e21f362a4b36a791c", size = 215076, upload-time = "2025-07-24T03:45:54.871Z" }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/df/b5/59d16470a1f0dfe8c793f9ef56fd3826093fc52b3bd96d6b9d6c26c7e27b/gitpython-3.1.46.tar.gz", hash = "sha256:400124c7d0ef4ea03f7310ac2fbf7151e09ff97f2a3288d64a440c584a29c37f", size = 215371, upload-time = "2026-01-01T15:37:32.073Z" }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/01/61/d4b89fec821f72385526e1b9d9a3a0385dda4a72b206d28049e2c7cd39b8/gitpython-3.1.45-py3-none-any.whl", hash = "sha256:8908cb2e02fb3b93b7eb0f2827125cb699869470432cc885f019b8fd0fccff77", size = 208168, upload-time = "2025-07-24T03:45:52.517Z" },
|
||||
{ url = "https://files.pythonhosted.org/packages/6a/09/e21df6aef1e1ffc0c816f0522ddc3f6dcded766c3261813131c78a704470/gitpython-3.1.46-py3-none-any.whl", hash = "sha256:79812ed143d9d25b6d176a10bb511de0f9c67b1fa641d82097b0ab90398a2058", size = 208620, upload-time = "2026-01-01T15:37:30.574Z" },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user