Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
13d089a
Update djangorestframework from 3.10.3 to 3.15.2
pyup-bot Nov 25, 2024
4bf4df3
Update django-filter from 2.2.0 to 24.3
pyup-bot Nov 25, 2024
d66a385
Update django-model-utils from 3.2.0 to 5.0.0
pyup-bot Nov 25, 2024
db4d9d2
Update mysqlclient from 1.4.4 to 2.2.6
pyup-bot Nov 25, 2024
36dc0f0
Update tqdm from 4.37.0 to 4.67.1
pyup-bot Nov 25, 2024
c93eb48
Update bumpversion from 0.5.3 to 0.6.0
pyup-bot Nov 25, 2024
eb6d9dc
Update wheel from 0.33.6 to 0.45.1
pyup-bot Nov 25, 2024
1fbd2ed
Update twine from 2.0.0 to 5.1.1
pyup-bot Nov 25, 2024
06a3798
Update sphinx from 2.2.1 to 8.1.3
pyup-bot Nov 25, 2024
eccc55b
Update sphinx-rtd-theme from 0.4.3 to 3.0.2
pyup-bot Nov 25, 2024
2e70256
Update autopep8 from 1.4.4 to 2.3.1
pyup-bot Nov 25, 2024
6d3396f
Update coverage from 4.5.4 to 7.6.8
pyup-bot Nov 25, 2024
d6f4e63
Update mock from 3.0.5 to 5.1.0
pyup-bot Nov 25, 2024
32871ad
Update flake8 from 3.7.9 to 7.1.1
pyup-bot Nov 25, 2024
41c6119
Update tox from 3.14.0 to 4.23.2
pyup-bot Nov 25, 2024
b76033c
Update codecov from 2.0.15 to 2.1.13
pyup-bot Nov 25, 2024
8ae0ca4
Update pytest from 5.2.2 to 8.3.3
pyup-bot Nov 25, 2024
8f3d8ac
Update pytest-cov from 2.8.1 to 6.0.0
pyup-bot Nov 25, 2024
9be5379
Update pytest-django from 3.6.0 to 4.9.0
pyup-bot Nov 25, 2024
a63ad18
Update pytest-sugar from 0.9.2 to 1.0.0
pyup-bot Nov 25, 2024
36d1154
Update django-coverage-plugin from 1.6.0 to 3.1.0
pyup-bot Nov 25, 2024
66daaf4
Update django-test-plus from 1.3.1 to 2.2.4
pyup-bot Nov 25, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

# Additional requirements go here

djangorestframework==3.10.3
djangorestframework==3.15.2

django-filter==2.2.0
django-filter==24.3
django-genomix==1.1.0
django-model-utils==3.2.0
django-model-utils==5.0.0

mysqlclient==1.4.4
tqdm==4.37.0
mysqlclient==2.2.6
tqdm==4.67.1
12 changes: 6 additions & 6 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
-r requirements.txt
-r requirements_test.txt

bumpversion==0.5.3
wheel==0.33.6
twine==2.0.0
bumpversion==0.6.0
wheel==0.45.1
twine==5.1.1

# Docs requirements
Sphinx==2.2.1
sphinx-rtd-theme==0.4.3
Sphinx==8.1.3
sphinx-rtd-theme==3.0.2
sphinxcontrib-napoleon==0.7

autopep8==1.4.4
autopep8==2.3.1
22 changes: 11 additions & 11 deletions requirements_test.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
coverage==4.5.4
mock==3.0.5
flake8==3.7.9
tox==3.14.0
codecov==2.0.15
coverage==7.6.8
mock==5.1.0
flake8==7.1.1
tox==4.23.2
codecov==2.1.13


# Additional test requirements go here

pytest==5.2.2
pytest-cov==2.8.1
pytest-django==3.6.0
pytest-sugar==0.9.2
django-coverage-plugin==1.6.0
django-test-plus==1.3.1
pytest==8.3.3
pytest-cov==6.0.0
pytest-django==4.9.0
pytest-sugar==1.0.0
django-coverage-plugin==3.1.0
django-test-plus==2.2.4
model-mommy==2.0.0