Skip to content

Commit ab5a5e3

Browse files
committed
requests module bump
1 parent b6c4fdc commit ab5a5e3

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ importlib-resources = [
3131
{ version = "==3.3.1", python = "<3" }
3232
]
3333
requests = [
34-
{ version = "^2.32.3", python = ">3" },
34+
{ version = "^2.32.5", python = ">3" },
3535
{ version = "==2.27.1", python = "<3" }
3636
]
3737

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ python-dotenv==1.0.1 ; python_version >= "3.9" and python_version < "4.0"
4242
pyyaml==5.4.1 ; python_full_version >= "2.7.18" and python_version < "3.0"
4343
pyyaml==6.0.1 ; python_version >= "3.9" and python_version < "4.0"
4444
requests==2.27.1 ; python_full_version >= "2.7.18" and python_version < "3.0"
45-
requests==2.32.3 ; python_version >= "3.9" and python_version < "4.0"
45+
requests==2.32.5 ; python_version >= "3.9" and python_version < "4.0"
4646
ruff==0.5.6 ; python_version >= "3.9" and python_version < "4.0"
4747
scandir==1.10.0 ; python_full_version >= "2.7.18" and python_version < "3.0"
4848
singledispatch==3.7.0 ; python_full_version >= "2.7.18" and python_version < "3.0"

0 commit comments

Comments
 (0)