Skip to content

Commit

Permalink
Bump lxml from 4.6.3 to 4.9.1
Browse files Browse the repository at this point in the history
Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 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.3...lxml-4.9.1)

---
updated-dependencies:
- dependency-name: lxml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 22, 2023
1 parent 6c0cb9b commit 4e0363f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ idna==3.4 ; python_version >= '3.5'
isodate==0.6.1
isort==5.12.0
lazy-object-proxy==1.9.0 ; python_version >= '3.7'
lxml==4.6.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
lxml==4.9.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
mccabe==0.7.0 ; python_version >= '3.6'
mypy-extensions==1.0.0 ; python_version >= '3.5'
mysqlclient==2.1.1
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ django-templated-email==3.0.1
django==4.1.7
idna==3.4 ; python_version >= '3.5'
isodate==0.6.1
lxml==4.6.5 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
lxml==4.9.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
mysqlclient==2.1.1
oauthlib==3.2.2 ; python_version >= '3.6'
platformdirs==3.0.0 ; python_version >= '3.7'
Expand Down

0 comments on commit 4e0363f

Please sign in to comment.