Skip to content

Commit 6cbd57d

Browse files
committed
Update dependency versions
This includes some security-related upgrades.
1 parent a9447a0 commit 6cbd57d

File tree

3 files changed

+41
-37
lines changed

3 files changed

+41
-37
lines changed

dev-requirements.txt

Lines changed: 27 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -4,37 +4,40 @@
44
# generated dev-requirements.txt), run make update-requirements,
55
# then re-run bootstrap.sh.
66

7-
flake8==3.8.3
8-
tox==3.15.2
7+
flake8==3.9.1
8+
tox==3.23.0
99
# Twine is used in the release process to upload the package.
10-
twine==3.1.1
10+
twine==3.4.1
1111
## The following requirements were added by pip freeze:
1212
appdirs==1.4.4
13-
bleach==3.1.5
14-
certifi==2020.4.5.2
15-
chardet==3.0.4
16-
distlib==0.3.0
17-
docutils==0.16
13+
bleach==3.3.0
14+
certifi==2020.12.5
15+
chardet==4.0.0
16+
colorama==0.4.4
17+
distlib==0.3.1
18+
docutils==0.17.1
1819
filelock==3.0.12
19-
idna==2.9
20-
importlib-metadata==1.6.1
21-
keyring==21.2.1
20+
idna==2.10
21+
importlib-metadata==4.0.1
22+
keyring==23.0.1
2223
mccabe==0.6.1
23-
packaging==20.4
24-
pkginfo==1.5.0.1
24+
packaging==20.9
25+
pkginfo==1.7.0
2526
pluggy==0.13.1
26-
py==1.8.1
27-
pycodestyle==2.6.0
28-
pyflakes==2.2.0
29-
Pygments==2.6.1
27+
py==1.10.0
28+
pycodestyle==2.7.0
29+
pyflakes==2.3.1
30+
Pygments==2.8.1
3031
pyparsing==2.4.7
31-
readme-renderer==26.0
32-
requests==2.23.0
32+
readme-renderer==29.0
33+
requests==2.25.1
3334
requests-toolbelt==0.9.1
35+
rfc3986==1.4.0
3436
six==1.15.0
35-
toml==0.10.1
36-
tqdm==4.46.1
37-
urllib3==1.25.9
38-
virtualenv==20.0.21
37+
toml==0.10.2
38+
tqdm==4.60.0
39+
typing-extensions==3.7.4.3
40+
urllib3==1.26.4
41+
virtualenv==20.4.4
3942
webencodings==0.5.1
40-
zipp==3.1.0
43+
zipp==3.4.1

test-requirements.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@
44
# To add/update dependencies, update test-requirements.txt.in (not the
55
# generated test-requirements.txt) and run make update-requirements
66

7-
SQLAlchemy==1.3.17
8-
more-itertools==8.3.0
9-
mock==4.0.2
10-
pytest==5.4.3
7+
SQLAlchemy==1.3.24
8+
more-itertools==8.7.0
9+
mock==4.0.3
10+
pytest==6.2.3
1111
futures==3.1.1
12-
psycopg2==2.8.5
12+
psycopg2==2.8.6
1313
## The following requirements were added by pip freeze:
14-
attrs==19.3.0
15-
importlib-metadata==1.6.1
16-
packaging==20.4
14+
attrs==20.3.0
15+
importlib-metadata==4.0.1
16+
iniconfig==1.1.1
17+
packaging==20.9
1718
pluggy==0.13.1
18-
py==1.8.1
19+
py==1.10.0
1920
pyparsing==2.4.7
20-
six==1.15.0
21-
wcwidth==0.2.4
22-
zipp==3.1.0
21+
toml==0.10.2
22+
typing-extensions==3.7.4.3
23+
zipp==3.4.1

test-requirements.txt.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# To add/update dependencies, update test-requirements.txt.in (not the
55
# generated test-requirements.txt) and run make update-requirements
66

7-
SQLAlchemy==1.3.17 # the last known version of SQLAlchemy that passes all tests.
7+
SQLAlchemy==1.3.24 # the last known version of SQLAlchemy that passes all tests.
88
more-itertools
99
mock
1010
pytest

0 commit comments

Comments
 (0)