Skip to content

Commit ecd73b7

Browse files
committed
upgrade CI dependencies
1 parent 59c3f64 commit ecd73b7

File tree

2 files changed

+94
-65
lines changed

2 files changed

+94
-65
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: python
2-
dist: bionic
2+
dist: focal
33

44
git:
55
depth: 1

requirements-dev.txt

Lines changed: 93 additions & 64 deletions
Original file line numberDiff line numberDiff line change
@@ -1,185 +1,214 @@
11
#
2-
# This file is autogenerated by pip-compile
2+
# This file is autogenerated by pip-compile with python 3.6
33
# To update, run:
44
#
55
# pip-compile --output-file=requirements-dev.txt requirements-dev.in setup.py
66
#
77
alabaster==0.7.12
88
# via sphinx
9-
astroid==2.4.2
9+
astroid==2.9.3
1010
# via pylint
1111
async-generator==1.10
1212
# via
1313
# pytest-trio
1414
# trio
1515
# trio-websocket (setup.py)
16-
attrs==20.3.0
16+
attrs==21.4.0
1717
# via
1818
# -r requirements-dev.in
1919
# outcome
2020
# pytest
2121
# trio
22-
babel==2.9.0
22+
babel==2.9.1
2323
# via sphinx
24-
bleach==3.2.1
24+
bleach==4.1.0
2525
# via readme-renderer
26-
certifi==2020.11.8
26+
certifi==2021.10.8
2727
# via requests
28-
cffi==1.14.3
28+
cffi==1.15.0
2929
# via cryptography
30-
chardet==3.0.4
30+
charset-normalizer==2.0.10
3131
# via requests
32-
click==8.0.1
32+
click==8.0.3
3333
# via pip-tools
3434
colorama==0.4.4
3535
# via twine
36-
coverage==5.3
36+
contextvars==2.4
37+
# via
38+
# sniffio
39+
# trio
40+
coverage[toml]==6.2
3741
# via
3842
# coveralls
3943
# pytest-cov
40-
coveralls==2.1.2
44+
coveralls==3.3.1
4145
# via -r requirements-dev.in
42-
cryptography==3.2.1
46+
cryptography==3.3.2
4347
# via trustme
4448
docopt==0.6.2
4549
# via coveralls
46-
docutils==0.16
50+
docutils==0.17.1
4751
# via
4852
# readme-renderer
4953
# sphinx
50-
h11==0.11.0
54+
# sphinx-rtd-theme
55+
h11==0.12.0
5156
# via wsproto
52-
idna==2.10
57+
idna==3.3
5358
# via
5459
# requests
5560
# trio
5661
# trustme
57-
imagesize==1.2.0
62+
imagesize==1.3.0
5863
# via sphinx
64+
immutables==0.16
65+
# via contextvars
66+
importlib-metadata==4.8.3
67+
# via
68+
# click
69+
# keyring
70+
# pep517
71+
# pluggy
72+
# pytest
73+
# twine
5974
iniconfig==1.1.1
6075
# via pytest
61-
isort==5.6.4
76+
isort==5.10.1
6277
# via pylint
63-
jinja2==2.11.2
78+
jinja2==3.0.3
6479
# via sphinx
65-
keyring==21.5.0
80+
keyring==23.4.1
6681
# via twine
67-
lazy-object-proxy==1.4.3
82+
lazy-object-proxy==1.7.1
6883
# via astroid
69-
markupsafe==1.1.1
84+
markupsafe==2.0.1
7085
# via jinja2
7186
mccabe==0.6.1
7287
# via pylint
73-
outcome==1.0.1
88+
outcome==1.1.0
7489
# via
7590
# pytest-trio
7691
# trio
77-
packaging==20.4
92+
packaging==21.3
7893
# via
7994
# bleach
8095
# pytest
8196
# sphinx
82-
pep517==0.10.0
97+
pep517==0.12.0
8398
# via pip-tools
84-
pip-tools==6.1.0
99+
pip-tools==6.4.0
85100
# via -r requirements-dev.in
86-
pkginfo==1.6.1
101+
pkginfo==1.8.2
87102
# via twine
88-
pluggy==0.13.1
103+
platformdirs==2.4.0
104+
# via pylint
105+
pluggy==1.0.0
89106
# via pytest
90-
py==1.9.0
107+
py==1.11.0
91108
# via pytest
92-
pycparser==2.20
109+
pycparser==2.21
93110
# via cffi
94-
pygments==2.7.2
111+
pygments==2.11.2
95112
# via
96113
# readme-renderer
97114
# sphinx
98-
pylint==2.6.0
115+
pylint==2.12.2
99116
# via -r requirements-dev.in
100-
pyparsing==2.4.7
117+
pyparsing==3.0.6
101118
# via packaging
102-
pytest-cov==2.10.1
103-
# via -r requirements-dev.in
104-
pytest-trio==0.7.0
105-
# via -r requirements-dev.in
106-
pytest==6.1.2
119+
pytest==6.2.5
107120
# via
108121
# -r requirements-dev.in
109122
# pytest-cov
110123
# pytest-trio
111-
pytz==2020.4
124+
pytest-cov==3.0.0
125+
# via -r requirements-dev.in
126+
pytest-trio==0.7.0
127+
# via -r requirements-dev.in
128+
pytz==2021.3
112129
# via babel
113-
readme-renderer==28.0
130+
readme-renderer==32.0
114131
# via twine
115-
requests-toolbelt==0.9.1
116-
# via twine
117-
requests==2.25.0
132+
requests==2.27.1
118133
# via
119134
# coveralls
120135
# requests-toolbelt
121136
# sphinx
122137
# twine
123-
rfc3986==1.4.0
138+
requests-toolbelt==0.9.1
124139
# via twine
125-
six==1.15.0
126-
# via
127-
# astroid
128-
# bleach
129-
# cryptography
130-
# packaging
131-
# readme-renderer
140+
rfc3986==1.5.0
141+
# via twine
142+
six==1.16.0
143+
# via bleach
132144
sniffio==1.2.0
133145
# via trio
134-
snowballstemmer==2.0.0
146+
snowballstemmer==2.2.0
135147
# via sphinx
136-
sortedcontainers==2.3.0
148+
sortedcontainers==2.4.0
137149
# via trio
138-
sphinx-rtd-theme==0.5.0
139-
# via -r requirements-dev.in
140-
sphinx==3.3.1
150+
sphinx==4.3.2
141151
# via
142152
# -r requirements-dev.in
143153
# sphinx-rtd-theme
144154
# sphinxcontrib-trio
155+
sphinx-rtd-theme==1.0.0
156+
# via -r requirements-dev.in
145157
sphinxcontrib-applehelp==1.0.2
146158
# via sphinx
147159
sphinxcontrib-devhelp==1.0.2
148160
# via sphinx
149-
sphinxcontrib-htmlhelp==1.0.3
161+
sphinxcontrib-htmlhelp==2.0.0
150162
# via sphinx
151163
sphinxcontrib-jsmath==1.0.1
152164
# via sphinx
153165
sphinxcontrib-qthelp==1.0.3
154166
# via sphinx
155-
sphinxcontrib-serializinghtml==1.1.4
167+
sphinxcontrib-serializinghtml==1.1.5
156168
# via sphinx
157169
sphinxcontrib-trio==1.1.2
158170
# via -r requirements-dev.in
159171
toml==0.10.2
160172
# via
161-
# pep517
162173
# pylint
163174
# pytest
164-
tqdm==4.51.0
175+
tomli==1.2.3
176+
# via
177+
# coverage
178+
# pep517
179+
tqdm==4.62.3
165180
# via twine
166-
trio==0.17.0
181+
trio==0.19.0
167182
# via
168183
# -r requirements-dev.in
169184
# pytest-trio
170185
# trio-websocket (setup.py)
171-
trustme==0.6.0
186+
trustme==0.9.0
172187
# via -r requirements-dev.in
173-
twine==3.2.0
188+
twine==3.7.1
174189
# via -r requirements-dev.in
175-
urllib3==1.26.2
190+
typed-ast==1.5.1
191+
# via astroid
192+
typing-extensions==4.0.1
193+
# via
194+
# astroid
195+
# immutables
196+
# importlib-metadata
197+
# pylint
198+
urllib3==1.26.8
176199
# via requests
177200
webencodings==0.5.1
178201
# via bleach
179-
wrapt==1.12.1
202+
wheel==0.37.1
203+
# via pip-tools
204+
wrapt==1.13.3
180205
# via astroid
181206
wsproto==0.15.0
182207
# via trio-websocket (setup.py)
208+
zipp==3.6.0
209+
# via
210+
# importlib-metadata
211+
# pep517
183212

184213
# The following packages are considered to be unsafe in a requirements file:
185214
# pip

0 commit comments

Comments
 (0)