diff options
author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2025-06-21 19:15:05 -0300 |
---|---|---|
committer | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2025-06-21 19:15:05 -0300 |
commit | c9fa900214f696a795b54d3b26f5861144c1b3f7 (patch) | |
tree | 924c004bbe35f6ce38d787d2a1c18ebc260cd085 | |
parent | 85e4714c53b662c45a1f6ee4b6cb0089ad29cc7b (diff) | |
download | pyvyos-codex/revisar-prs-e-avaliar-elegância.tar.gz pyvyos-codex/revisar-prs-e-avaliar-elegância.zip |
Bump requests to 2.32.4codex/revisar-prs-e-avaliar-elegância
-rw-r--r-- | poetry.lock | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/poetry.lock b/poetry.lock index cd92fd7..7e37cec 100644 --- a/poetry.lock +++ b/poetry.lock @@ -137,13 +137,13 @@ cli = ["click (>=5.0)"] [[package]] name = "requests" -version = "2.32.3" +version = "2.32.4" description = "Python HTTP for Humans." optional = false python-versions = ">=3.8" 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] |