Skip to content

Commit

Permalink
Bump django from 3.0.8 to 3.0.9
Browse files Browse the repository at this point in the history
Bumps [django](https://github.com/django/django) from 3.0.8 to 3.0.9.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@3.0.8...3.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Aug 3, 2020
1 parent 0755e97 commit 67e66c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
numpy==1.19.1
Django==3.0.8
Django==3.0.9
tensorflow==1.15.2
gpflow==1.5.0
python-dateutil==2.8.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
setup_requires=["numpy==1.19.1",
"Django==3.0.8", # For qmpy depnedency
"Django==3.0.9", # For qmpy depnedency
"tensorflow==1.15.2",
"gpflow==1.5.0"],
install_requires=["python-dateutil==2.8.1",
Expand Down

0 comments on commit 67e66c5

Please sign in to comment.