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 +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change 66#
77alabaster == 0.7.12
88 # via sphinx
9- astroid == 2.9.3
9+ astroid == 2.11.2
1010 # via pylint
1111async-generator == 1.10
1212 # via
@@ -44,6 +44,8 @@ cryptography==36.0.2
4444 # via
4545 # pyopenssl
4646 # urllib3
47+ dill == 0.3.4
48+ # via pylint
4749docutils == 0.17.1
4850 # via
4951 # codechat
@@ -68,8 +70,9 @@ iniconfig==1.1.1
6870 # via pytest
6971isort == 5.10.1
7072 # via pylint
71- jinja2 == 3.1.0
73+ jinja2 == 3.0.3
7274 # via
75+ # -r requirements.in
7376 # myst-parser
7477 # sphinx
7578keyring == 23.5.0
@@ -84,7 +87,7 @@ markdown-it-py==2.0.1
8487 # myst-parser
8588markupsafe == 2.1.1
8689 # via jinja2
87- mccabe == 0.6.1
90+ mccabe == 0.7.0
8891 # via pylint
8992mdit-py-plugins == 0.3.0
9093 # via myst-parser
@@ -122,7 +125,7 @@ pygments==2.11.2
122125 # codechat
123126 # readme-renderer
124127 # sphinx
125- pylint == 2.12.2
128+ pylint == 2.13.1
126129 # via -r requirements-dev.in
127130pyopenssl == 22.0.0
128131 # via urllib3
@@ -185,11 +188,10 @@ sphinxcontrib-serializinghtml==1.1.5
185188 # via sphinx
186189sqlalchemy == 1.4.32
187190 # via -r requirements.in
188- toml == 0.10.2
189- # via pylint
190191tomli == 2.0.1
191192 # via
192193 # pep517
194+ # pylint
193195 # pytest
194196tqdm == 4.63.1
195197 # via twine
@@ -217,7 +219,7 @@ wheel==0.37.1
217219 # via
218220 # -r requirements-dev.in
219221 # pip-tools
220- wrapt == 1.13.3
222+ wrapt == 1.14.0
221223 # via astroid
222224wsproto == 1.1.0
223225 # via trio-websocket
Original file line number Diff line number Diff line change @@ -9,3 +9,4 @@ sphinxcontrib-paverutils>=1.17
99cogapp>=2.5
1010SQLAlchemy>=1.4.0
1111CodeChat>=1.8.6
12+ jinja2<3.1.0
Original file line number Diff line number Diff line change @@ -28,8 +28,10 @@ imagesize==1.3.0
2828 # via sphinx
2929importlib-metadata == 4.11.3
3030 # via sphinx
31- jinja2 == 3.1.0
32- # via sphinx
31+ jinja2 == 3.0.3
32+ # via
33+ # -r requirements.in
34+ # sphinx
3335lxml == 4.8.0
3436 # via codechat
3537markupsafe == 2.1.1
You can’t perform that action at this time.
0 commit comments