Skip to content

Commit 77dd921

Browse files
Bump dependencies from commit d0c85e (#3320)
* Dependency updates * Parso made a new release * Update some missed versions --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: A5rocks <git@helvetica.moe>
1 parent d0c85e4 commit 77dd921

File tree

4 files changed

+29
-36
lines changed

4 files changed

+29
-36
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: black
2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.12.9
27+
rev: v0.12.10
2828
hooks:
2929
- id: ruff-check
3030
types: [file]
@@ -38,7 +38,7 @@ repos:
3838
# tomli needed on 3.10. tomllib is available in stdlib on 3.11+
3939
- tomli
4040
- repo: https://github.com/adhtruong/mirrors-typos
41-
rev: v1.35.4
41+
rev: v1.35.5
4242
hooks:
4343
- id: typos
4444
- repo: https://github.com/sphinx-contrib/sphinx-lint
@@ -73,7 +73,7 @@ repos:
7373
additional_dependencies: ["pyyaml"]
7474
files: ^(test-requirements\.txt)|(\.pre-commit-config\.yaml)$
7575
- repo: https://github.com/astral-sh/uv-pre-commit
76-
rev: 0.8.11
76+
rev: 0.8.13
7777
hooks:
7878
# Compile requirements
7979
- id: pip-compile

docs-requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,21 @@ babel==2.17.0
1010
# via sphinx
1111
beautifulsoup4==4.13.4
1212
# via sphinx-codeautolink
13-
certifi==2025.7.14
13+
certifi==2025.8.3
1414
# via requests
1515
cffi==1.17.1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
1616
# via
1717
# -r docs-requirements.in
1818
# cryptography
19-
charset-normalizer==3.4.2
19+
charset-normalizer==3.4.3
2020
# via requests
2121
click==8.2.1
2222
# via towncrier
2323
colorama==0.4.6 ; sys_platform == 'win32'
2424
# via
2525
# click
2626
# sphinx
27-
cryptography==45.0.5
27+
cryptography==45.0.6
2828
# via pyopenssl
2929
docutils==0.21.2
3030
# via
@@ -57,7 +57,7 @@ pygments==2.19.2
5757
# via sphinx
5858
pyopenssl==25.1.0
5959
# via -r docs-requirements.in
60-
requests==2.32.4
60+
requests==2.32.5
6161
# via sphinx
6262
roman-numerals-py==3.1.0
6363
# via sphinx

test-requirements.in

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,11 @@ trustme # for the ssl + DTLS tests
88
pylint # for pylint finding all symbols tests
99
jedi; implementation_name == "cpython" # for jedi code completion tests
1010
cryptography>=41.0.0 # cryptography<41 segfaults on pypy3.10
11-
# Temp workaround until parso makes a new release
12-
git+https://github.com/davidhalter/parso.git; python_version >= "3.14"
1311

1412
# Tools
1513
black; implementation_name == "cpython"
1614
mypy # Would use mypy[faster-cache], but orjson has build issues on pypy
17-
orjson; implementation_name == "cpython" and python_version < "3.14" # orjson does not yet install on 3.14
15+
orjson; implementation_name == "cpython" # orjson does not yet install on 3.14
1816
ruff >= 0.8.0
1917
astor # code generation
2018
uv >= 0.2.24

test-requirements.txt

Lines changed: 21 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ babel==2.17.0
1818
# via sphinx
1919
black==25.1.0 ; implementation_name == 'cpython'
2020
# via -r test-requirements.in
21-
certifi==2025.7.14
21+
certifi==2025.8.3
2222
# via requests
2323
cffi==1.17.1 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
2424
# via
2525
# -r test-requirements.in
2626
# cryptography
2727
cfgv==3.4.0
2828
# via pre-commit
29-
charset-normalizer==3.4.2
29+
charset-normalizer==3.4.3
3030
# via requests
3131
click==8.1.8 ; python_full_version < '3.10' and implementation_name == 'cpython'
3232
# via black
@@ -40,9 +40,9 @@ colorama==0.4.6 ; sys_platform == 'win32'
4040
# pylint
4141
# pytest
4242
# sphinx
43-
coverage==7.10.1
43+
coverage==7.10.5
4444
# via -r test-requirements.in
45-
cryptography==45.0.5
45+
cryptography==45.0.6
4646
# via
4747
# -r test-requirements.in
4848
# pyopenssl
@@ -58,9 +58,9 @@ exceptiongroup==1.3.0 ; python_full_version < '3.11'
5858
# via
5959
# -r test-requirements.in
6060
# pytest
61-
filelock==3.18.0
61+
filelock==3.19.1
6262
# via virtualenv
63-
identify==2.6.12
63+
identify==2.6.13
6464
# via pre-commit
6565
idna==3.10
6666
# via
@@ -94,7 +94,7 @@ nodeenv==1.9.1
9494
# via
9595
# pre-commit
9696
# pyright
97-
orjson==3.11.1 ; python_full_version < '3.14' and implementation_name == 'cpython'
97+
orjson==3.11.2 ; implementation_name == 'cpython'
9898
# via -r test-requirements.in
9999
outcome==1.3.0.post0
100100
# via -r test-requirements.in
@@ -103,14 +103,8 @@ packaging==25.0
103103
# black
104104
# pytest
105105
# sphinx
106-
parso==0.8.4 ; python_full_version < '3.14' and implementation_name == 'cpython'
107-
# via
108-
# -r test-requirements.in
109-
# jedi
110-
parso @ git+https://github.com/davidhalter/parso.git@a73af5c709a292cbb789bf6cab38b20559f166c0 ; python_full_version >= '3.14'
111-
# via
112-
# -r test-requirements.in
113-
# jedi
106+
parso==0.8.5 ; implementation_name == 'cpython'
107+
# via jedi
114108
pathspec==0.12.1
115109
# via
116110
# black
@@ -122,29 +116,29 @@ platformdirs==4.3.8
122116
# virtualenv
123117
pluggy==1.6.0
124118
# via pytest
125-
pre-commit==4.2.0
119+
pre-commit==4.3.0
126120
# via -r test-requirements.in
127121
pycparser==2.22 ; os_name == 'nt' or platform_python_implementation != 'PyPy'
128122
# via cffi
129123
pygments==2.19.2
130124
# via
131125
# pytest
132126
# sphinx
133-
pylint==3.3.7
127+
pylint==3.3.8
134128
# via -r test-requirements.in
135129
pyopenssl==25.1.0
136130
# via -r test-requirements.in
137-
pyright==1.1.403
131+
pyright==1.1.404
138132
# via -r test-requirements.in
139133
pytest==8.4.1
140134
# via -r test-requirements.in
141135
pyyaml==6.0.2
142136
# via pre-commit
143-
requests==2.32.4
137+
requests==2.32.5
144138
# via sphinx
145139
roman-numerals-py==3.1.0 ; python_full_version >= '3.11'
146140
# via sphinx
147-
ruff==0.12.9
141+
ruff==0.12.10
148142
# via -r test-requirements.in
149143
sniffio==1.3.1
150144
# via -r test-requirements.in
@@ -181,17 +175,17 @@ tomlkit==0.13.3
181175
# via pylint
182176
trustme==1.2.1
183177
# via -r test-requirements.in
184-
types-cffi==1.17.0.20250523
178+
types-cffi==1.17.0.20250822
185179
# via
186180
# -r test-requirements.in
187181
# types-pyopenssl
188-
types-docutils==0.21.0.20250728
182+
types-docutils==0.22.0.20250822
189183
# via -r test-requirements.in
190184
types-pyopenssl==24.1.0.20240722
191185
# via -r test-requirements.in
192-
types-pyyaml==6.0.12.20250516
186+
types-pyyaml==6.0.12.20250822
193187
# via -r test-requirements.in
194-
types-setuptools==80.9.0.20250529
188+
types-setuptools==80.9.0.20250822
195189
# via types-cffi
196190
typing-extensions==4.14.1
197191
# via
@@ -203,11 +197,12 @@ typing-extensions==4.14.1
203197
# pylint
204198
# pyopenssl
205199
# pyright
200+
# virtualenv
206201
urllib3==2.5.0
207202
# via requests
208-
uv==0.8.11
203+
uv==0.8.13
209204
# via -r test-requirements.in
210-
virtualenv==20.32.0
205+
virtualenv==20.34.0
211206
# via pre-commit
212207
zipp==3.23.0 ; python_full_version < '3.10'
213208
# via importlib-metadata

0 commit comments

Comments
 (0)