Skip to content

Commit 315dbed

Browse files
Bump dependencies from commit bf9fe6 (#2709)
* Dependency updates * Fix IPython tests? --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: EXPLOSION <[email protected]>
1 parent bf9fe64 commit 315dbed

File tree

3 files changed

+38
-26
lines changed

3 files changed

+38
-26
lines changed

docs-requirements.txt

+6-6
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ babel==2.12.1
1616
# via sphinx
1717
certifi==2023.5.7
1818
# via requests
19-
charset-normalizer==3.1.0
19+
charset-normalizer==3.2.0
2020
# via requests
21-
click==8.1.3
21+
click==8.1.5
2222
# via
2323
# click-default-group
2424
# towncrier
@@ -28,7 +28,7 @@ docutils==0.18.1
2828
# via
2929
# sphinx
3030
# sphinx-rtd-theme
31-
exceptiongroup==1.1.1
31+
exceptiongroup==1.1.2
3232
# via -r docs-requirements.in
3333
idna==3.4
3434
# via
@@ -38,9 +38,9 @@ imagesize==1.4.1
3838
# via sphinx
3939
immutables==0.19
4040
# via -r docs-requirements.in
41-
importlib-metadata==6.7.0
41+
importlib-metadata==6.8.0
4242
# via sphinx
43-
importlib-resources==5.12.0
43+
importlib-resources==6.0.0
4444
# via towncrier
4545
incremental==22.10.0
4646
# via towncrier
@@ -97,7 +97,7 @@ towncrier==23.6.0
9797
# via -r docs-requirements.in
9898
urllib3==2.0.3
9999
# via requests
100-
zipp==3.15.0
100+
zipp==3.16.2
101101
# via
102102
# importlib-metadata
103103
# importlib-resources

test-requirements.txt

+28-16
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,10 @@
66
#
77
astor==0.8.1
88
# via -r test-requirements.in
9-
astroid==2.15.5
9+
astroid==2.15.6
1010
# via pylint
11+
asttokens==2.2.1
12+
# via stack-data
1113
async-generator==1.10
1214
# via -r test-requirements.in
1315
attrs==23.1.0
@@ -16,19 +18,19 @@ attrs==23.1.0
1618
# outcome
1719
backcall==0.2.0
1820
# via ipython
19-
black==23.3.0 ; implementation_name == "cpython"
21+
black==23.7.0 ; implementation_name == "cpython"
2022
# via -r test-requirements.in
2123
build==0.10.0
2224
# via pip-tools
2325
cffi==1.15.1
2426
# via cryptography
25-
click==8.1.3
27+
click==8.1.5
2628
# via
2729
# black
2830
# pip-tools
2931
coverage==7.2.7
3032
# via -r test-requirements.in
31-
cryptography==41.0.1
33+
cryptography==41.0.2
3234
# via
3335
# -r test-requirements.in
3436
# pyopenssl
@@ -38,11 +40,13 @@ decorator==5.1.1
3840
# via ipython
3941
dill==0.3.6
4042
# via pylint
41-
exceptiongroup==1.1.1 ; python_version < "3.11"
43+
exceptiongroup==1.1.2 ; python_version < "3.11"
4244
# via
4345
# -r test-requirements.in
4446
# pytest
45-
flake8==5.0.4
47+
executing==1.2.0
48+
# via stack-data
49+
flake8==6.0.0
4650
# via
4751
# -r test-requirements.in
4852
# flake8-pyproject
@@ -54,9 +58,9 @@ idna==3.4
5458
# trustme
5559
iniconfig==2.0.0
5660
# via pytest
57-
ipython==7.34.0
61+
ipython==8.12.2
5862
# via -r test-requirements.in
59-
isort==5.11.5
63+
isort==5.12.0
6064
# via pylint
6165
jedi==0.18.2
6266
# via
@@ -94,23 +98,25 @@ pexpect==4.8.0
9498
# via ipython
9599
pickleshare==0.7.5
96100
# via ipython
97-
pip-tools==6.14.0
101+
pip-tools==7.0.0
98102
# via -r test-requirements.in
99-
platformdirs==3.8.0
103+
platformdirs==3.9.1
100104
# via
101105
# black
102106
# pylint
103107
pluggy==1.2.0
104108
# via pytest
105-
prompt-toolkit==3.0.38
109+
prompt-toolkit==3.0.39
106110
# via ipython
107111
ptyprocess==0.7.0
108112
# via pexpect
109-
pycodestyle==2.9.1
113+
pure-eval==0.2.2
114+
# via stack-data
115+
pycodestyle==2.10.0
110116
# via flake8
111117
pycparser==2.21
112118
# via cffi
113-
pyflakes==2.5.0
119+
pyflakes==3.0.1
114120
# via flake8
115121
pygments==2.15.1
116122
# via ipython
@@ -120,14 +126,18 @@ pyopenssl==23.2.0
120126
# via -r test-requirements.in
121127
pyproject-hooks==1.0.0
122128
# via build
123-
pyright==1.1.316
129+
pyright==1.1.317
124130
# via -r test-requirements.in
125131
pytest==7.4.0
126132
# via -r test-requirements.in
133+
six==1.16.0
134+
# via asttokens
127135
sniffio==1.3.0
128136
# via -r test-requirements.in
129137
sortedcontainers==2.4.0
130138
# via -r test-requirements.in
139+
stack-data==0.6.2
140+
# via ipython
131141
tomli==2.0.1
132142
# via
133143
# black
@@ -136,22 +146,24 @@ tomli==2.0.1
136146
# mypy
137147
# pip-tools
138148
# pylint
149+
# pyproject-hooks
139150
# pytest
140151
tomlkit==0.11.8
141152
# via pylint
142153
traitlets==5.9.0
143154
# via
144155
# ipython
145156
# matplotlib-inline
146-
trustme==1.0.0
157+
trustme==1.1.0
147158
# via -r test-requirements.in
148159
types-pyopenssl==23.2.0.1 ; implementation_name == "cpython"
149160
# via -r test-requirements.in
150-
typing-extensions==4.6.3
161+
typing-extensions==4.7.1
151162
# via
152163
# -r test-requirements.in
153164
# astroid
154165
# black
166+
# ipython
155167
# mypy
156168
# pylint
157169
wcwidth==0.2.6

trio/_core/_tests/test_multierror.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -472,10 +472,10 @@ def run_script(name, use_ipython=False):
472472
return completed
473473

474474

475-
def check_simple_excepthook(completed, uses_ipython):
475+
def check_simple_excepthook(completed):
476476
assert_match_in_seq(
477477
[
478-
"in <cell line: " if uses_ipython else "in <module>",
478+
"in <module>",
479479
"MultiError",
480480
"--- 1 ---",
481481
"in exc1_fn",
@@ -502,14 +502,14 @@ def check_simple_excepthook(completed, uses_ipython):
502502
@need_ipython
503503
def test_ipython_exc_handler():
504504
completed = run_script("simple_excepthook.py", use_ipython=True)
505-
check_simple_excepthook(completed, True)
505+
check_simple_excepthook(completed)
506506

507507

508508
@slow
509509
@need_ipython
510510
def test_ipython_imported_but_unused():
511511
completed = run_script("simple_excepthook_IPython.py")
512-
check_simple_excepthook(completed, False)
512+
check_simple_excepthook(completed)
513513

514514

515515
@slow

0 commit comments

Comments
 (0)