Skip to content

Commit 120cf29

Browse files
committed
⬆️(back) upgrage urllib3 to version 2.2.3
urllib3 and boto3 are compatible. We can safely upgrade urllib3 to its latest version available.
1 parent 3757cd3 commit 120cf29

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

renovate.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,6 @@
3939
],
4040
"versioning": "semver"
4141
},
42-
{
43-
"groupName": "allowed urllib3 versions",
44-
"matchManagers": [
45-
"setup-cfg"
46-
],
47-
"matchPackageNames": [
48-
"urllib3"
49-
],
50-
"allowedVersions": "<2.1.0"
51-
},
5242
{
5343
"groupName": "allowed django versions",
5444
"matchManagers": [

src/backend/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ install_requires =
6767
social-auth-app-django==5.4.2
6868
social-auth-core[saml]==4.5.4
6969
social-edu-federation==2.1.1
70-
urllib3==2.0.7
70+
urllib3==2.2.3
7171
uvicorn[standard]==0.32.1
7272
whitenoise==6.8.2
7373
xmpppy==0.7.1

0 commit comments

Comments
 (0)