Skip to content

Commit d88e29b

Browse files
committed
requirements: Update reqs
1 parent 0a5936f commit d88e29b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements/build.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
#
55
# pip-compile --no-annotate requirements/build.in
66
#
7-
click==8.0.4
7+
click==8.1.2
88
cython==0.29.28
99
delocate==0.10.2 ; sys_platform == "darwin"
1010
pep517==0.12.0
11-
pip-tools==6.5.1
11+
pip-tools==6.6.0
1212
tomli==2.0.1
1313
typing-extensions==4.1.1
1414
wheel==0.37.1

requirements/lint.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
# pip-compile --no-annotate requirements/lint.in
66
#
7-
black==22.1.0
8-
click==8.0.4
7+
black==22.3.0
8+
click==8.1.2
99
isort==5.10.1
1010
mypy-extensions==0.4.3
1111
pathspec==0.9.0

requirements/tests.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
astroid==2.11.2
88
attrs==21.4.0
9-
bleach==4.1.0
9+
bleach==5.0.0
1010
coverage[toml]==6.3.2
1111
cython==0.29.28
1212
dill==0.3.4
@@ -20,8 +20,8 @@ platformdirs==2.5.1
2020
pluggy==1.0.0
2121
py==1.11.0
2222
pygments==2.11.2
23-
pylint==2.13.1
24-
pyparsing==3.0.7
23+
pylint==2.13.5
24+
pyparsing==3.0.8
2525
pytest==7.1.1
2626
pytest-cov==3.0.0
2727
pytest-repeat==0.9.1

0 commit comments

Comments
 (0)