Skip to content

Commit a38276a

Browse files
authored
Merge pull request #3512 from HypothesisWorks/create-pull-request/patch
Update pinned dependencies
2 parents 5ac01d1 + 8d402c0 commit a38276a

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

requirements/coverage.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ deprecated==1.2.13
2424
# via redis
2525
dpcontracts==0.6.0
2626
# via -r requirements/coverage.in
27-
exceptiongroup==1.0.1 ; python_version < "3.11"
27+
exceptiongroup==1.0.4 ; python_version < "3.11"
2828
# via
2929
# hypothesis (hypothesis-python/setup.py)
3030
# pytest
3131
execnet==1.9.0
3232
# via pytest-xdist
33-
fakeredis==1.10.1
33+
fakeredis==2.0.0
3434
# via -r requirements/coverage.in
3535
iniconfig==1.1.1
3636
# via pytest
@@ -52,11 +52,11 @@ packaging==21.3
5252
# redis
5353
pandas==1.5.1
5454
# via -r requirements/coverage.in
55-
pathspec==0.10.1
55+
pathspec==0.10.2
5656
# via black
5757
pexpect==4.8.0
5858
# via -r requirements/test.in
59-
platformdirs==2.5.3
59+
platformdirs==2.5.4
6060
# via black
6161
pluggy==1.0.0
6262
# via pytest

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ attrs==22.1.0
88
# via
99
# hypothesis (hypothesis-python/setup.py)
1010
# pytest
11-
exceptiongroup==1.0.1 ; python_version < "3.11"
11+
exceptiongroup==1.0.4 ; python_version < "3.11"
1212
# via
1313
# hypothesis (hypothesis-python/setup.py)
1414
# pytest

requirements/tools.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docutils==0.17.1
6969
# sphinx-rtd-theme
7070
dpcontracts==0.6.0
7171
# via -r requirements/tools.in
72-
exceptiongroup==1.0.1 ; python_version < "3.11"
72+
exceptiongroup==1.0.4 ; python_version < "3.11"
7373
# via
7474
# hypothesis (hypothesis-python/setup.py)
7575
# pytest
@@ -167,7 +167,7 @@ mccabe==0.7.0
167167
# via flake8
168168
more-itertools==9.0.0
169169
# via jaraco-classes
170-
mypy==0.990
170+
mypy==0.991
171171
# via -r requirements/tools.in
172172
mypy-extensions==0.4.3
173173
# via
@@ -184,7 +184,7 @@ packaging==21.3
184184
# tox
185185
parso==0.8.3
186186
# via jedi
187-
pathspec==0.10.1
187+
pathspec==0.10.2
188188
# via black
189189
pbr==5.11.0
190190
# via stevedore
@@ -194,11 +194,11 @@ pexpect==4.8.0
194194
# via ipython
195195
pickleshare==0.7.5
196196
# via ipython
197-
pip-tools==6.9.0
197+
pip-tools==6.10.0
198198
# via -r requirements/tools.in
199199
pkginfo==1.8.3
200200
# via twine
201-
platformdirs==2.5.3
201+
platformdirs==2.5.4
202202
# via
203203
# black
204204
# virtualenv
@@ -232,7 +232,7 @@ pygments==2.13.0
232232
# sphinx
233233
pyparsing==3.0.9
234234
# via packaging
235-
pyright==1.1.279
235+
pyright==1.1.280
236236
# via -r requirements/tools.in
237237
pytest==7.2.0
238238
# via -r requirements/tools.in
@@ -327,7 +327,7 @@ tomli==2.0.1
327327
# pep517
328328
# pytest
329329
# tox
330-
tox==3.27.0
330+
tox==3.27.1
331331
# via -r requirements/tools.in
332332
traitlets==5.5.0
333333
# via

0 commit comments

Comments
 (0)