merge from main

This commit is contained in:
Kenneth Kehl
2024-05-24 07:19:08 -07:00
2 changed files with 6 additions and 6 deletions

10
poetry.lock generated
View File

@@ -3730,13 +3730,13 @@ files = [
[[package]]
name = "requests"
version = "2.31.0"
version = "2.32.2"
description = "Python HTTP for Humans."
optional = false
python-versions = ">=3.7"
python-versions = ">=3.8"
files = [
{file = "requests-2.31.0-py3-none-any.whl", hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f"},
{file = "requests-2.31.0.tar.gz", hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1"},
{file = "requests-2.32.2-py3-none-any.whl", hash = "sha256:fc06670dd0ed212426dfeb94fc1b983d917c4f9847c863f313c9dfaaffb7c23c"},
{file = "requests-2.32.2.tar.gz", hash = "sha256:dd951ff5ecf3e3b3aa26b40703ba77495dab41da839ae72ef3c8e5d8e2433289"},
]
[package.dependencies]
@@ -4730,4 +4730,4 @@ multidict = ">=4.0"
[metadata]
lock-version = "2.0"
python-versions = "^3.12.2"
content-hash = "7b975c441fcbc28c8e9a73c438ef9758470c472d0127926507982de204b8dd6e"
content-hash = "765256247a8d6a17d7ddcfe74bd66da09498cfd3a364326450452c23f0caf3a2"

View File

@@ -77,7 +77,7 @@ webencodings = "^0.5.1"
itsdangerous = "^2.2.0"
jinja2 = "^3.1.4"
redis = "^5.0.4"
requests = "^2.31.0"
requests = "^2.32.2"
[tool.poetry.group.dev.dependencies]