Loading poetry.lock +194 −76 File changed.Preview size limit exceeded, changes collapsed. Show changes pyproject.toml +2 −1 Original line number Diff line number Diff line Loading @@ -13,10 +13,11 @@ packages = [{include = "gitlab_butler"}] [tool.poetry.dependencies] python = ">=3.12" python-gitlab = ">=7.0.0,<7.1.0" python-gitlab = ">=7.1.0,<7.2.0" pydantic = ">=2.7.4,<3.0.0" pyyaml = ">=6.0.1,<7.0.0" types-pyyaml = ">=6.0.12.20240917,<7.0.0" urllib3 = ">=2.6.3" # bump minimal version to fix multiple CVEs [tool.poetry.scripts] gitlab-butler = "gitlab_butler.main:run" Loading Loading
pyproject.toml +2 −1 Original line number Diff line number Diff line Loading @@ -13,10 +13,11 @@ packages = [{include = "gitlab_butler"}] [tool.poetry.dependencies] python = ">=3.12" python-gitlab = ">=7.0.0,<7.1.0" python-gitlab = ">=7.1.0,<7.2.0" pydantic = ">=2.7.4,<3.0.0" pyyaml = ">=6.0.1,<7.0.0" types-pyyaml = ">=6.0.12.20240917,<7.0.0" urllib3 = ">=2.6.3" # bump minimal version to fix multiple CVEs [tool.poetry.scripts] gitlab-butler = "gitlab_butler.main:run" Loading