Skip to content

Commit

Permalink
Bump requests from 2.31.0 to 2.32.2 in /ceramicsdk
Browse files Browse the repository at this point in the history
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 98500bb commit 87baba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ceramicsdk/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.31.0
requests==2.32.2
python-dateutil==2.8.2
pytz==2023.3
jsonpatch==1.33
Expand Down
2 changes: 1 addition & 1 deletion ceramicsdk/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
python_requires=">=3.7",
install_requires=[
"requests==2.31.0",
"requests==2.32.2",
"python-dateutil==2.8.2",
"pytz==2023.3",
"jsonpatch==1.33",
Expand Down

0 comments on commit 87baba6

Please sign in to comment.