Skip to content
This repository was archived by the owner on Nov 14, 2022. It is now read-only.

Commit bf2170d

Browse files
authored
Increment version and pin django
1 parent 0689982 commit bf2170d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "autoreduce_qp"
7-
version = "22.0.0.dev37"
7+
version = "22.0.0.dev38"
88
description = "ISIS Autoreduction queue processor"
99
readme = "README.md"
1010
license = { text = "GNU General Public License" }
1111
classifiers = ["Framework :: Django", "Programming Language :: Python :: 3"]
1212
dependencies = [
13-
"autoreduce_db==22.0.0.dev36",
14-
"Django>=3.2.10",
13+
"autoreduce_db==22.0.0.dev37",
14+
"Django==4.0.6",
1515
"fire==0.4.0",
1616
"plotly==5.3.1",
1717
"kaleido==0.2.1",

0 commit comments

Comments
 (0)