-
Notifications
You must be signed in to change notification settings - Fork 4
Update dependencies #51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
pablo-schmeiser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could already upgrade to django 6.0.1 (which is the latest release, although some of our other packages don't support it yet - e.g. django-stubs is still missing stubs for APIs from django 6)
For this we should however consider the following backward issues :
- BaseDatabaseSchemaEditor and PostgreSQL backends no longer use CASCADE when dropping a column. -> Is this a problem with migrations? Or is this still fine (couldn't we just regenerate all migrations)? see here
- We should remove compatibility for Python < 3.12 see here
- Should we remove usage of the ordering keyword? Why: see here
Aside from this discussion, we should bump the rest to their most up-to-date versions (see requested changes). This has not been tested yet, but the release notes suggest all of this should be fine.
| 'Programming Language :: Python :: 3 :: Only', | ||
| 'Programming Language :: Python :: 3.9', | ||
| 'Programming Language :: Python :: 3.10', | ||
| 'Programming Language :: Python :: 3.11', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Programming Language :: Python :: 3.11', | |
| 'Programming Language :: Python :: 3.14', |
| 'Programming Language :: Python :: 3', | ||
| 'Programming Language :: Python :: 3 :: Only', | ||
| 'Programming Language :: Python :: 3.9', | ||
| 'Programming Language :: Python :: 3.10', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Programming Language :: Python :: 3.10', | |
| 'Programming Language :: Python :: 3.13', |
| 'Programming Language :: Python', | ||
| 'Programming Language :: Python :: 3', | ||
| 'Programming Language :: Python :: 3 :: Only', | ||
| 'Programming Language :: Python :: 3.9', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Programming Language :: Python :: 3.9', | |
| 'Programming Language :: Python :: 3.12', |
| 'python-dateutil==2.8.2', | ||
| 'requests==2.31.0', | ||
| 'Authlib==1.4.1', | ||
| 'Django==5.2.3', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'Django==5.2.3', | |
| 'Django==5.2.11', |
| 'holidays==0.75', | ||
| 'icalendar==6.3.1', | ||
| 'Pillow==11.2.1', | ||
| 'psycopg2-binary==2.9.10', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'psycopg2-binary==2.9.10', | |
| 'psycopg[binary]==3.3.3', |
| docs = [ | ||
| 'mkdocs==1.4.2', | ||
| 'mkdocs-material==9.0.11', | ||
| 'django-stubs==4.2.7', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'django-stubs==4.2.7', | |
| 'django-stubs==5.2.9', |
| 'mkdocs==1.4.2', | ||
| 'mkdocs-material==9.0.11', | ||
| 'django-stubs==4.2.7', | ||
| 'types-python-dateutil==2.8.19.14', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'types-python-dateutil==2.8.19.14', | |
| 'types-python-dateutil==2.9.0.20260124', |
| 'mkdocs-material==9.0.11', | ||
| 'django-stubs==4.2.7', | ||
| 'types-python-dateutil==2.8.19.14', | ||
| 'types-requests==2.31.0.10', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'types-requests==2.31.0.10', | |
| 'types-requests==2.32.4.20260107', |
| 'django-stubs==4.2.7', | ||
| 'types-python-dateutil==2.8.19.14', | ||
| 'types-requests==2.31.0.10', | ||
| 'mypy==1.8.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| 'mypy==1.8.0', | |
| 'mypy==1.19.1', |
| 'mypy==1.8.0', | ||
| ] | ||
|
|
||
| docs = ['mkdocs==1.4.2', 'mkdocs-material==9.0.11'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| docs = ['mkdocs==1.4.2', 'mkdocs-material==9.0.11'] | |
| docs = ['mkdocs==1.6.1', 'mkdocs-material==9.7.1'] |
No description provided.