Skip to content

Commit 2aa01cf

Browse files
dependabot: bump requests from 2.32.4 to 2.33.1
Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.33.1. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.4...v2.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 87327da commit 2aa01cf

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ classifiers = [
1717
dependencies = [
1818
"python-liquid2==0.3.0",
1919
"mistletoe==1.3.0",
20-
"requests==2.32.4",
20+
"requests==2.33.1",
2121
"tiktoken==0.12.0",
2222
"PyYAML==6.0.2",
2323
"gitpython==3.1.47",

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
python-liquid2==0.3.0
22
mistletoe==1.3.0
33
python-frontmatter==1.1.0
4-
requests==2.32.4
4+
requests==2.33.1
55
rich==14.2.0
66
tiktoken==0.12.0
77
PyYAML==6.0.2

0 commit comments

Comments
 (0)