Skip to content

Commit

Permalink
test: Refresh tox test dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
abelcheung committed Aug 7, 2024
1 parent e843e61 commit 9187118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands =
deps =
{[testenv:pyright]deps}
typeguard == 4.3.0
pytest == 8.2.1
pytest == 8.3.2
html5lib == 1.1
beautifulsoup4 == 4.12.3
py{310,311,312}-rt-lxml49: lxml == 4.9.*
Expand All @@ -47,14 +47,14 @@ commands =
[testenv:mypy]
deps =
{[common_dep]deps}
mypy == 1.11.0
mypy == 1.11.1
package = skip
commands = mypy {posargs:} lxml-stubs

[testenv:pyright]
deps =
{[common_dep]deps}
pyright == 1.1.364
pyright == 1.1.374
package = skip
commands = pyright {posargs:}

Expand Down

0 comments on commit 9187118

Please sign in to comment.