Skip to content

Commit

Permalink
Bump lxml from 4.6.5 to 4.9.1 (#96)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
dependabot[bot] and felipao-mx authored Jul 18, 2022
1 parent d2eaaeb commit e9089f1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cep/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.2.0'
__version__ = '0.2.1'
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
requests==2.26.0
clabe==1.2.4
lxml==4.6.5
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 @@ -25,7 +25,7 @@
install_requires=[
'requests>=2.25,<2.27',
'clabe>=1.2.4,<1.3',
'lxml>=4.6.2,<4.7',
'lxml>=4.6.2,<4.10',
'dataclasses>=0.6;python_version<"3.7"',
],
classifiers=[
Expand Down

0 comments on commit e9089f1

Please sign in to comment.