Skip to content

Commit 93bc269

Browse files
committed
Upgrade requirements (#523)
1 parent 6f7f1cb commit 93bc269

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ isort
1010
mariadb-dyncol
1111
mock
1212
multilint
13-
mysqlclient
13+
mysqlclient==1.3.13 # django 2.2 supports 1.3.14+
1414
parameterized
1515
pygments
1616
pytest

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ isort==4.3.4
2121
mariadb-dyncol==2.0.0
2222
mccabe==0.6.1 # via flake8
2323
mock==2.0.0
24-
more-itertools==4.3.0 # via pytest
24+
more-itertools==5.0.0 # via pytest
2525
multilint==2.4.0
2626
mysqlclient==1.3.13
2727
parameterized==0.6.1
@@ -31,13 +31,13 @@ pluggy==0.8.0 # via pytest
3131
py==1.7.0 # via pytest
3232
pycodestyle==2.4.0 # via flake8
3333
pyflakes==2.0.0 # via flake8
34-
pygments==2.3.0
34+
pygments==2.3.1
3535
pytest-django==3.4.4
3636
pytest-flake8dir==1.3.0
3737
pytest-randomly==1.2.3
3838
pytest-super-check==1.0.0
39-
pytest==4.0.1
39+
pytest==4.0.2
4040
pytz==2018.7
4141
scandir==1.9.0 # via pathlib2
42-
six==1.11.0 # via mariadb-dyncol, mock, more-itertools, multilint, pathlib2, pytest, pytest-flake8dir, pytest-super-check
42+
six==1.12.0 # via mariadb-dyncol, mock, more-itertools, multilint, pathlib2, pytest, pytest-flake8dir, pytest-super-check
4343
sqlparse==0.2.4

0 commit comments

Comments
 (0)