Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.10", "3.11"]
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: ${{ matrix.python-version }}

- name: Install Python dependencies
run: |
Expand Down
8 changes: 4 additions & 4 deletions requirements.dev.in
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

-c requirements.txt

pip-tools==7.4.1
flake8==7.1.1
django-webtest==1.9.13
coverage==7.9.1
pip-tools==7.5.2
flake8==7.3.0
django-webtest==1.9.14
coverage==7.13.2
38 changes: 15 additions & 23 deletions requirements.dev.txt
Original file line number Diff line number Diff line change
@@ -1,48 +1,44 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# by the following command:
#
# pip-compile requirements.dev.in
#
beautifulsoup4==4.13.4
# This file was autogenerated by uv via the following command:
# uv pip compile requirements.dev.in -o requirements.dev.txt
beautifulsoup4==4.14.3
# via
# -c requirements.txt
# webtest
build==1.2.1
# via pip-tools
click==8.1.7
# via pip-tools
coverage==7.9.1
coverage==7.13.2
# via -r requirements.dev.in
django-webtest==1.9.13
django-webtest==1.9.14
# via -r requirements.dev.in
flake8==7.1.1
flake8==7.3.0
# via -r requirements.dev.in
mccabe==0.7.0
# via flake8
packaging==24.0
# via
# -c requirements.txt
# build
pip-tools==7.4.1
# wheel
pip==25.3
# via pip-tools
pip-tools==7.5.2
# via -r requirements.dev.in
pycodestyle==2.12.1
pycodestyle==2.14.0
# via flake8
pyflakes==3.2.0
pyflakes==3.4.0
# via flake8
pyproject-hooks==1.0.0
# via
# build
# pip-tools
setuptools==80.10.2
# via pip-tools
soupsieve==2.5
# via
# -c requirements.txt
# beautifulsoup4
tomli==2.0.1
# via
# build
# pip-tools
# pyproject-hooks
typing-extensions==4.11.0
# via
# -c requirements.txt
Expand All @@ -53,9 +49,5 @@ webob==1.8.7
# via webtest
webtest==3.0.0
# via django-webtest
wheel==0.43.0
wheel==0.46.2
# via pip-tools

# The following packages are considered to be unsafe in a requirements file:
# pip
# setuptools
14 changes: 8 additions & 6 deletions requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
beautifulsoup4==4.14.3
cssmin==0.2.0

Django==4.2.26
Django==4.2.28
django-cms==3.11.10
django-countries==7.6.1
django-countries==8.2.0
django-csp==3.8
django-environ==0.12.0
django-haystack==3.3.0
Expand All @@ -29,17 +29,19 @@ djangocms-text-ckeditor==5.1.7

easy-thumbnails==2.10.1
feedparser==6.0.12
google-auth==2.40.3
google-cloud-storage==2.19.0
google-auth==2.48.0
google-cloud-storage==3.8.0
gunicorn==23.0.0
iso3166==2.1.1
jsonfield==3.2.0
libsass==0.23.0
micawber==0.5.6
# django-pagedown, djangocms-text-ckeditor and easy-thumbnails use it but don't specify the version
# this is a secure version
pillow==10.4.0
psycopg2-binary==2.9.10
pillow==12.1.0
psycopg2-binary==2.9.11
requests==2.32.5
# We need to manually force typing-extensions to upgrade
typing-extensions==4.15.0
urllib3==2.6.3
whoosh==2.7.4
27 changes: 16 additions & 11 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,21 @@ asgiref==3.8.1
# django-countries
beautifulsoup4==4.14.3
# via -r requirements.in
cachetools==5.3.3
# via google-auth
certifi==2024.2.2
# via requests
cffi==2.0.0
# via cryptography
chardet==5.2.0
# via reportlab
charset-normalizer==3.3.2
# via requests
cryptography==46.0.3
# via google-auth
cssmin==0.2.0
# via -r requirements.in
cssselect2==0.7.0
# via svglib
django==4.2.26
django==4.2.28
# via
# -r requirements.in
# django-classy-tags
Expand Down Expand Up @@ -49,7 +51,7 @@ django-cms==3.11.10
# djangocms-attributes-field
# djangocms-picture
# djangocms-text-ckeditor
django-countries==7.6.1
django-countries==8.2.0
# via -r requirements.in
django-csp==3.8
# via -r requirements.in
Expand Down Expand Up @@ -108,19 +110,19 @@ easy-thumbnails==2.10.1
# djangocms-picture
feedparser==6.0.12
# via -r requirements.in
google-api-core==2.18.0
google-api-core==2.29.0
# via
# google-cloud-core
# google-cloud-storage
google-auth==2.40.3
google-auth==2.48.0
# via
# -r requirements.in
# google-api-core
# google-cloud-core
# google-cloud-storage
google-cloud-core==2.4.1
google-cloud-core==2.5.0
# via google-cloud-storage
google-cloud-storage==2.19.0
google-cloud-storage==3.8.0
# via -r requirements.in
google-crc32c==1.5.0
# via
Expand Down Expand Up @@ -154,7 +156,7 @@ packaging==24.0
# django-haystack
# djangocms-text-ckeditor
# gunicorn
pillow==10.4.0
pillow==12.1.0
# via
# -r requirements.in
# django-pagedown
Expand All @@ -169,14 +171,16 @@ protobuf==4.25.8
# google-api-core
# googleapis-common-protos
# proto-plus
psycopg2-binary==2.9.10
psycopg2-binary==2.9.11
# via -r requirements.in
pyasn1==0.6.0
# via
# pyasn1-modules
# rsa
pyasn1-modules==0.4.0
# via google-auth
pycparser==3.0
# via cffi
reportlab==4.2.0
# via
# easy-thumbnails
Expand All @@ -202,8 +206,9 @@ tinycss2==1.2.1
# via
# cssselect2
# svglib
typing-extensions==4.11.0
typing-extensions==4.15.0
# via
# -r requirements.in
# beautifulsoup4
# django-countries
urllib3==2.6.3
Expand Down