Commit 24e450a7 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix(deps): upgrade requests dependency to solve CVE

parent 88aeb959
Loading
Loading
Loading
Loading
+10 −9
Original line number Diff line number Diff line
# This file is automatically @generated by Poetry 2.1.4 and should not be changed by hand.
# This file is automatically @generated by Poetry 2.3.3 and should not be changed by hand.

[[package]]
name = "certifi"
@@ -646,25 +646,26 @@ yaml = ["PyYaml (>=6.0.1)"]

[[package]]
name = "requests"
version = "2.32.5"
version = "2.33.0"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.9"
python-versions = ">=3.10"
groups = ["main"]
files = [
    {file = "requests-2.32.5-py3-none-any.whl", hash = "sha256:2462f94637a34fd532264295e186976db0f5d453d1cdd31473c85a6a161affb6"},
    {file = "requests-2.32.5.tar.gz", hash = "sha256:dbba0bac56e100853db0ea71b82b4dfd5fe2bf6d3754a8893c3af500cec7d7cf"},
    {file = "requests-2.33.0-py3-none-any.whl", hash = "sha256:3324635456fa185245e24865e810cecec7b4caf933d7eb133dcde67d48cee69b"},
    {file = "requests-2.33.0.tar.gz", hash = "sha256:c7ebc5e8b0f21837386ad0e1c8fe8b829fa5f544d8df3b2253bff14ef29d7652"},
]

[package.dependencies]
certifi = ">=2017.4.17"
certifi = ">=2023.5.7"
charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"
urllib3 = ">=1.26,<3"

[package.extras]
socks = ["PySocks (>=1.5.6,!=1.5.7)"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
test = ["PySocks (>=1.5.6,!=1.5.7)", "pytest (>=3)", "pytest-cov", "pytest-httpbin (==2.1.0)", "pytest-mock", "pytest-xdist"]
use-chardet-on-py3 = ["chardet (>=3.0.2,<8)"]

[[package]]
name = "requests-toolbelt"
@@ -754,4 +755,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""]
[metadata]
lock-version = "2.1"
python-versions = ">=3.12"
content-hash = "7aa9307a03dd71bcff667f648a79a310689fa2e19f8b3c646e072620fb3d9b04"
content-hash = "abaf60f2d74834cf83db79853f8514092d42c20f608ffeec299b7879e966b480"
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@ authors = [{ name = "Pierre Smeyers", email = "pierre.smeyers@gmail.com" }]
license = "LGPL"
readme = "README.md"
requires-python = ">=3.12"
dependencies = ["python-gitlab (>=8.1.0,<8.2.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"]
dependencies = ["requests (>=2.33.0,<4.0.0)", "python-gitlab (>=8.1.0,<8.2.0)", "gitpython (>=3.1.43,<4.0.0)", "urllib3 (>=2.6.3,<3.0.0)"]

[project.scripts]
gitlab-cp = "gitlab_cp.sync:run"