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

Update dependencies after Django 4.2 upgrade #3878

Closed
4 of 5 tasks
sergei-maertens opened this issue Feb 13, 2024 · 1 comment · Fixed by #4243 or #4259
Closed
4 of 5 tasks

Update dependencies after Django 4.2 upgrade #3878

sergei-maertens opened this issue Feb 13, 2024 · 1 comment · Fixed by #4243 or #4259

Comments

@sergei-maertens
Copy link
Member

sergei-maertens commented Feb 13, 2024

Some things noticed during #3049 that are not essential for the upgrade, but should be done nevertheless:

  • Update to Celery 5.3 (to get rid of pytz dependency) (waiting on a new django-yubin release)
  • Try django-csp 3.8 release candidate (see New release? mozilla/django-csp#184 (comment))
  • Release & use new maykin-python3-saml library version
  • Update docs deps: Sphinx, extensions
  • ...
@joeribekker
Copy link
Contributor

Made an issue about Django Yubin release here: APSL/django-yubin#76

Viicos added a commit that referenced this issue Apr 29, 2024
Viicos added a commit that referenced this issue Apr 29, 2024
Viicos added a commit that referenced this issue Apr 29, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in Development Apr 29, 2024
@Viicos Viicos reopened this Apr 29, 2024
@github-project-automation github-project-automation bot moved this from Done to In Progress in Development Apr 29, 2024
@Viicos Viicos removed the blocked label May 3, 2024
Viicos added a commit that referenced this issue May 3, 2024
@Viicos Viicos moved this from In Progress to Implemented in Development May 3, 2024
Viicos added a commit that referenced this issue May 3, 2024
It now uses a `transaction.on_commit` call, so we need
to execute them so that our `post_save` signal emitting
the logs is triggered.

Note that the `STATUS_QUEUED` will probably be removed in the future,
so this test will need to be updated accordingly when we update.
Viicos added a commit that referenced this issue May 3, 2024
Viicos added a commit that referenced this issue May 3, 2024
It now uses a `transaction.on_commit` call, so we need
to execute them so that our `post_save` signal emitting
the logs is triggered.

Note that the `STATUS_QUEUED` will probably be removed in the future,
so this test will need to be updated accordingly when we update.
sergei-maertens added a commit that referenced this issue May 4, 2024
[#3878] Update `celery` and related dependencies
@github-project-automation github-project-automation bot moved this from Implemented to Done in Development May 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment