Skip to content
This repository was archived by the owner on Jun 7, 2023. It is now read-only.

Commit 13c2b4c

Browse files
committed
update requirements
1 parent 9d2fcfa commit 13c2b4c

File tree

4 files changed

+38
-31
lines changed

4 files changed

+38
-31
lines changed

requirements-dev.txt

Lines changed: 27 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
#
77
alabaster==0.7.12
88
# via sphinx
9-
astroid==2.9.0
9+
astroid==2.9.3
1010
# via pylint
1111
async-generator==1.10
1212
# via
1313
# trio
1414
# trio-websocket
15-
attrs==21.2.0
15+
attrs==21.4.0
1616
# via
1717
# markdown-it-py
1818
# outcome
@@ -28,7 +28,7 @@ certifi==2021.10.8
2828
# urllib3
2929
cffi==1.15.0
3030
# via cryptography
31-
charset-normalizer==2.0.9
31+
charset-normalizer==2.0.10
3232
# via requests
3333
click==7.1.2
3434
# via
@@ -40,7 +40,7 @@ cogapp==3.3.0
4040
# via -r requirements.in
4141
colorama==0.4.4
4242
# via twine
43-
cryptography==36.0.0
43+
cryptography==36.0.1
4444
# via
4545
# pyopenssl
4646
# urllib3
@@ -61,7 +61,7 @@ idna==3.3
6161
# urllib3
6262
imagesize==1.3.0
6363
# via sphinx
64-
importlib-metadata==4.8.2
64+
importlib-metadata==4.10.0
6565
# via
6666
# keyring
6767
# twine
@@ -73,23 +73,27 @@ jinja2==3.0.3
7373
# via
7474
# myst-parser
7575
# sphinx
76-
keyring==23.4.0
76+
keyring==23.5.0
7777
# via twine
78-
lazy-object-proxy==1.6.0
78+
lazy-object-proxy==1.7.1
7979
# via astroid
80-
lxml==4.6.4
81-
# via codechat
82-
markdown-it-py==1.1.0
80+
lxml==4.7.1
81+
# via
82+
# -r requirements.in
83+
# codechat
84+
markdown-it-py==2.0.0
8385
# via
8486
# mdit-py-plugins
8587
# myst-parser
8688
markupsafe==2.0.1
8789
# via jinja2
8890
mccabe==0.6.1
8991
# via pylint
90-
mdit-py-plugins==0.2.8
92+
mdit-py-plugins==0.3.0
9193
# via myst-parser
92-
myst-parser==0.15.2
94+
mdurl==0.1.0
95+
# via markdown-it-py
96+
myst-parser==0.16.1
9397
# via -r requirements-dev.in
9498
outcome==1.1.0
9599
# via trio
@@ -108,15 +112,15 @@ pip-tools==6.4.0
108112
# via -r requirements-dev.in
109113
pkginfo==1.8.2
110114
# via twine
111-
platformdirs==2.4.0
115+
platformdirs==2.4.1
112116
# via pylint
113117
pluggy==1.0.0
114118
# via pytest
115119
py==1.11.0
116120
# via pytest
117121
pycparser==2.21
118122
# via cffi
119-
pygments==2.10.0
123+
pygments==2.11.2
120124
# via
121125
# codechat
122126
# readme-renderer
@@ -135,18 +139,18 @@ pyvirtualdisplay==2.2
135139
# via -r requirements-dev.in
136140
pyyaml==6.0
137141
# via myst-parser
138-
readme-renderer==30.0
142+
readme-renderer==32.0
139143
# via
140144
# -r requirements-dev.in
141145
# twine
142-
requests==2.26.0
146+
requests==2.27.1
143147
# via
144148
# requests-toolbelt
145149
# sphinx
146150
# twine
147151
requests-toolbelt==0.9.1
148152
# via twine
149-
rfc3986==1.5.0
153+
rfc3986==2.0.0
150154
# via twine
151155
selenium==4.1.0
152156
# via -r requirements-dev.in
@@ -181,13 +185,13 @@ sphinxcontrib-qthelp==1.0.3
181185
# via sphinx
182186
sphinxcontrib-serializinghtml==1.1.5
183187
# via sphinx
184-
sqlalchemy==1.4.27
188+
sqlalchemy==1.4.29
185189
# via -r requirements.in
186190
toml==0.10.2
187191
# via
188192
# pylint
189193
# pytest
190-
tomli==1.2.2
194+
tomli==2.0.0
191195
# via pep517
192196
tqdm==4.62.3
193197
# via twine
@@ -197,27 +201,27 @@ trio==0.19.0
197201
# trio-websocket
198202
trio-websocket==0.9.2
199203
# via selenium
200-
twine==3.7.0
204+
twine==3.7.1
201205
# via -r requirements-dev.in
202206
typing-extensions==4.0.1
203207
# via
204208
# astroid
205209
# pylint
206-
urllib3[secure]==1.26.7
210+
urllib3[secure]==1.26.8
207211
# via
208212
# requests
209213
# selenium
210214
webencodings==0.5.1
211215
# via bleach
212-
wheel==0.37.0
216+
wheel==0.37.1
213217
# via
214218
# -r requirements-dev.in
215219
# pip-tools
216220
wrapt==1.13.3
217221
# via astroid
218222
wsproto==1.0.0
219223
# via trio-websocket
220-
zipp==3.6.0
224+
zipp==3.7.0
221225
# via importlib-metadata
222226

223227
# The following packages are considered to be unsafe in a requirements file:

requirements.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ sphinxcontrib-paverutils>=1.17
99
cogapp>=2.5
1010
SQLAlchemy>=1.4.0
1111
CodeChat>=1.8.6
12+
lxml>4.7

requirements.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ babel==2.9.1
1010
# via sphinx
1111
certifi==2021.10.8
1212
# via requests
13-
charset-normalizer==2.0.9
13+
charset-normalizer==2.0.10
1414
# via requests
1515
click==7.1.2
1616
# via -r requirements.in
@@ -28,8 +28,10 @@ imagesize==1.3.0
2828
# via sphinx
2929
jinja2==3.0.3
3030
# via sphinx
31-
lxml==4.6.4
32-
# via codechat
31+
lxml==4.7.1
32+
# via
33+
# -r requirements.in
34+
# codechat
3335
markupsafe==2.0.1
3436
# via jinja2
3537
packaging==21.3
@@ -38,15 +40,15 @@ paver==1.3.4
3840
# via
3941
# -r requirements.in
4042
# sphinxcontrib-paverutils
41-
pygments==2.10.0
43+
pygments==2.11.2
4244
# via
4345
# codechat
4446
# sphinx
4547
pyparsing==3.0.6
4648
# via packaging
4749
pytz==2021.3
4850
# via babel
49-
requests==2.26.0
51+
requests==2.27.1
5052
# via sphinx
5153
six==1.16.0
5254
# via
@@ -72,9 +74,9 @@ sphinxcontrib-qthelp==1.0.3
7274
# via sphinx
7375
sphinxcontrib-serializinghtml==1.1.5
7476
# via sphinx
75-
sqlalchemy==1.4.27
77+
sqlalchemy==1.4.29
7678
# via -r requirements.in
77-
urllib3==1.26.7
79+
urllib3==1.26.8
7880
# via requests
7981

8082
# The following packages are considered to be unsafe in a requirements file:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
dependencies = [l.strip() for l in fh]
1212

1313

14-
VERSION = "6.0.2"
14+
VERSION = "6.0.3"
1515

1616
# These pre-install hooks are useful to make sure any pre-requisite
1717
# programs that are not pip installable are in place.

0 commit comments

Comments
 (0)