Skip to content

Commit

Permalink
Feature/SK-479 | Update django version (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman committed May 23, 2023
1 parent c5cce73 commit cdafc14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
package_dir={"monitor": "."},
python_requires=">=3.6,<4",
install_requires=[
"django==4.1.7",
"requests==2.28.1",
"django==4.2.1",
"requests==2.31.0",
],
license="Copyright Scaleout Systems AB. See license for details",
zip_safe=False,
Expand Down

0 comments on commit cdafc14

Please sign in to comment.