Skip to content

Commit

Permalink
Deps: update all to fix pytest import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKoz committed May 1, 2022
1 parent 618eb0b commit 636cece
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 22 deletions.
2 changes: 1 addition & 1 deletion requirements/coveralls.pip
Expand Up @@ -24,5 +24,5 @@ tomli==2.0.1
# via
# -c requirements\coverage.pip
# coverage
urllib3==1.26.8
urllib3==1.26.9
# via requests
20 changes: 10 additions & 10 deletions requirements/dev.pip
Expand Up @@ -16,7 +16,7 @@ cfgv==3.3.1
# via
# -r requirements\lint.pip
# pre-commit
click==8.0.4
click==8.1.3
# via
# -r requirements\pip-tools.pip
# pip-tools
Expand All @@ -42,15 +42,15 @@ filelock==3.6.0
# via
# -r requirements\lint.pip
# virtualenv
identify==2.4.11
identify==2.5.0
# via
# -r requirements\lint.pip
# pre-commit
iniconfig==1.1.1
# via
# -r requirements\test.pip
# pytest
lark==1.1.1
lark==1.1.2
# via
# -r requirements\requirements.pip
# -r requirements\test.pip
Expand All @@ -66,28 +66,28 @@ pep517==0.12.0
# via
# -r requirements\pip-tools.pip
# pip-tools
pip-tools==6.5.1
pip-tools==6.6.0
# via -r requirements\pip-tools.pip
platformdirs==2.5.1
platformdirs==2.5.2
# via
# -r requirements\lint.pip
# virtualenv
pluggy==1.0.0
# via
# -r requirements\test.pip
# pytest
pre-commit==2.17.0
pre-commit==2.18.1
# via -r requirements\lint.pip
py==1.11.0
# via
# -r requirements\test.pip
# pytest
# pytest-forked
pyparsing==3.0.7
pyparsing==3.0.8
# via
# -r requirements\test.pip
# packaging
pytest==7.0.1
pytest==7.1.2
# via
# -r requirements\test.pip
# pytest-cov
Expand Down Expand Up @@ -123,7 +123,7 @@ tomli==2.0.1
# coverage
# pep517
# pytest
virtualenv==20.13.1
virtualenv==20.14.1
# via
# -r requirements\lint.pip
# pre-commit
Expand All @@ -137,7 +137,7 @@ pip==21.3.1
# via
# -r requirements\pip-tools.pip
# pip-tools
setuptools==60.9.3
setuptools==62.1.0
# via
# -r requirements\pip-tools.pip
# pip-tools
8 changes: 4 additions & 4 deletions requirements/lint.pip
Expand Up @@ -10,19 +10,19 @@ distlib==0.3.4
# via virtualenv
filelock==3.6.0
# via virtualenv
identify==2.4.11
identify==2.5.0
# via pre-commit
nodeenv==1.6.0
# via pre-commit
platformdirs==2.5.1
platformdirs==2.5.2
# via virtualenv
pre-commit==2.17.0
pre-commit==2.18.1
# via -r requirements/lint.in
pyyaml==6.0
# via pre-commit
six==1.16.0
# via virtualenv
toml==0.10.2
# via pre-commit
virtualenv==20.13.1
virtualenv==20.14.1
# via pre-commit
6 changes: 3 additions & 3 deletions requirements/pip-tools.pip
Expand Up @@ -4,13 +4,13 @@
#
# make upgrade
#
click==8.0.4
click==8.1.3
# via pip-tools
colorama==0.4.4
# via click
pep517==0.12.0
# via pip-tools
pip-tools==6.5.1
pip-tools==6.6.0
# via -r requirements/pip-tools.in
tomli==2.0.1
# via
Expand All @@ -24,5 +24,5 @@ pip==21.3.1
# via
# -r requirements/pip-tools.in
# pip-tools
setuptools==60.9.3
setuptools==62.1.0
# via pip-tools
2 changes: 1 addition & 1 deletion requirements/requirements.pip
Expand Up @@ -4,5 +4,5 @@
#
# make upgrade
#
lark==1.1.1
lark==1.1.2
# via lispyc (setup.cfg)
6 changes: 3 additions & 3 deletions requirements/test.pip
Expand Up @@ -18,7 +18,7 @@ execnet==1.9.0
# via pytest-xdist
iniconfig==1.1.1
# via pytest
lark==1.1.1
lark==1.1.2
# via -r requirements\requirements.pip
packaging==21.3
# via pytest
Expand All @@ -28,9 +28,9 @@ py==1.11.0
# via
# pytest
# pytest-forked
pyparsing==3.0.7
pyparsing==3.0.8
# via packaging
pytest==7.0.1
pytest==7.1.2
# via
# -r requirements/test.in
# pytest-cov
Expand Down

0 comments on commit 636cece

Please sign in to comment.