Skip to content

Commit

Permalink
Merge pull request #8 from cuenca-mx/fix_dependabot
Browse files Browse the repository at this point in the history
Fix dependabot
  • Loading branch information
felipao-mx authored Jan 16, 2021
2 parents 1ab68ea + e9c1e38 commit dc4984f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 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.4'
__version__ = '0.1.5'
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.24.0
clabe==1.2.0
requests==2.25.0
clabe==1.2.4
lxml==4.6.2
dataclasses>=0.6;python_version<"3.7"
14 changes: 6 additions & 8 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@

version = SourceFileLoader('version', 'cep/version.py').load_module()

install_requirements = [
'requests==2.24.0',
'clabe==1.2.0',
'lxml==4.5.1',
'dataclasses>=0.6;python_version<"3.7"',
]


with open('README.md', 'r') as f:
long_description = f.read()
Expand All @@ -29,7 +22,12 @@
include_package_data=True,
package_data=dict(cep=['py.typed']),
python_requires='>=3.7',
install_requires=install_requirements,
install_requires=[
'requests==2.25.0',
'clabe==1.2.4',
'lxml==4.6.2',
'dataclasses>=0.6;python_version<"3.7"',
],
classifiers=[
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit dc4984f

Please sign in to comment.