Skip to content

Commit 166bdbb

Browse files
committed
upgrade CI dependencies
1 parent a737eea commit 166bdbb

File tree

1 file changed

+94
-79
lines changed

1 file changed

+94
-79
lines changed

requirements-dev.txt

Lines changed: 94 additions & 79 deletions
Original file line numberDiff line numberDiff line change
@@ -1,165 +1,176 @@
11
#
2-
# This file is autogenerated by pip-compile with python 3.6
3-
# To update, run:
2+
# This file is autogenerated by pip-compile with Python 3.7
3+
# by the following command:
44
#
55
# pip-compile --output-file=requirements-dev.txt requirements-dev.in setup.py
66
#
7-
alabaster==0.7.12
7+
alabaster==0.7.13
88
# via sphinx
9-
astroid==2.9.3
9+
astroid==2.15.0
1010
# via pylint
1111
async-generator==1.10
1212
# via
13-
# pytest-trio
1413
# trio
1514
# trio-websocket (setup.py)
16-
attrs==21.4.0
15+
attrs==22.2.0
1716
# via
1817
# -r requirements-dev.in
1918
# outcome
2019
# pytest
2120
# trio
22-
babel==2.9.1
21+
babel==2.12.1
2322
# via sphinx
24-
bleach==4.1.0
23+
bleach==6.0.0
2524
# via readme-renderer
26-
certifi==2021.10.8
25+
build==0.10.0
26+
# via pip-tools
27+
certifi==2022.12.7
2728
# via requests
28-
cffi==1.15.0
29+
cffi==1.15.1
2930
# via cryptography
30-
charset-normalizer==2.0.10
31+
charset-normalizer==3.1.0
3132
# via requests
32-
click==8.0.3
33+
click==8.1.3
3334
# via pip-tools
34-
colorama==0.4.4
35-
# via twine
36-
contextvars==2.4
37-
# via
38-
# sniffio
39-
# trio
40-
coverage[toml]==6.2
35+
coverage[toml]==6.5.0
4136
# via
4237
# coveralls
4338
# pytest-cov
4439
coveralls==3.3.1
4540
# via -r requirements-dev.in
46-
cryptography==3.3.2
41+
cryptography==39.0.2
4742
# via trustme
43+
dill==0.3.6
44+
# via pylint
4845
docopt==0.6.2
4946
# via coveralls
50-
docutils==0.17.1
47+
docutils==0.18.1
5148
# via
5249
# readme-renderer
5350
# sphinx
5451
# sphinx-rtd-theme
55-
h11==0.12.0
52+
exceptiongroup==1.1.0
53+
# via
54+
# pytest
55+
# trio
56+
h11==0.14.0
5657
# via wsproto
57-
idna==3.3
58+
idna==3.4
5859
# via
5960
# requests
6061
# trio
6162
# trustme
62-
imagesize==1.3.0
63+
imagesize==1.4.1
6364
# via sphinx
64-
immutables==0.16
65-
# via contextvars
66-
importlib-metadata==4.8.3
65+
importlib-metadata==6.0.0
6766
# via
67+
# build
6868
# click
6969
# keyring
70-
# pep517
7170
# pluggy
7271
# pytest
72+
# sphinx
7373
# twine
74-
iniconfig==1.1.1
74+
importlib-resources==5.12.0
75+
# via keyring
76+
iniconfig==2.0.0
7577
# via pytest
76-
isort==5.10.1
78+
isort==5.11.5
7779
# via pylint
78-
jinja2==3.0.3
80+
jaraco-classes==3.2.3
81+
# via keyring
82+
jinja2==3.1.2
7983
# via sphinx
80-
keyring==23.4.1
84+
keyring==23.13.1
8185
# via twine
82-
lazy-object-proxy==1.7.1
86+
lazy-object-proxy==1.9.0
8387
# via astroid
84-
markupsafe==2.0.1
88+
markdown-it-py==2.2.0
89+
# via rich
90+
markupsafe==2.1.2
8591
# via jinja2
86-
mccabe==0.6.1
92+
mccabe==0.7.0
8793
# via pylint
88-
outcome==1.1.0
94+
mdurl==0.1.2
95+
# via markdown-it-py
96+
more-itertools==9.1.0
97+
# via jaraco-classes
98+
outcome==1.2.0
8999
# via
90100
# pytest-trio
91101
# trio
92-
packaging==21.3
102+
packaging==23.0
93103
# via
94-
# bleach
104+
# build
95105
# pytest
96106
# sphinx
97-
pep517==0.12.0
98-
# via pip-tools
99-
pip-tools==6.4.0
107+
pip-tools==6.12.3
100108
# via -r requirements-dev.in
101-
pkginfo==1.8.2
109+
pkginfo==1.9.6
102110
# via twine
103-
platformdirs==2.4.0
111+
platformdirs==3.1.1
104112
# via pylint
105113
pluggy==1.0.0
106114
# via pytest
107-
py==1.11.0
108-
# via pytest
109115
pycparser==2.21
110116
# via cffi
111-
pygments==2.11.2
117+
pygments==2.14.0
112118
# via
113119
# readme-renderer
120+
# rich
114121
# sphinx
115-
pylint==2.12.2
122+
pylint==2.17.0
116123
# via -r requirements-dev.in
117-
pyparsing==3.0.6
118-
# via packaging
119-
pytest==6.2.5
124+
pyproject-hooks==1.0.0
125+
# via build
126+
pytest==7.2.2
120127
# via
121128
# -r requirements-dev.in
122129
# pytest-cov
123130
# pytest-trio
124-
pytest-cov==3.0.0
131+
pytest-cov==4.0.0
125132
# via -r requirements-dev.in
126-
pytest-trio==0.7.0
133+
pytest-trio==0.8.0
127134
# via -r requirements-dev.in
128-
pytz==2021.3
135+
pytz==2022.7.1
129136
# via babel
130-
readme-renderer==32.0
137+
readme-renderer==37.3
131138
# via twine
132-
requests==2.27.1
139+
requests==2.28.2
133140
# via
134141
# coveralls
135142
# requests-toolbelt
136143
# sphinx
137144
# twine
138-
requests-toolbelt==0.9.1
145+
requests-toolbelt==0.10.1
146+
# via twine
147+
rfc3986==2.0.0
139148
# via twine
140-
rfc3986==1.5.0
149+
rich==13.3.2
141150
# via twine
142151
six==1.16.0
143152
# via bleach
144-
sniffio==1.2.0
153+
sniffio==1.3.0
145154
# via trio
146155
snowballstemmer==2.2.0
147156
# via sphinx
148157
sortedcontainers==2.4.0
149158
# via trio
150-
sphinx==4.3.2
159+
sphinx==5.3.0
151160
# via
152161
# -r requirements-dev.in
153162
# sphinx-rtd-theme
154163
# sphinxcontrib-trio
155-
sphinx-rtd-theme==1.0.0
164+
sphinx-rtd-theme==1.2.0
156165
# via -r requirements-dev.in
157166
sphinxcontrib-applehelp==1.0.2
158167
# via sphinx
159168
sphinxcontrib-devhelp==1.0.2
160169
# via sphinx
161170
sphinxcontrib-htmlhelp==2.0.0
162171
# via sphinx
172+
sphinxcontrib-jquery==2.0.0
173+
# via sphinx-rtd-theme
163174
sphinxcontrib-jsmath==1.0.1
164175
# via sphinx
165176
sphinxcontrib-qthelp==1.0.3
@@ -168,47 +179,51 @@ sphinxcontrib-serializinghtml==1.1.5
168179
# via sphinx
169180
sphinxcontrib-trio==1.1.2
170181
# via -r requirements-dev.in
171-
toml==0.10.2
182+
tomli==2.0.1
172183
# via
184+
# build
185+
# coverage
173186
# pylint
187+
# pyproject-hooks
174188
# pytest
175-
tomli==1.2.3
176-
# via
177-
# coverage
178-
# pep517
179-
tqdm==4.62.3
180-
# via twine
181-
trio==0.19.0
189+
tomlkit==0.11.6
190+
# via pylint
191+
trio==0.22.0
182192
# via
183193
# -r requirements-dev.in
184194
# pytest-trio
185195
# trio-websocket (setup.py)
186196
trustme==0.9.0
187197
# via -r requirements-dev.in
188-
twine==3.7.1
198+
twine==4.0.2
189199
# via -r requirements-dev.in
190-
typed-ast==1.5.1
200+
typed-ast==1.5.4
191201
# via astroid
192-
typing-extensions==4.0.1
202+
typing-extensions==4.5.0
193203
# via
194204
# astroid
195-
# immutables
205+
# h11
196206
# importlib-metadata
207+
# markdown-it-py
208+
# platformdirs
197209
# pylint
198-
urllib3==1.26.8
199-
# via requests
210+
# rich
211+
urllib3==1.26.15
212+
# via
213+
# requests
214+
# twine
200215
webencodings==0.5.1
201216
# via bleach
202-
wheel==0.37.1
217+
wheel==0.38.4
203218
# via pip-tools
204-
wrapt==1.13.3
219+
wrapt==1.15.0
205220
# via astroid
206-
wsproto==0.15.0
221+
wsproto==1.2.0
207222
# via trio-websocket (setup.py)
208-
zipp==3.6.0
223+
zipp==3.15.0
209224
# via
210225
# importlib-metadata
211-
# pep517
226+
# importlib-resources
212227

213228
# The following packages are considered to be unsafe in a requirements file:
214229
# pip

0 commit comments

Comments
 (0)