This repository was archived by the owner on Jun 7, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +22
-20
lines changed
Expand file tree Collapse file tree 3 files changed +22
-20
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ cogapp==3.3.0
4040 # via -r requirements.in
4141colorama == 0.4.4
4242 # via twine
43- cryptography == 36.0.1
43+ cryptography == 36.0.2
4444 # via
4545 # pyopenssl
4646 # urllib3
@@ -59,15 +59,16 @@ idna==3.3
5959 # urllib3
6060imagesize == 1.3.0
6161 # via sphinx
62- importlib-metadata == 4.11.2
62+ importlib-metadata == 4.11.3
6363 # via
6464 # keyring
65+ # sphinx
6566 # twine
6667iniconfig == 1.1.1
6768 # via pytest
6869isort == 5.10.1
6970 # via pylint
70- jinja2 == 3.0.3
71+ jinja2 == 3.1.0
7172 # via
7273 # myst-parser
7374 # sphinx
@@ -81,7 +82,7 @@ markdown-it-py==2.0.1
8182 # via
8283 # mdit-py-plugins
8384 # myst-parser
84- markupsafe == 2.1.0
85+ markupsafe == 2.1.1
8586 # via jinja2
8687mccabe == 0.6.1
8788 # via pylint
@@ -129,15 +130,15 @@ pyparsing==3.0.7
129130 # via packaging
130131pysocks == 1.7.1
131132 # via urllib3
132- pytest == 7.0 .1
133+ pytest == 7.1 .1
133134 # via -r requirements-dev.in
134- pytz == 2021.3
135+ pytz == 2022.1
135136 # via babel
136137pyvirtualdisplay == 3.0
137138 # via -r requirements-dev.in
138139pyyaml == 6.0
139140 # via myst-parser
140- readme-renderer == 32 .0
141+ readme-renderer == 34 .0
141142 # via
142143 # -r requirements-dev.in
143144 # twine
@@ -150,7 +151,7 @@ requests-toolbelt==0.9.1
150151 # via twine
151152rfc3986 == 2.0.0
152153 # via twine
153- selenium == 4.1.2
154+ selenium == 4.1.3
154155 # via -r requirements-dev.in
155156six == 1.16.0
156157 # via
@@ -182,15 +183,15 @@ sphinxcontrib-qthelp==1.0.3
182183 # via sphinx
183184sphinxcontrib-serializinghtml == 1.1.5
184185 # via sphinx
185- sqlalchemy == 1.4.31
186+ sqlalchemy == 1.4.32
186187 # via -r requirements.in
187188toml == 0.10.2
188189 # via pylint
189190tomli == 2.0.1
190191 # via
191192 # pep517
192193 # pytest
193- tqdm == 4.63.0
194+ tqdm == 4.63.1
194195 # via twine
195196trio == 0.20.0
196197 # via
@@ -205,7 +206,7 @@ typing-extensions==4.1.1
205206 # astroid
206207 # myst-parser
207208 # pylint
208- urllib3 [secure,socks ]== 1.26.8
209+ urllib3 [secure,socks ]== 1.26.9
209210 # via
210211 # requests
211212 # selenium
Original file line number Diff line number Diff line change 44click>=8.0
55Paver>=1.2.4
66six>1.12
7- Sphinx<4.0 .0
7+ Sphinx>=4.4 .0
88sphinxcontrib-paverutils>=1.17
99cogapp>=2.5
1010SQLAlchemy>=1.4.0
Original file line number Diff line number Diff line change @@ -26,11 +26,13 @@ idna==3.3
2626 # via requests
2727imagesize == 1.3.0
2828 # via sphinx
29- jinja2 == 3.0.3
29+ importlib-metadata == 4.11.3
30+ # via sphinx
31+ jinja2 == 3.1.0
3032 # via sphinx
3133lxml == 4.8.0
3234 # via codechat
33- markupsafe == 2.1.0
35+ markupsafe == 2.1.1
3436 # via jinja2
3537packaging == 21.3
3638 # via sphinx
@@ -44,7 +46,7 @@ pygments==2.11.2
4446 # sphinx
4547pyparsing == 3.0.7
4648 # via packaging
47- pytz == 2021.3
49+ pytz == 2022.1
4850 # via babel
4951requests == 2.27.1
5052 # via sphinx
@@ -72,10 +74,9 @@ sphinxcontrib-qthelp==1.0.3
7274 # via sphinx
7375sphinxcontrib-serializinghtml == 1.1.5
7476 # via sphinx
75- sqlalchemy == 1.4.31
77+ sqlalchemy == 1.4.32
7678 # via -r requirements.in
77- urllib3 == 1.26.8
79+ urllib3 == 1.26.9
7880 # via requests
79-
80- # The following packages are considered to be unsafe in a requirements file:
81- # setuptools
81+ zipp == 3.7.0
82+ # via importlib-metadata
You can’t perform that action at this time.
0 commit comments