diff --git a/setup.py b/setup.py index 4b394dd02..d22a48990 100644 --- a/setup.py +++ b/setup.py @@ -10,8 +10,8 @@ package_dir={"portal": "."}, python_requires=">=3.6,<4", install_requires=[ - "django==4.1.7", - "requests==2.28.1", + "django==4.2.1", + "requests==2.31.0", "Pillow==9.4.0", ], license="Copyright Scaleout Systems AB. See license for details",