Skip to content

Commit e9089f1

Browse files
Bump lxml from 4.6.5 to 4.9.1 (#96)
* Bump lxml from 4.6.5 to 4.9.1 Bumps [lxml](https://github.com/lxml/lxml) from 4.6.5 to 4.9.1. - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.6.5...lxml-4.9.1) --- updated-dependencies: - dependency-name: lxml dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * bump version Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Felipe López <flh.1989@gmail.com>
1 parent d2eaaeb commit e9089f1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

cep/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.2.0'
1+
__version__ = '0.2.1'

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
requests==2.26.0
22
clabe==1.2.4
3-
lxml==4.6.5
3+
lxml==4.9.1
44
dataclasses>=0.6;python_version<"3.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
install_requires=[
2626
'requests>=2.25,<2.27',
2727
'clabe>=1.2.4,<1.3',
28-
'lxml>=4.6.2,<4.7',
28+
'lxml>=4.6.2,<4.10',
2929
'dataclasses>=0.6;python_version<"3.7"',
3030
],
3131
classifiers=[

0 commit comments

Comments
 (0)