summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRachel Powers <508861+Ryex@users.noreply.github.com>2025-11-25 11:39:03 -0700
committerGitHub <noreply@github.com>2025-11-25 11:39:03 -0700
commitd04bd9a1673bf772043a09e6079725ca7d896009 (patch)
treecec2a1cd42e19736c1ce426d28c1a7952a40dc37
parentdb22a683266cc8d5f3cc37e6f35562682432e687 (diff)
parent6992b6c8cdb9374217f9b0c13a66d69303003502 (diff)
downloadProject-Tick-d04bd9a1673bf772043a09e6079725ca7d896009.tar.gz
Project-Tick-d04bd9a1673bf772043a09e6079725ca7d896009.zip
Merge pull request #87 from PrismLauncher/renovate/requests-2.x-lockfile
chore(deps): update dependency requests to v2.32.5
-rw-r--r--poetry.lock8
1 files changed, 4 insertions, 4 deletions
diff --git a/poetry.lock b/poetry.lock
index 7c68985711..47a721ba4a 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -309,19 +309,19 @@ email = ["email-validator (>=1.0.3)"]
[[package]]
name = "requests"
-version = "2.32.3"
+version = "2.32.4"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
- {file = "requests-2.32.3-py3-none-any.whl", hash = "sha256:70761cfe03c773ceb22aa2f671b4757976145175cdfca038c02654d061d6dcc6"},
- {file = "requests-2.32.3.tar.gz", hash = "sha256:55365417734eb18255590a9ff9eb97e9e1da868d4ccd6402399eaf68af20a760"},
+ {file = "requests-2.32.4-py3-none-any.whl", hash = "sha256:27babd3cda2a6d50b30443204ee89830707d396671944c998b5975b031ac2b2c"},
+ {file = "requests-2.32.4.tar.gz", hash = "sha256:27d0316682c8a29834d3264820024b62a36942083d52caf2f14c0591336d3422"},
]
[package.dependencies]
certifi = ">=2017.4.17"
-charset-normalizer = ">=2,<4"
+charset_normalizer = ">=2,<4"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<3"