Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
lociii committed Jul 11, 2024
1 parent 49b57f9 commit f9482a9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions requirements-ci.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
temporalio==1.5.1
setuptools==66.1.1
temporalio==1.6.0
setuptools==70.3.0
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-r requirements-ci.txt
Django==5.0.4
Django==5.0.7
bumpversion==0.6.0
build==1.2.1
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ def read_file(filename):
long_description=(read_file("README.md") + "\n\n" + read_file("CHANGELOG.md")),
long_description_content_type="text/markdown",
install_requires=[
"django>=4.0",
"temporalio>=1.5.1",
"django>=4.2",
"temporalio>=1.6.0",
],
license=django_temporalio.__license__,
url=django_temporalio.__url__,
Expand Down

0 comments on commit f9482a9

Please sign in to comment.