diff --git a/python/pyproject.toml b/python/pyproject.toml index 161a921..da3b968 100644 --- a/python/pyproject.toml +++ b/python/pyproject.toml @@ -12,7 +12,7 @@ license = "MIT" authors = [{ name = "STACKIT" }] dependencies = [ "pyjwt==2.10.1", - "requests==2.32.4", + "requests==2.33.0", "stackit-stackitmarketplace==0.2.0", "stackit-core==0.1.0", ] diff --git a/python/requirements-dev.txt b/python/requirements-dev.txt index 28c26bb..fa7fc7c 100644 --- a/python/requirements-dev.txt +++ b/python/requirements-dev.txt @@ -64,7 +64,7 @@ pytest==8.3.4 # via marketplace-reference-code (pyproject.toml) python-dateutil==2.9.0.post0 # via stackit-stackitmarketplace -requests==2.32.4 +requests==2.33.0 # via # marketplace-reference-code (pyproject.toml) # stackit-core diff --git a/python/requirements.txt b/python/requirements.txt index 2d363cb..a851f77 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -30,7 +30,7 @@ pyjwt==2.10.1 # stackit-core python-dateutil==2.9.0.post0 # via stackit-stackitmarketplace -requests==2.32.4 +requests==2.33.0 # via # marketplace-reference-code (pyproject.toml) # stackit-core