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

Commit 82c8ef8

Browse files
committed
Update dependencies but keep Jinja < 3.1
1 parent 8cc6d29 commit 82c8ef8

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

requirements-dev.txt

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#
77
alabaster==0.7.12
88
# via sphinx
9-
astroid==2.9.3
9+
astroid==2.11.2
1010
# via pylint
1111
async-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
4749
docutils==0.17.1
4850
# via
4951
# codechat
@@ -68,8 +70,9 @@ iniconfig==1.1.1
6870
# via pytest
6971
isort==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
7578
keyring==23.5.0
@@ -84,7 +87,7 @@ markdown-it-py==2.0.1
8487
# myst-parser
8588
markupsafe==2.1.1
8689
# via jinja2
87-
mccabe==0.6.1
90+
mccabe==0.7.0
8891
# via pylint
8992
mdit-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
127130
pyopenssl==22.0.0
128131
# via urllib3
@@ -185,11 +188,10 @@ sphinxcontrib-serializinghtml==1.1.5
185188
# via sphinx
186189
sqlalchemy==1.4.32
187190
# via -r requirements.in
188-
toml==0.10.2
189-
# via pylint
190191
tomli==2.0.1
191192
# via
192193
# pep517
194+
# pylint
193195
# pytest
194196
tqdm==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
222224
wsproto==1.1.0
223225
# via trio-websocket

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+
jinja2<3.1.0

requirements.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,10 @@ imagesize==1.3.0
2828
# via sphinx
2929
importlib-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
3335
lxml==4.8.0
3436
# via codechat
3537
markupsafe==2.1.1

0 commit comments

Comments
 (0)