Skip to content

Commit

Permalink
⬆ Bump lxml from 4.9.1 to 4.9.2 (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Dec 14, 2022
1 parent 9bb1257 commit 8a59177
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
attrs
marshmallow
lxml
lxml>=4.9.2
# whenever adding something here, don't forget to also add it to setup.cfg
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
attrs==22.1.0
# via -r requirements.in
lxml==4.9.1
lxml==4.9.2
# via -r requirements.in
marshmallow==3.19.0
# via -r requirements.in
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ commands =
[testenv:type_check]
# the type_check environment checks the type hints using mypy
usedevelop = True
setenv = PYTHONPATH = {toxinidir}/src
deps =
-rrequirements.txt
mypy
Expand Down

0 comments on commit 8a59177

Please sign in to comment.