Skip to content

Commit 96c0726

Browse files
chore: Updating Python Requirements (#81)
1 parent f26debb commit 96c0726

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

requirements/dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ snowballstemmer==2.1.0
286286
# via
287287
# -r requirements/quality.txt
288288
# pydocstyle
289-
sqlalchemy==1.4.25
289+
sqlalchemy==1.4.26
290290
# via -r requirements/quality.txt
291291
sqlparse==0.4.2
292292
# via

requirements/doc.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ sphinxcontrib-qthelp==1.0.3
212212
# via sphinx
213213
sphinxcontrib-serializinghtml==1.1.5
214214
# via sphinx
215-
sqlalchemy==1.4.25
215+
sqlalchemy==1.4.26
216216
# via -r requirements/test.txt
217217
sqlparse==0.4.2
218218
# via

requirements/pip.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ wheel==0.37.0
88
# via -r requirements/pip.in
99

1010
# The following packages are considered to be unsafe in a requirements file:
11-
pip==21.3
11+
pip==21.3.1
1212
# via -r requirements/pip.in
1313
setuptools==58.2.0
1414
# via -r requirements/pip.in

requirements/quality.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ six==1.16.0
195195
# python-dateutil
196196
snowballstemmer==2.1.0
197197
# via pydocstyle
198-
sqlalchemy==1.4.25
198+
sqlalchemy==1.4.26
199199
# via -r requirements/test.txt
200200
sqlparse==0.4.2
201201
# via

requirements/test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ simplejson==3.17.5
116116
# via -r requirements/base.txt
117117
six==1.16.0
118118
# via python-dateutil
119-
sqlalchemy==1.4.25
119+
sqlalchemy==1.4.26
120120
# via -r requirements/test.in
121121
sqlparse==0.4.2
122122
# via

0 commit comments

Comments
 (0)