From 473bfed156c0588770ed57d731d359adc00ecfc2 Mon Sep 17 00:00:00 2001 From: gaidheal1 Date: Fri, 27 Jun 2025 21:08:31 +0100 Subject: [PATCH 1/2] updating packages with minor changes --- requirements.txt | 68 +++++++++++++++++++++++++----------------------- 1 file changed, 35 insertions(+), 33 deletions(-) diff --git a/requirements.txt b/requirements.txt index c6e9ce75..6c247d13 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,41 +1,41 @@ alabaster==1.0.0 amqp==5.3.1 asgiref==3.8.1 -attrs==25.1.0 +attrs==25.3.0 autobahn==24.4.2 Automat==24.8.1 babel==2.17.0 billiard==4.2.1 -celery==5.4.0 +celery==5.5.3 certifi==2025.6.15 cffi==1.17.1 -channels==4.2.0 +channels==4.2.2 channels_redis==4.2.1 -charset-normalizer==3.4.0 -click==8.1.8 +charset-normalizer==3.4.2 +click==8.2.1 click-didyoumean==0.3.1 -click-plugins==1.1.1 +click-plugins==1.1.1.2 click-repl==0.3.0 colorama==0.4.6 constantly==23.10.4 cron-descriptor==1.4.5 cryptography==44.0.1 -daphne==4.1.2 +daphne==4.2.0 dj-database-url==2.3.0 Django==4.2.22 django-allauth==64.2.1 -django-celery-beat==2.7.0 +django-celery-beat==2.8.1 django-cf-turnstile==0.1.0 -django-environ==0.11.2 +django-environ==0.12.0 django-extensions==4.1 django-ratelimit==4.1.0 django-redis==5.4.0 -django-stubs==5.1.1 -django-stubs-ext==5.1.1 -django-timezone-field==7.0 +django-stubs==5.2.1 +django-stubs-ext==5.2.1 +django-timezone-field==7.1 django-vite==3.1.0 -djangorestframework==3.15.2 -djangorestframework_simplejwt==5.4.0 +djangorestframework==3.16.0 +djangorestframework_simplejwt==5.5.0 docutils==0.21.2 freezegun==1.5.2 gunicorn==23.0.0 @@ -44,34 +44,36 @@ idna==3.10 imagesize==1.4.1 incremental==24.7.2 Jinja2==3.1.6 -kombu==5.4.2 +kombu==5.5.4 MarkupSafe==3.0.2 -msgpack==1.1.0 -mypy==1.14.0 -mypy-extensions==1.0.0 -numpy==2.2.3 +msgpack==1.1.1 +mypy==1.16.1 +mypy_extensions==1.1.0 +numpy==2.3.1 packaging==24.2 -pillow==11.0.0 -pipdeptree==2.24.0 +pathspec==0.12.1 +pillow==11.2.1 +pip-review==1.3.0 +pipdeptree==2.26.1 postgres==4.0 -prompt_toolkit==3.0.48 +prompt_toolkit==3.0.51 psycopg2==2.9.10 psycopg2-binary==2.9.10 psycopg2-pool==1.2 pyasn1==0.6.1 -pyasn1_modules==0.4.1 +pyasn1_modules==0.4.2 pycparser==2.22 -Pygments==2.19.1 -PyJWT==2.10.1 -pyOpenSSL==25.0.0 +Pygments==2.19.2 +PyJWT==2.9.0 +pyOpenSSL==25.1.0 python-crontab==3.2.0 python-dateutil==2.9.0.post0 python-decouple==3.8 -python-dotenv==1.0.1 +python-dotenv==1.1.1 redis==5.2.1 requests==2.32.4 roman-numerals-py==3.1.0 -sentry-sdk==2.30.0 +sentry-sdk==2.31.0 service-identity==24.2.0 setuptools==78.1.1 six==1.17.0 @@ -83,16 +85,16 @@ sphinxcontrib-htmlhelp==2.1.0 sphinxcontrib-jsmath==1.0.1 sphinxcontrib-qthelp==2.0.0 sphinxcontrib-serializinghtml==2.0.0 -sqlparse==0.5.2 +sqlparse==0.5.3 stripe==11.3.0 tomli==2.2.1 Twisted==24.11.0 txaio==23.1.1 -types-PyYAML==6.0.12.20241221 -typing_extensions==4.12.2 -tzdata==2024.2 +types-PyYAML==6.0.12.20250516 +typing_extensions==4.14.0 +tzdata==2025.2 urllib3==2.5.0 vine==5.1.0 wcwidth==0.2.13 -whitenoise==6.8.2 +whitenoise==6.9.0 zope.interface==7.2 From 687a8351056c95ea6915a4c8b778c8c1c778a258 Mon Sep 17 00:00:00 2001 From: gaidheal1 Date: Thu, 3 Jul 2025 11:55:59 +0100 Subject: [PATCH 2/2] Minor changes gitignore and backup requirements --- .gitignore | 3 +- requirements_backup.txt | 98 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 1 deletion(-) create mode 100644 requirements_backup.txt diff --git a/.gitignore b/.gitignore index 72d40d71..d018589c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ db.sqlite3 +.venv venv venv-windows venv-linux @@ -17,4 +18,4 @@ Makefile logs/ staticfiles/ static/.sass-cache/ -mypy.ini \ No newline at end of file +mypy.ini diff --git a/requirements_backup.txt b/requirements_backup.txt new file mode 100644 index 00000000..c6e9ce75 --- /dev/null +++ b/requirements_backup.txt @@ -0,0 +1,98 @@ +alabaster==1.0.0 +amqp==5.3.1 +asgiref==3.8.1 +attrs==25.1.0 +autobahn==24.4.2 +Automat==24.8.1 +babel==2.17.0 +billiard==4.2.1 +celery==5.4.0 +certifi==2025.6.15 +cffi==1.17.1 +channels==4.2.0 +channels_redis==4.2.1 +charset-normalizer==3.4.0 +click==8.1.8 +click-didyoumean==0.3.1 +click-plugins==1.1.1 +click-repl==0.3.0 +colorama==0.4.6 +constantly==23.10.4 +cron-descriptor==1.4.5 +cryptography==44.0.1 +daphne==4.1.2 +dj-database-url==2.3.0 +Django==4.2.22 +django-allauth==64.2.1 +django-celery-beat==2.7.0 +django-cf-turnstile==0.1.0 +django-environ==0.11.2 +django-extensions==4.1 +django-ratelimit==4.1.0 +django-redis==5.4.0 +django-stubs==5.1.1 +django-stubs-ext==5.1.1 +django-timezone-field==7.0 +django-vite==3.1.0 +djangorestframework==3.15.2 +djangorestframework_simplejwt==5.4.0 +docutils==0.21.2 +freezegun==1.5.2 +gunicorn==23.0.0 +hyperlink==21.0.0 +idna==3.10 +imagesize==1.4.1 +incremental==24.7.2 +Jinja2==3.1.6 +kombu==5.4.2 +MarkupSafe==3.0.2 +msgpack==1.1.0 +mypy==1.14.0 +mypy-extensions==1.0.0 +numpy==2.2.3 +packaging==24.2 +pillow==11.0.0 +pipdeptree==2.24.0 +postgres==4.0 +prompt_toolkit==3.0.48 +psycopg2==2.9.10 +psycopg2-binary==2.9.10 +psycopg2-pool==1.2 +pyasn1==0.6.1 +pyasn1_modules==0.4.1 +pycparser==2.22 +Pygments==2.19.1 +PyJWT==2.10.1 +pyOpenSSL==25.0.0 +python-crontab==3.2.0 +python-dateutil==2.9.0.post0 +python-decouple==3.8 +python-dotenv==1.0.1 +redis==5.2.1 +requests==2.32.4 +roman-numerals-py==3.1.0 +sentry-sdk==2.30.0 +service-identity==24.2.0 +setuptools==78.1.1 +six==1.17.0 +snowballstemmer==2.2.0 +Sphinx==8.2.3 +sphinxcontrib-applehelp==2.0.0 +sphinxcontrib-devhelp==2.0.0 +sphinxcontrib-htmlhelp==2.1.0 +sphinxcontrib-jsmath==1.0.1 +sphinxcontrib-qthelp==2.0.0 +sphinxcontrib-serializinghtml==2.0.0 +sqlparse==0.5.2 +stripe==11.3.0 +tomli==2.2.1 +Twisted==24.11.0 +txaio==23.1.1 +types-PyYAML==6.0.12.20241221 +typing_extensions==4.12.2 +tzdata==2024.2 +urllib3==2.5.0 +vine==5.1.0 +wcwidth==0.2.13 +whitenoise==6.8.2 +zope.interface==7.2