Skip to content

Commit e8375a3

Browse files
Bump requests from 2.25.1 to 2.28.2
Bumps [requests](https://github.com/psf/requests) from 2.25.1 to 2.28.2. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.25.1...v2.28.2) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4f39663 commit e8375a3

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.28.2
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.29',
2727
'pydantic==1.7.3',
2828
'dataclasses>=0.7;python_version<"3.7"',
2929
],

0 commit comments

Comments
 (0)