Commit 65d941b4 authored by renovate-bot's avatar renovate-bot Committed by Mathieu Coupé
Browse files

fix(deps): update poetry dependencies

parent c23ac089
Loading
Loading
Loading
Loading
+194 −76

File changed.

Preview size limit exceeded, changes collapsed.

+2 −1
Original line number Diff line number Diff line
@@ -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"