Skip to content

Commit ee7915f

Browse files
DEP(deps): Update requests requirement from ~=2.32.5 to ~=2.33.0 (#259)
Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.5...v2.33.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a821278 commit ee7915f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ enum-tools[sphinx]
88
pydata-sphinx-theme
99

1010
# Dependencias REALES del paquete (para que autodoc pueda importar)
11-
requests>=2.27.1,<2.33.0
11+
requests>=2.27.1,<2.34.0
1212
six>=1.16,<1.18
1313
cachetools>=5.0,<7.1
1414
pycryptodome>=3.13,<3.24

requeriments.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
pytest
2-
requests~=2.32.5
2+
requests~=2.33.0
33
six>=1.16,<2
44
cachetools~=7.0.5
55
pycryptodome~=3.23

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name='python-amazon-ad-api',
55
version='0.7.11',
66
install_requires=[
7-
"requests>=2.27.1,<2.33.0",
7+
"requests>=2.27.1,<2.34.0",
88
"six>=1.16,<1.18",
99
"cachetools>=5.0,<7.1",
1010
"pycryptodome>=3.13,<3.24",

0 commit comments

Comments
 (0)