Skip to content

Commit

Permalink
Depend on correct version of argus-server
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Feb 22, 2023
1 parent 430c650 commit df2597e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ authors = [{name = "Johanna England", email = "johanna.england@sikt.no"}]
maintainers = [{name = "Johanna England", email = "johanna.england@sikt.no"}]
readme = "README.md"
dependencies = [
"argus-server>=1.10",
"argus-server>=1.11",
"rt>=3.0",
]
requires-python = ">=3.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements-django32.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aioredis==2.0.1
# via argus-server
argus-server==1.10.0
argus-server==1.11.1
# via argus_ticket_rt (pyproject.toml)
asgiref==3.5.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements-django40.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aioredis==2.0.1
# via argus-server
argus-server==1.10.0
argus-server==1.11.1
# via argus_ticket_rt (pyproject.toml)
asgiref==3.5.2
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements-django41.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
aioredis==2.0.1
# via argus-server
argus-server==1.10.0
argus-server==1.11.1
# via argus_ticket_rt (pyproject.toml)
asgiref==3.5.2
# via
Expand Down

0 comments on commit df2597e

Please sign in to comment.