Skip to content

Commit 48f8293

Browse files
Bump dependencies from commit 13ee1b (#2966)
* Dependency updates * Remove now unused type ignore comments * Update ruff pre-commit hook to v0.3.0 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: CoolCat467 <[email protected]>
1 parent 13ee1b0 commit 48f8293

File tree

4 files changed

+26
-24
lines changed

4 files changed

+26
-24
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/astral-sh/ruff-pre-commit
26-
rev: v0.2.2
26+
rev: v0.3.0
2727
hooks:
2828
- id: ruff
2929
types: [file]

docs-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ charset-normalizer==3.3.2
2020
# via requests
2121
click==8.1.7
2222
# via towncrier
23-
cryptography==42.0.2
23+
cryptography==42.0.5
2424
# via pyopenssl
2525
docutils==0.20.1
2626
# via
@@ -38,7 +38,7 @@ immutables==0.20
3838
# via -r docs-requirements.in
3939
importlib-metadata==7.0.1
4040
# via sphinx
41-
importlib-resources==6.1.1
41+
importlib-resources==6.1.2
4242
# via towncrier
4343
incremental==22.10.0
4444
# via towncrier
@@ -63,7 +63,7 @@ pytz==2024.1
6363
# via babel
6464
requests==2.31.0
6565
# via sphinx
66-
sniffio==1.3.0
66+
sniffio==1.3.1
6767
# via -r docs-requirements.in
6868
snowballstemmer==2.2.0
6969
# via sphinx
@@ -99,7 +99,7 @@ tomli==2.0.1
9999
# via towncrier
100100
towncrier==23.11.0
101101
# via -r docs-requirements.in
102-
urllib3==2.2.0
102+
urllib3==2.2.1
103103
# via requests
104104
zipp==3.17.0
105105
# via

src/trio/_tests/test_dtls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
ca = trustme.CA()
3131
server_cert = ca.issue_cert("example.com")
3232

33-
server_ctx = SSL.Context(SSL.DTLS_METHOD) # type: ignore[attr-defined]
33+
server_ctx = SSL.Context(SSL.DTLS_METHOD)
3434
server_cert.configure_cert(server_ctx)
3535

36-
client_ctx = SSL.Context(SSL.DTLS_METHOD) # type: ignore[attr-defined]
36+
client_ctx = SSL.Context(SSL.DTLS_METHOD)
3737
ca.configure_trust(client_ctx)
3838

3939

test-requirements.txt

Lines changed: 19 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ alabaster==0.7.13
88
# via sphinx
99
astor==0.8.1
1010
# via -r test-requirements.in
11-
astroid==3.0.2
11+
astroid==3.1.0
1212
# via pylint
1313
async-generator==1.10
1414
# via -r test-requirements.in
@@ -20,7 +20,7 @@ babel==2.14.0
2020
# via sphinx
2121
black==24.2.0 ; implementation_name == "cpython"
2222
# via -r test-requirements.in
23-
build==1.0.3
23+
build==1.1.1
2424
# via pip-tools
2525
certifi==2024.2.2
2626
# via requests
@@ -34,9 +34,9 @@ click==8.1.7
3434
# pip-tools
3535
codespell==2.2.6
3636
# via -r test-requirements.in
37-
coverage==7.4.1
37+
coverage==7.4.3
3838
# via -r test-requirements.in
39-
cryptography==42.0.2
39+
cryptography==42.0.5
4040
# via
4141
# -r test-requirements.in
4242
# pyopenssl
@@ -94,7 +94,7 @@ parso==0.8.3
9494
# via jedi
9595
pathspec==0.12.1
9696
# via black
97-
pip-tools==7.3.0
97+
pip-tools==7.4.0
9898
# via -r test-requirements.in
9999
platformdirs==4.2.0
100100
# via
@@ -106,23 +106,25 @@ pycparser==2.21
106106
# via cffi
107107
pygments==2.17.2
108108
# via sphinx
109-
pylint==3.0.3
109+
pylint==3.1.0
110110
# via -r test-requirements.in
111111
pyopenssl==24.0.0
112112
# via -r test-requirements.in
113113
pyproject-hooks==1.0.0
114-
# via build
115-
pyright==1.1.349
114+
# via
115+
# build
116+
# pip-tools
117+
pyright==1.1.352
116118
# via -r test-requirements.in
117-
pytest==8.0.0
119+
pytest==8.0.2
118120
# via -r test-requirements.in
119121
pytz==2024.1
120122
# via babel
121123
requests==2.31.0
122124
# via sphinx
123-
ruff==0.2.2
125+
ruff==0.3.0
124126
# via -r test-requirements.in
125-
sniffio==1.3.0
127+
sniffio==1.3.1
126128
# via -r test-requirements.in
127129
snowballstemmer==2.2.0
128130
# via sphinx
@@ -151,26 +153,26 @@ tomli==2.0.1
151153
# pylint
152154
# pyproject-hooks
153155
# pytest
154-
tomlkit==0.12.3
156+
tomlkit==0.12.4
155157
# via pylint
156158
trustme==1.1.0
157159
# via -r test-requirements.in
158160
types-cffi==1.16.0.20240106 ; implementation_name == "cpython"
159161
# via -r test-requirements.in
160-
types-docutils==0.20.0.20240201
162+
types-docutils==0.20.0.20240227
161163
# via -r test-requirements.in
162-
types-pyopenssl==24.0.0.20240130 ; implementation_name == "cpython"
164+
types-pyopenssl==24.0.0.20240228 ; implementation_name == "cpython"
163165
# via -r test-requirements.in
164-
types-setuptools==69.0.0.20240125
166+
types-setuptools==69.1.0.20240229
165167
# via types-cffi
166-
typing-extensions==4.9.0
168+
typing-extensions==4.10.0
167169
# via
168170
# -r test-requirements.in
169171
# astroid
170172
# black
171173
# mypy
172174
# pylint
173-
urllib3==2.2.0
175+
urllib3==2.2.1
174176
# via requests
175177
wheel==0.42.0
176178
# via pip-tools

0 commit comments

Comments
 (0)