Skip to content

Commit

Permalink
Merge branch 'main' into auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pachCode authored Feb 8, 2022
2 parents a78ffb5 + 5079fab commit 129e168
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
black==21.7b0
black==22.1.0
flake8==4.0.*
freezegun==1.1.*
isort==5.10.*
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
requests==2.26.0
requests==2.27.1
cuenca-validations==0.9.16
dataclasses>=0.7;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(cuenca=['py.typed']),
python_requires='>=3.6',
install_requires=[
'requests>=2.24,<2.27',
'requests>=2.24,<2.28',
'cuenca-validations>=0.9.0,<0.10.0',
'dataclasses>=0.7;python_version<"3.7"',
],
Expand Down

0 comments on commit 129e168

Please sign in to comment.