Skip to content

Commit 0d7a337

Browse files
Bump requests from 2.31.0 to 2.32.2 in /ceramicsdk
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] <support@github.com>
1 parent a347400 commit 0d7a337

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ceramicsdk/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
requests==2.31.0
1+
requests==2.32.2
22
python-dateutil==2.8.2
33
pytz==2023.3
44
jsonpatch==1.33

ceramicsdk/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
python_requires=">=3.7",
2525
install_requires=[
26-
"requests==2.31.0",
26+
"requests==2.32.2",
2727
"python-dateutil==2.8.2",
2828
"pytz==2023.3",
2929
"jsonpatch==1.33",

0 commit comments

Comments
 (0)