Skip to content

Commit bb4435f

Browse files
committed
dependency updates
1 parent 1d1966e commit bb4435f

2 files changed

Lines changed: 161 additions & 143 deletions

File tree

Pipfile

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,30 @@ verify_ssl = true
66
[dev-packages]
77

88
[packages]
9-
astroid ="2.4.2"
10-
bleach = "==3.2.1"
11-
certifi = "==2020.11.8"
9+
astroid ="2.5.1"
10+
bleach = "==3.3.0"
11+
certifi = "==2020.12.5"
1212
chardet = "==3.0.4"
1313
click = "==7.1.2"
1414
dataverse = {editable = true, git = "https://github.com/IQSS/dataverse-client-python.git", ref = "5f95a11e2f32bcfabe28e6ad43b2f7edac60d983"}
1515
first = "==2.0.2"
1616
html5lib = "==1.1"
1717
idna = "==2.10"
18-
isort = "==5.6.4"
19-
lazy-object-proxy = "==1.4.3"
20-
lxml = "==4.6.1"
18+
isort = "==5.8.0"
19+
lazy-object-proxy = "==1.6.0"
20+
lxml = "==4.6.3"
2121
mccabe = "==0.6.1"
2222
psycopg2 = "==2.8.6"
23-
pylint = "==2.6.0"
23+
pylint = "==2.7.2"
2424
pyparsing = "==2.4.7"
25-
requests = "==2.24.0"
25+
requests = "==2.25.1"
2626
six = "==1.15.0"
27-
toml = "==0.10.1"
28-
typed-ast = "==1.4.1"
29-
urllib3 = "==1.25.11"
27+
toml = "==0.10.2"
28+
typed-ast = "==1.4.2"
29+
urllib3 = "==1.26.4"
3030
webencodings = "==0.5.1"
3131
wrapt = "==1.12.1"
32-
PyYAML = "==5.3.1"
32+
PyYAML = "==5.4.1"
3333
XlsxWriter = "==1.3.7"
3434

3535
[requires]

0 commit comments

Comments
 (0)