Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Feature/SK-479 | Update django version (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklastheman authored May 23, 2023
1 parent b40a723 commit 7b2f680
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={"models": "."},
python_requires=">=3.6,<4",
install_requires=[
"django==4.1.7",
"requests==2.28.1",
"django==4.2.1",
"requests==2.31.0",
"django-guardian==2.4.0",
"Pillow==9.4.0",
"Markdown==3.4.1",
Expand Down

0 comments on commit 7b2f680

Please sign in to comment.