Skip to content

Commit 2e339d1

Browse files
Bump requests from 2.28.1 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.28.1...v2.31.0) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f39663 commit 2e339d1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
requests==2.28.1
1+
requests==2.31.0
22
pydantic==1.7.3
33
dataclasses>=0.7;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
package_data=dict(facturapi=['py.typed']),
2424
python_requires='>=3.6',
2525
install_requires=[
26-
'requests>=2.4,<2.26',
26+
'requests>=2.4,<2.32',
2727
'pydantic==1.7.3',
2828
'dataclasses>=0.7;python_version<"3.7"',
2929
],

0 commit comments

Comments
 (0)