Skip to content

Commit ac9cb80

Browse files
authored
Merge pull request #366 from azneto/master
Updates dependencies and Github Actions
2 parents e6d7c45 + 26faa16 commit ac9cb80

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

.github/workflows/django.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
strategy:
1313
max-parallel: 4
1414
matrix:
15-
python-version: ['3.8', '3.9', '3.10', '3.11']
16-
os: [ubuntu-20.04, ubuntu-22.04]
15+
python-version: ['3.10', '3.11', '3.12']
16+
os: [ubuntu-22.04, ubuntu-24.04]
1717
runs-on: ${{ matrix.os }}
1818

1919
services:

setup.py

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@
2929
],
3030
scripts=["bin/fixChadoModel.py"],
3131
install_requires=[
32-
"django~=4.2.14",
33-
"psycopg2-binary~=2.9.5",
34-
"networkx~=2.8.8",
35-
"obonet~=0.3.1",
36-
"biopython~=1.80",
37-
"tqdm~=4.66.3",
32+
"django~=5.1.1",
33+
"psycopg2-binary~=2.9.9",
34+
"networkx~=3.3",
35+
"obonet~=1.1.0",
36+
"biopython~=1.84",
37+
"tqdm~=4.66.5",
3838
"typing~=3.7.4.3",
39-
"bibtexparser~=1.4.0",
39+
"bibtexparser~=1.4.1",
4040
"djangorestframework~=3.15.2",
41-
"drf-yasg==1.21.4",
42-
"drf-nested-routers~=0.93.4",
43-
"pysam~=0.20.0",
44-
"django-haystack~=3.2.1",
41+
"drf-yasg==1.21.7",
42+
"drf-nested-routers~=0.94.1",
43+
"pysam~=0.22.1",
44+
"django-haystack~=3.3.0",
4545
],
4646
zip_safe=False,
4747
)

0 commit comments

Comments
 (0)