Skip to content
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

Upgrade dependencies and Python to 3.11 #409

Merged
merged 14 commits into from
May 17, 2024
Merged

Upgrade dependencies and Python to 3.11 #409

merged 14 commits into from
May 17, 2024

Conversation

BoAnd
Copy link
Contributor

@BoAnd BoAnd commented Feb 25, 2024

Upgrade packages in requirements:

  • Django==2.2.28 -> Django==4.2.13
  • Pillow==8.3.2 -> Pillow==10.3.0
  • Coverage==4.4.1 -> Coverage==7.5.1
  • pytz==2021.3 -> pytz==2024.1
  • freezegun==0.3.15 -> freezegun==1.5.1
  • Django-Select2==5.11.1 -> Django-Select2==8.1.2
  • django-debug-toolbar==1.11.1 -> django-debug-toolbar==4.3.0
  • requests==2.24.0 -> requests==2.31.0
  • qrcode==6.1 -> qrcode==7.4.2

The code should run. But I have not test all parts of the stregsystem.

@krestenlaust
Copy link
Member

( #409 #192 #282 #361 #332 )

Resolves #389

@krestenlaust krestenlaust linked an issue May 15, 2024 that may be closed by this pull request
@krestenlaust krestenlaust changed the title Upgrade packages. Upgrade dependencies and Python to 3.11.5 May 15, 2024
@krestenlaust krestenlaust changed the title Upgrade dependencies and Python to 3.11.5 Upgrade dependencies and Python to 3.11 May 15, 2024
Copy link
Member

@krestenlaust krestenlaust left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's ready now, the tests run, but I haven't had a thorough run-through of the application yet, just to make sure all untested features still work as well

When we're ready to merge, I'll update the branch protection rules for the new python versions instead

.github/workflows/django.yml Show resolved Hide resolved
treo/settings.py Show resolved Hide resolved
@krestenlaust krestenlaust linked an issue May 17, 2024 that may be closed by this pull request
@krestenlaust krestenlaust merged commit 97879a3 into next May 17, 2024
3 checks passed
@atjn atjn deleted the issues/389 branch September 23, 2024 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Python version to at least 3.10 Upgrade to Django 4.0
4 participants