Skip to content

Commit 811980f

Browse files
Bump django from 5.1.6 to 5.1.7
Bumps [django](https://github.com/django/django) from 5.1.6 to 5.1.7. - [Commits](django/django@5.1.6...5.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0418137 commit 811980f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# requirements.txt file
2-
Django==5.1.6
2+
Django==5.1.7

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def read(fname):
4242
url="https://github.com/django-ve/django-helloworld",
4343
license="GPL",
4444
platforms="OS Independent",
45-
install_requires=["Django==5.1.6"],
45+
install_requires=["Django==5.1.7"],
4646
packages=find_packages(exclude=EXCLUDE_FROM_PACKAGES),
4747
include_package_data=True,
4848
zip_safe=False,

0 commit comments

Comments
 (0)