You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix gather to work with Python 3.12
* packages upgrade with uv lock --upgrade
* bump gunicorn to 23; new major version of flake8 so new fixes
* bump jinja, requests, pillow
* bump uvicorn (includes h11)
* bump python to 3.10.19 for the compute worker; bump websockets to 16 for instance and compute worker (which also fixes an issue on the compute worker with python 3.10)
* Upgrade package.json packages (still some left, like Riot which is a major rewrite)
* remove six from pyproject and code
* flake8 fixes
* bump boto3, botocore, s3transfer
* bump urllib3
* bump python to 3.13 on compute worker
* bump pyyaml, ipdb, twisted, flex, markdown, flex, pygments, whitenoise, bleach, oyaml, aiofiles, bpython, argh, watchdog
* bump celery to 5.6.2 for main instance
* bump python to 3.13.11 on instance
* flake8 fixes
* bump python to 3.14 for playwright pytests
* merge pytest.ini into pyproject.toml; bump pytest to 9.0.2
* bump various django related packages; bump pytest to 9.0.2 and merge pytest config from setup.cfg into pyproject.toml
* bump django_filter and fix code to make it work
* remove coreapi and legacy-cgi, bump setuptools
* remove duplicate build in docker-compose.yml and assign better names to containers
* bump caddy version and remove useless line in circle-ci config file
* bump django to 4.2.29 and various other packages with uv lock --upgrade
* bump django to 5.2.12, bump other packages with uv lock --upgrade
* bump factory-boy, django-ajax-selects, drf-extensions and replace deprecated django-cors-middleware with django-cors-headers
* replace bleach (deprecated) with nh3
* bump django-redis to 6.0.0
* bump rabbitmq to 4.2.4
* cleanup some Containerfiles
* Fixed missing code from #2237 that was not merged into this branch
* bump blessed and redis on instance; bump charset-normalizer and setuptools on compute worker
* fix logout that broke on django 5.2 upgrade
---------
Co-authored-by: Chris Harris <cjh@lbl.gov>
Co-authored-by: Obada Haddad <obada.haddad@lisn.fr>
0 commit comments