You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ VINCE Coordination platform code
7
7
## Description
8
8
VINCE Coordination platform
9
9
10
+
Version 3.0.36 2026-04-20
11
+
12
+
* dependabot update recommendation: `sqlparse` 0.5.0 to 0.5.4, `PyJWT` 2.6.0 to 2.12.0, `markdown` 3.5 to 3.8.1, `pyasn1` 0.4.8 to 0.6.3, `awscli` 1.26.85 to 1.44.38, `Django` 4.2.28 to 4.2.30, `cryptography` 46.0.6 to 46.0.7
13
+
* updated `python-jose` 3.4.0 to 3.5.0, `botocore` 1.31.85 to 1.42.48, `docutils` 0.16 to 0.18.1, `s3transfer` 0.7.0 to 0.16.0, `boto3` 1.28.85 to 1.42.48, `typing-extensions` 4.4.0 to 4.9.0, `M2Crypto` 0.38.0 to 0.47.0 (Internal-841)
14
+
* added `setuptools` >=65.0.0,<81 (Internal-841)
15
+
* tweaked code in various files to prepare for upgrade to Python 3.12 (Internal-841)
16
+
17
+
10
18
Version 3.0.35 2026-03-30
11
19
12
20
* dependabot update recommendation: `requests` 2.23.4 to 2.33.0, `ecdsa` 0.18.0 to 0.19.2, `cryptography` 44.0.1 to 46.0.6
Copy file name to clipboardExpand all lines: requirements.txt
+15-14Lines changed: 15 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -4,27 +4,27 @@ asgiref==3.6.0
4
4
asn1crypto==1.5.1
5
5
async-timeout==4.0.2
6
6
attrs==22.1.0
7
-
awscli==1.29.85
7
+
awscli==1.44.38
8
8
backports.zoneinfo;python_version<"3.9"
9
9
beautifulsoup4==4.11.1
10
10
billiard==4.0.2
11
11
bleach==5.0.1
12
12
bleach-whitelist==0.0.11
13
13
boto==2.49.0
14
-
boto3==1.28.85
15
-
botocore==1.31.85
14
+
boto3==1.42.48
15
+
botocore==1.42.48
16
16
cached-property==1.5.2
17
17
certifi==2024.7.4
18
18
cffi==2.0.0
19
19
chardet==5.0.0
20
20
charset-normalizer==2.1.1
21
21
click==8.1.3
22
22
colorama==0.4.4
23
-
cryptography==46.0.6
23
+
cryptography==46.0.7
24
24
cvelib==1.3.0
25
25
Deprecated==1.2.13
26
26
dictdiffer==0.9.0
27
-
Django==4.2.28
27
+
Django==4.2.30
28
28
django-appconf==1.0.5
29
29
django-countries==7.4.2
30
30
django-environ==0.9.0
@@ -34,7 +34,7 @@ django-ses==3.5.0
34
34
django-storages==1.13.1
35
35
django-widget-tweaks==1.4.12
36
36
djangorestframework==3.14.0
37
-
docutils==0.16
37
+
docutils==0.18.1
38
38
ecdsa==0.19.2
39
39
envs==1.4
40
40
fs==2.4.16
@@ -47,38 +47,39 @@ pip-install==1.3.5
47
47
jmespath==1.0.1
48
48
jsonschema==4.17.0
49
49
kombu==5.2.4
50
-
M2Crypto==0.38.0
51
-
Markdown==3.5
50
+
M2Crypto==0.47.0
51
+
Markdown==3.8.1
52
52
openpyxl==3.1.5
53
53
packaging==22.0
54
54
pinax-messages==3.0.0
55
55
pip-autoremove==0.10.0
56
56
pkgutil-resolve-name==1.3.10
57
57
psycopg2==2.9.9
58
58
psycopg2-binary==2.9.5
59
-
pyasn1==0.4.8
59
+
pyasn1==0.6.3
60
60
pycparser==2.21
61
61
pycryptodome==3.19.1
62
62
pydantic==1.10.13
63
-
PyJWT==2.6.0
63
+
PyJWT==2.12.0
64
64
pyparsing==3.0.9
65
65
pyrsistent==0.19.2
66
66
python-dateutil==2.8.2
67
67
python-gnupg==0.5.0
68
-
python-jose==3.4.0
68
+
python-jose==3.5.0
69
69
pytz==2022.6
70
70
PyYAML==6.0.1
71
71
qrcode==7.3.1
72
72
redis==4.5.4
73
73
requests==2.33.0
74
74
rsa==4.7.2
75
-
s3transfer==0.7.0
75
+
s3transfer==0.16.0
76
76
segno==1.5.2
77
+
setuptools>=65.0.0,<81
77
78
simplejson==3.18.0
78
79
six==1.16.0
79
80
soupsieve==2.3.2.post1
80
-
sqlparse==0.5.0
81
-
typing-extensions==4.4.0
81
+
sqlparse==0.5.4
82
+
typing-extensions>=4.9.0
82
83
# (urllib3 is currently at 1.26.19. Dependabot recommends urllib3 2.6.3, but that breaks when combined with any currently available version of botocore.)
0 commit comments