Skip to content

Commit bafe249

Browse files
committed
updated dependencies
1 parent a2643cb commit bafe249

2 files changed

Lines changed: 265 additions & 178 deletions

File tree

Pipfile

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

88
[packages]
9-
astroid ="2.5.1"
10-
bleach = "==3.3.0"
11-
certifi = "==2020.12.5"
12-
chardet = "==3.0.4"
13-
click = "==7.1.2"
9+
astroid = "==2.9.0"
10+
bleach = "==4.1.0"
11+
certifi = "==2021.10.8"
12+
chardet = "==4.0.0"
13+
click = "==8.0.3"
1414
dataverse = {editable = true, git = "https://github.com/IQSS/dataverse-client-python.git", ref = "5f95a11e2f32bcfabe28e6ad43b2f7edac60d983"}
1515
first = "==2.0.2"
1616
html5lib = "==1.1"
17-
idna = "==2.10"
18-
isort = "==5.8.0"
17+
idna = "==3.3"
18+
isort = "==5.10.1"
1919
lazy-object-proxy = "==1.6.0"
20-
lxml = "==4.6.3"
20+
lxml = "==4.6.4"
2121
mccabe = "==0.6.1"
22-
psycopg2 = "==2.8.6"
23-
pylint = "==2.7.2"
24-
pyparsing = "==2.4.7"
25-
requests = "==2.25.1"
26-
six = "==1.15.0"
22+
psycopg2 = "==2.9.2"
23+
pylint = "==2.12.1"
24+
pyparsing = "==3.0.6"
25+
requests = "==2.26.0"
26+
six = "==1.16.0"
2727
toml = "==0.10.2"
28-
typed-ast = "==1.4.2"
29-
urllib3 = "==1.26.4"
28+
typed-ast = "==1.5.0"
29+
urllib3 = "==1.26.7"
3030
webencodings = "==0.5.1"
31-
wrapt = "==1.12.1"
32-
PyYAML = "==5.4.1"
33-
XlsxWriter = "==1.3.7"
31+
wrapt = "==1.13.3"
32+
PyYAML = "==6.0"
33+
XlsxWriter = "==3.0.2"
3434

3535
[requires]
3636
python_version = "3.7"

0 commit comments

Comments
 (0)