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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.12"]
toxenv: ["django52", "quality", "pii_check", "check_keywords"]

services:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations-mysql8-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.11", "3.12"]
python-version: ["3.12"]

steps:
- name: Checkout code
Expand Down
4 changes: 2 additions & 2 deletions requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down Expand Up @@ -187,5 +187,5 @@ urllib3==1.26.20
# requests

# The following packages are considered to be unsafe in a requirements file:
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/base.in
12 changes: 6 additions & 6 deletions requirements/ci.txt
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
#
cachetools==7.0.4
cachetools==7.0.5
# via tox
colorama==0.4.6
# via tox
distlib==0.4.0
# via virtualenv
filelock==3.25.0
filelock==3.25.1
# via
# python-discovery
# tox
Expand All @@ -28,11 +28,11 @@ pluggy==1.6.0
# via tox
pyproject-api==1.10.0
# via tox
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
tomli-w==1.2.0
# via tox
tox==4.49.0
tox==4.49.1
# via -r requirements/ci.in
virtualenv==21.1.0
virtualenv==21.2.0
# via tox
2 changes: 1 addition & 1 deletion requirements/pip-tools.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand Down
4 changes: 2 additions & 2 deletions requirements/pip.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -12,5 +12,5 @@ wheel==0.46.3
# The following packages are considered to be unsafe in a requirements file:
pip==26.0.1
# via -r requirements/pip.in
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/pip.in
14 changes: 7 additions & 7 deletions requirements/quality.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -26,7 +26,7 @@ attrs==25.4.0
# -r requirements/test.txt
# jsonschema
# referencing
cachetools==7.0.4
cachetools==7.0.5
# via
# -r requirements/test.txt
# tox
Expand Down Expand Up @@ -201,7 +201,7 @@ faker==40.8.0
# via
# -r requirements/test.txt
# factory-boy
filelock==3.25.0
filelock==3.25.1
# via
# -r requirements/test.txt
# python-discovery
Expand Down Expand Up @@ -373,7 +373,7 @@ python-dateutil==2.9.0.post0
# -r requirements/base.txt
# -r requirements/test.txt
# elasticsearch-dsl
python-discovery==1.1.1
python-discovery==1.1.3
# via
# -r requirements/test.txt
# virtualenv
Expand Down Expand Up @@ -445,7 +445,7 @@ tomlkit==0.14.0
# via
# -r requirements/test.txt
# pylint
tox==4.49.0
tox==4.49.1
# via -r requirements/test.txt
typing-extensions==4.15.0
# via
Expand All @@ -472,13 +472,13 @@ urllib3==1.26.20
# -r requirements/test.txt
# elasticsearch
# requests
virtualenv==21.1.0
virtualenv==21.2.0
# via
# -r requirements/test.txt
# tox

# The following packages are considered to be unsafe in a requirements file:
setuptools==82.0.0
setuptools==82.0.1
# via
# -r requirements/base.txt
# -r requirements/test.txt
14 changes: 7 additions & 7 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# make upgrade
Expand All @@ -22,7 +22,7 @@ attrs==25.4.0
# -r requirements/base.txt
# jsonschema
# referencing
cachetools==7.0.4
cachetools==7.0.5
# via tox
camel-converter[pydantic]==5.1.0
# via
Expand Down Expand Up @@ -147,7 +147,7 @@ factory-boy==3.3.3
# via -r requirements/test.in
faker==40.8.0
# via factory-boy
filelock==3.25.0
filelock==3.25.1
# via
# python-discovery
# tox
Expand Down Expand Up @@ -266,7 +266,7 @@ python-dateutil==2.9.0.post0
# via
# -r requirements/base.txt
# elasticsearch-dsl
python-discovery==1.1.1
python-discovery==1.1.3
# via virtualenv
python-slugify==8.0.4
# via code-annotations
Expand Down Expand Up @@ -319,7 +319,7 @@ tomli-w==1.2.0
# via tox
tomlkit==0.14.0
# via pylint
tox==4.49.0
tox==4.49.1
# via -r requirements/test.in
typing-extensions==4.15.0
# via
Expand All @@ -342,9 +342,9 @@ urllib3==1.26.20
# -r requirements/base.txt
# elasticsearch
# requests
virtualenv==21.1.0
virtualenv==21.2.0
# via tox

# The following packages are considered to be unsafe in a requirements file:
setuptools==82.0.0
setuptools==82.0.1
# via -r requirements/base.txt
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py{311,312}-django{52}, quality, pii_check, check_keywords
envlist = py{312}-django{52}, quality, pii_check, check_keywords
skipsdist = true
isolated_build = true # Enable isolated build environments

Expand Down