Skip to content

Commit 1985a83

Browse files
committed
update dependencies
1 parent d23e9d6 commit 1985a83

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

.travis.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language : python
22
python:
3-
- "3.6"
3+
- "3.10"
44

55
#Django & Database
66
addons:

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ black==25.1.0
44
boto3==1.24.78
55
bpython==0.23
66
coverage==6.4.4
7-
django==4.0.10
7+
django==4.2.19
88
django-behave==0.1.6
9-
django-celery-beat==2.3.0
9+
django-celery-beat==2.7.0
1010
django-compressor==4.1
1111
django-cors-headers==3.13.0
1212
django-debug-toolbar-template-profiler==2.1.0

setup.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,8 @@
3535
"License :: OSI Approved :: MIT License",
3636
"Programming Language :: Python",
3737
"Programming Language :: Python :: 3",
38-
"Programming Language :: Python :: 3.2",
39-
"Programming Language :: Python :: 3.3",
40-
"Programming Language :: Python :: 3.4",
41-
"Programming Language :: Python :: 3.5",
42-
"Programming Language :: Python :: 3.6",
38+
"Programming Language :: Python :: 3.8",
39+
"Programming Language :: Python :: 3.10",
4340
],
4441
install_requires=[],
4542
)

0 commit comments

Comments
 (0)