Skip to content

Commit 89ac599

Browse files
authored
fix: bump requests (#1275)
Signed-off-by: exploreriii <133720349+exploreriii@users.noreply.github.com>
1 parent 0caa232 commit 89ac599

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
7373
- Coderabbit prompt for .github
7474

7575
### Changed
76+
- Bumped requests from 2.32.3 to 2.32.4 to 2.32.5
7677
- Moved `docs/sdk_developers/how_to_link_issues.md` to `docs/sdk_developers/training/workflow/how_to_link_issues.md` and updated all references (#1222)
7778
- Moved docs/sdk_developers/project_structure.md to docs/sdk_developers/training/setup/project_structure.md and ensured all previous references are updated [#1223](https://github.com/hiero-ledger/hiero-sdk-python/issues/1223)
7879
- Renamed workflow scripts in `.github/scripts/` to match their corresponding workflow file names for improved consistency and maintainability (#1198)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ dependencies = [
1919
"grpcio==1.76.0",
2020
"cryptography==44.0.0",
2121
"python-dotenv==1.2.1",
22-
"requests==2.32.3",
22+
"requests>=2.32.4,<=2.32.5",
2323
"pycryptodome==3.23.0",
2424
"eth-abi==5.2.0",
2525
"rlp>=4.0.0",

0 commit comments

Comments
 (0)