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 GitHub Actions and Django v5.0 #121

Merged
merged 1 commit into from
Dec 7, 2023
Merged

Conversation

cclauss
Copy link
Contributor

@cclauss cclauss commented Dec 6, 2023

Upgrading our project from Django v4.2 to v5.0 downgraded our version of django-timezone-field!

Pipfile.lock:

        "django-timezone-field": {
-           "markers": "python_version >= '3.8' and python_version < '4.0'",
-           "version": "==6.1.0"
+           "markers": "python_version >= '3.5'",
+           "version": "==4.2.3"

Related to:

Copy link

codecov bot commented Dec 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (034996f) 98.08% compared to head (38735c6) 98.08%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #121   +/-   ##
=======================================
  Coverage   98.08%   98.08%           
=======================================
  Files           9        9           
  Lines         209      209           
=======================================
  Hits          205      205           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@mfogel
Copy link
Owner

mfogel commented Dec 7, 2023

Thanks for this one as well @cclauss

@mfogel mfogel merged commit ec2dab7 into mfogel:main Dec 7, 2023
64 checks passed
@cclauss cclauss deleted the patch-1 branch December 7, 2023 05:52
@cclauss cclauss changed the title Upgrade GitHub Actions and Django v5.1 Upgrade GitHub Actions and Django v5.0 Dec 7, 2023
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.

2 participants