Skip to content

Commit

Permalink
Bump requests from 2.28.1 to 2.31.0 (#132)
Browse files Browse the repository at this point in the history
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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 23, 2023
1 parent 89f6cc4 commit ceddaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.28.1
requests==2.31.0
clabe==1.2.4
lxml==4.9.1
dataclasses>=0.6;python_version<"3.7"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
package_data=dict(cep=['py.typed']),
python_requires='>=3.7',
install_requires=[
'requests>=2.25,<2.29',
'requests>=2.25,<2.32',
'clabe>=1.2.4,<1.3',
'lxml>=4.6.2,<4.10',
'dataclasses>=0.6;python_version<"3.7"',
Expand Down

0 comments on commit ceddaa8

Please sign in to comment.