From 8054b1d88d204b6db2e748f7cf6d347419cd87f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 11:09:20 +0000 Subject: [PATCH] chore(deps): bump gitpython from 3.1.45 to 3.1.50 Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.45 to 3.1.50. - [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.50) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- uv.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5589a127..2c46cff1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "contourpy>=1.0.7", "descartes>=1.1.0", "fsspec>=2023.5.0", - "gitpython>=3.1.31", + "gitpython>=3.1.50", "matplotlib>=3.7.1", "meshio>=5.3.4", "moviepy>=1.0.3", diff --git a/requirements.txt b/requirements.txt index ce31ee99..31b38b66 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ exceptiongroup==1.2.2 ; python_version >= "3.10" and python_version < "3.11" fonttools==4.60.2 ; python_version >= "3.10" and python_version < "4.0" fsspec==2024.10.0 ; python_version >= "3.10" and python_version < "4.0" gitdb==4.0.11 ; python_version >= "3.10" and python_version < "4.0" -gitpython==3.1.47 ; python_version >= "3.10" and python_version < "4.0" +gitpython==3.1.50 ; python_version >= "3.10" and python_version < "4.0" h5py==3.12.1 ; python_version >= "3.10" and python_version < "4.0" idna==3.10 ; python_version >= "3.10" and python_version < "4.0" imageio-ffmpeg==0.5.1 ; python_version >= "3.10" and python_version < "4.0" diff --git a/uv.lock b/uv.lock index b5457b32..3bb04d25 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.11, <3.13" resolution-markers = [ "python_full_version >= '3.12'", @@ -664,14 +664,14 @@ wheels = [ [[package]] name = "gitpython" -version = "3.1.45" +version = "3.1.50" 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/33/f6/354ae6491228b5eb40e10d89c4d13c651fe1cf7556e35ebdded50cff57ce/gitpython-3.1.50.tar.gz", hash = "sha256:80da2d12504d52e1f998772dc5baf6e553f8d2fcfe1fcc226c9d9a2ee3372dcc", size = 219798, upload-time = "2026-05-06T04:01:26.571Z" } 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/20/7a/1c6e3562dfd8950adbb11ffbc65d21e7c89d01a6e4f137fa981056de25c5/gitpython-3.1.50-py3-none-any.whl", hash = "sha256:d352abe2908d07355014abdd21ddf798c2a961469239afec4962e9da884858f9", size = 212507, upload-time = "2026-05-06T04:01:23.799Z" }, ] [[package]] @@ -1542,7 +1542,7 @@ requires-dist = [ { name = "fortranformat", marker = "extra == 'ansys'", specifier = ">=1.2.2" }, { name = "fsspec", specifier = ">=2023.5.0" }, { name = "ftputil", marker = "extra == 'thermofluids'", specifier = ">=5.0.4" }, - { name = "gitpython", specifier = ">=3.1.31" }, + { name = "gitpython", specifier = ">=3.1.50" }, { name = "h5py", marker = "extra == 'imas'", specifier = ">=3.10.0" }, { name = "imas-python", marker = "extra == 'imas'" }, { name = "jax", extras = ["cpu"], marker = "extra == 'jit'", specifier = "==0.4.27" },