Skip to content

Commit

Permalink
python and dep. versio bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
matijakolaric committed Dec 5, 2024
1 parent f8af94f commit cd3a96a
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
ports: ['5432:5432']
strategy:
matrix:
python: ['3.11', '3.12']
python: ['3.11', '3.12', '3.13']

steps:
- name: Checkout
Expand Down
18 changes: 9 additions & 9 deletions requirements-sphinx.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
Django>=4.2.13,<5.0
boto3==1.34.141
dj_database_url==2.2.0
django-cleanup==8.1.0
boto3==1.35.76
dj_database_url==2.3.0
django-cleanup==9.0.0
django-storages==1.14.4
djangorestframework==3.15.2
music-metadata-territories==22.6
Markdown==3.6
Pillow==10.4.0
psycopg2-binary==2.9.9
waitress==3.0.0
whitenoise==6.7
Markdown==3.7
Pillow==11.0.0
psycopg2-binary==2.9.10
waitress==3.0.2
whitenoise==6.8.2

sphinxcontrib-mermaid==0.9.2
sphinxcontrib-mermaid==1.0.0
sphinx-rtd-theme==2.0.0
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Django>=4.2.13,<5.0
boto3==1.34.141
dj_database_url==2.2.0
django-cleanup==8.1.0
boto3==1.35.76
dj_database_url==2.3.0
django-cleanup==9.0.0
django-storages==1.14.4
djangorestframework==3.15.2
music-metadata-territories==22.6
Markdown==3.6
Pillow==10.4.0
psycopg2-binary==2.9.9
waitress==3.0.0
whitenoise==6.7
Markdown==3.7
Pillow==11.0.0
psycopg2-binary==2.9.10
waitress==3.0.2
whitenoise==6.8.2

7 changes: 4 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="django-music-publisher",
version="24.12b1",
version="24.12rc1",
author="Matija Kolarić",
author_email="matijakolaric@users.noreply.github.com",
license="MIT License",
Expand All @@ -26,8 +26,8 @@
},
packages=setuptools.find_packages(exclude=["dmp_project", "docs"]),
install_requires=(
"Django>=4.2,<5.0",
"requests>=2.28.1",
"Django>=4.2.13,<5.0",
"requests>=2.32.3",
),
include_package_data=True,
classifiers=[
Expand All @@ -43,6 +43,7 @@
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
],
zip_safe=False,
)

0 comments on commit cd3a96a

Please sign in to comment.