Skip to content

Commit

Permalink
Bump requests from 2.25.0 to 2.25.1 (#13)
Browse files Browse the repository at this point in the history
* Bump requests from 2.25.0 to 2.25.1

Bumps [requests](https://github.com/psf/requests) from 2.25.0 to 2.25.1.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](psf/requests@v2.25.0...v2.25.1)

Signed-off-by: dependabot[bot] <[email protected]>

* make setup.py into ranges

* Update version.py

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matin Tamizi <[email protected]>
  • Loading branch information
dependabot[bot] and matin authored Feb 23, 2021
1 parent dc4984f commit 742e77b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.5'
__version__ = '0.1.6'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.25.0
requests==2.25.1
clabe==1.2.4
lxml==4.6.2
dataclasses>=0.6;python_version<"3.7"
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
package_data=dict(cep=['py.typed']),
python_requires='>=3.7',
install_requires=[
'requests==2.25.0',
'clabe==1.2.4',
'lxml==4.6.2',
'requests>=2.25,<2.26',
'clabe>=1.2.4,1.3',
'lxml>=4.6.2,4.5',
'dataclasses>=0.6;python_version<"3.7"',
],
classifiers=[
Expand Down

0 comments on commit 742e77b

Please sign in to comment.