Skip to content

Commit 175ef25

Browse files
committed
chore: make upgrade
1 parent 6b67078 commit 175ef25

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

requirements/dev.pip

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ future==0.18.2
6060
# pycontracts
6161
greenlet==1.1.2
6262
# via -r requirements/dev.in
63-
hypothesis==6.46.11
63+
hypothesis==6.47.0
6464
# via -r requirements/pytest.pip
6565
idna==3.3
6666
# via requests
@@ -129,7 +129,7 @@ pygments==2.12.0
129129
# pudb
130130
# readme-renderer
131131
# rich
132-
pylint==2.14.0
132+
pylint==2.14.1
133133
# via -r requirements/dev.in
134134
pyparsing==3.0.9
135135
# via
@@ -233,7 +233,7 @@ pip==22.0.4
233233
# via
234234
# -c requirements/pins.pip
235235
# -r requirements/pip.pip
236-
setuptools==62.3.2
236+
setuptools==62.3.3
237237
# via
238238
# astroid
239239
# check-manifest

requirements/kit.pip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build==0.8.0
1414
# via -r requirements/kit.in
1515
certifi==2022.5.18.1
1616
# via cibuildwheel
17-
cibuildwheel==2.6.0
17+
cibuildwheel==2.6.1
1818
# via -r requirements/kit.in
1919
filelock==3.7.1
2020
# via cibuildwheel
@@ -52,5 +52,5 @@ zipp==3.8.0
5252
# pep517
5353

5454
# The following packages are considered to be unsafe in a requirements file:
55-
setuptools==62.3.2
55+
setuptools==62.3.3
5656
# via -r requirements/kit.in

requirements/light-threads.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ zope-interface==5.4.0
2323
# via gevent
2424

2525
# The following packages are considered to be unsafe in a requirements file:
26-
setuptools==62.3.2
26+
setuptools==62.3.3
2727
# via gevent

requirements/pip-tools.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ pip==22.0.4
3030
# via
3131
# -c requirements/pins.pip
3232
# pip-tools
33-
setuptools==62.3.2
33+
setuptools==62.3.3
3434
# via pip-tools

requirements/pytest.pip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flaky==3.7.0
1818
# via -r requirements/pytest.in
1919
future==0.18.2
2020
# via pycontracts
21-
hypothesis==6.46.11
21+
hypothesis==6.47.0
2222
# via -r requirements/pytest.in
2323
importlib-metadata==4.11.4
2424
# via

0 commit comments

Comments
 (0)