Skip to content

Commit

Permalink
Merge pull request #76 from kraken-tech/prep-for-v0-1-18
Browse files Browse the repository at this point in the history
Prep for v0 1 18
  • Loading branch information
marcelofern authored Feb 10, 2025
2 parents 52b778d + d36d3d2 commit 7aa3204
Show file tree
Hide file tree
Showing 6 changed files with 61 additions and 46 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to

## [Unreleased]

## [0.1.18] - 2025-02-11

### Fixed

- `SaferAlterFieldSetNotNull` did not work when the field dropping the NOT NULL
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ where = ["src"]

[project]
name = "django_pg_migration_tools"
version = "0.1.17"
version = "0.1.18"
description = "Tools for making Django migrations safer and more scalable."
license.file = "LICENSE"
readme = "README.md"
Expand Down
44 changes: 24 additions & 20 deletions requirements/development.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,43 +8,47 @@ asgiref==3.8.1
# via
# django
# django-stubs
babel==2.16.0
attrs==25.1.0
# via nox
babel==2.17.0
# via sphinx
build==1.2.2.post1
# via django-pg-migration-tools (pyproject.toml)
certifi==2024.12.14
certifi==2025.1.31
# via requests
cfgv==3.4.0
# via pre-commit
charset-normalizer==3.4.1
# via requests
colorlog==6.9.0
# via nox
coverage==7.6.10
coverage==7.6.11
# via django-pg-migration-tools (pyproject.toml)
dependency-groups==1.3.0
# via nox
distlib==0.3.9
# via virtualenv
dj-database-url==2.3.0
# via django-pg-migration-tools (pyproject.toml)
django==5.1.4
django==5.1.6
# via
# django-pg-migration-tools (pyproject.toml)
# dj-database-url
# django-stubs
# django-stubs-ext
django-stubs==5.1.1
django-stubs==5.1.3
# via django-pg-migration-tools (pyproject.toml)
django-stubs-ext==5.1.1
django-stubs-ext==5.1.3
# via django-stubs
docutils==0.21.2
# via
# sphinx
# sphinx-rtd-theme
environs==14.1.0
environs==14.1.1
# via django-pg-migration-tools (pyproject.toml)
filelock==3.16.1
filelock==3.17.0
# via virtualenv
identify==2.6.5
identify==2.6.7
# via pre-commit
idna==3.10
# via requests
Expand All @@ -56,19 +60,20 @@ jinja2==3.1.5
# via sphinx
markupsafe==3.0.2
# via jinja2
marshmallow==3.25.1
marshmallow==3.26.1
# via environs
mypy==1.14.1
mypy==1.15.0
# via django-pg-migration-tools (pyproject.toml)
mypy-extensions==1.0.0
# via mypy
nodeenv==1.9.1
# via pre-commit
nox==2024.10.9
nox==2025.2.9
# via django-pg-migration-tools (pyproject.toml)
packaging==24.2
# via
# build
# dependency-groups
# marshmallow
# nox
# pytest
Expand All @@ -79,11 +84,11 @@ pluggy==1.5.0
# via pytest
polib==1.2.0
# via sphinx-lint
pre-commit==4.0.1
pre-commit==4.1.0
# via django-pg-migration-tools (pyproject.toml)
psycopg==3.2.3
psycopg==3.2.4
# via django-pg-migration-tools (pyproject.toml)
psycopg-binary==3.2.3
psycopg-binary==3.2.4
# via psycopg
pygments==2.19.1
# via sphinx
Expand All @@ -93,7 +98,7 @@ pytest==8.3.4
# via
# django-pg-migration-tools (pyproject.toml)
# pytest-django
pytest-django==4.9.0
pytest-django==4.10.0
# via django-pg-migration-tools (pyproject.toml)
python-dotenv==1.0.1
# via environs
Expand All @@ -103,7 +108,7 @@ regex==2024.11.6
# via sphinx-lint
requests==2.32.3
# via sphinx
ruff==0.9.1
ruff==0.9.6
# via django-pg-migration-tools (pyproject.toml)
snowballstemmer==2.2.0
# via sphinx
Expand Down Expand Up @@ -135,7 +140,7 @@ sphinxcontrib-serializinghtml==2.0.0
# via sphinx
sqlparse==0.5.3
# via django
types-psycopg2==2.9.21.20241019
types-psycopg2==2.9.21.20250121
# via django-pg-migration-tools (pyproject.toml)
types-pyyaml==6.0.12.20241230
# via django-stubs
Expand All @@ -145,10 +150,9 @@ typing-extensions==4.12.2
# django-stubs
# django-stubs-ext
# mypy
# psycopg
urllib3==2.3.0
# via requests
virtualenv==20.28.1
virtualenv==20.29.2
# via
# nox
# pre-commit
4 changes: 2 additions & 2 deletions requirements/docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
# uv pip compile pyproject.toml --resolver=backtracking --extra=docs --output-file=requirements/docs.txt
alabaster==1.0.0
# via sphinx
babel==2.16.0
babel==2.17.0
# via sphinx
certifi==2024.12.14
certifi==2025.1.31
# via requests
charset-normalizer==3.4.1
# via requests
Expand Down
25 changes: 15 additions & 10 deletions requirements/pytest-in-nox-psycopg2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,35 +6,40 @@ asgiref==3.8.1
# via
# django
# django-stubs
attrs==25.1.0
# via nox
colorlog==6.9.0
# via nox
coverage==7.6.10
coverage==7.6.11
# via django-pg-migration-tools (pyproject.toml)
dependency-groups==1.3.0
# via nox
distlib==0.3.9
# via virtualenv
dj-database-url==2.3.0
# via django-pg-migration-tools (pyproject.toml)
django==5.1.4
django==5.1.6
# via
# dj-database-url
# django-stubs
# django-stubs-ext
django-stubs==5.1.1
django-stubs==5.1.3
# via django-pg-migration-tools (pyproject.toml)
django-stubs-ext==5.1.1
django-stubs-ext==5.1.3
# via django-stubs
environs==14.1.0
environs==14.1.1
# via django-pg-migration-tools (pyproject.toml)
filelock==3.16.1
filelock==3.17.0
# via virtualenv
iniconfig==2.0.0
# via pytest
marshmallow==3.25.1
marshmallow==3.26.1
# via environs
nox==2024.10.9
nox==2025.2.9
# via django-pg-migration-tools (pyproject.toml)
packaging==24.2
# via
# dependency-groups
# marshmallow
# nox
# pytest
Expand All @@ -48,7 +53,7 @@ pytest==8.3.4
# via
# django-pg-migration-tools (pyproject.toml)
# pytest-django
pytest-django==4.9.0
pytest-django==4.10.0
# via django-pg-migration-tools (pyproject.toml)
python-dotenv==1.0.1
# via environs
Expand All @@ -61,5 +66,5 @@ typing-extensions==4.12.2
# dj-database-url
# django-stubs
# django-stubs-ext
virtualenv==20.28.1
virtualenv==20.29.2
# via nox
30 changes: 17 additions & 13 deletions requirements/pytest-in-nox-psycopg3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,51 +6,56 @@ asgiref==3.8.1
# via
# django
# django-stubs
attrs==25.1.0
# via nox
colorlog==6.9.0
# via nox
coverage==7.6.10
coverage==7.6.11
# via django-pg-migration-tools (pyproject.toml)
dependency-groups==1.3.0
# via nox
distlib==0.3.9
# via virtualenv
dj-database-url==2.3.0
# via django-pg-migration-tools (pyproject.toml)
django==5.1.4
django==5.1.6
# via
# dj-database-url
# django-stubs
# django-stubs-ext
django-stubs==5.1.1
django-stubs==5.1.3
# via django-pg-migration-tools (pyproject.toml)
django-stubs-ext==5.1.1
django-stubs-ext==5.1.3
# via django-stubs
environs==14.1.0
environs==14.1.1
# via django-pg-migration-tools (pyproject.toml)
filelock==3.16.1
filelock==3.17.0
# via virtualenv
iniconfig==2.0.0
# via pytest
marshmallow==3.25.1
marshmallow==3.26.1
# via environs
nox==2024.10.9
nox==2025.2.9
# via django-pg-migration-tools (pyproject.toml)
packaging==24.2
# via
# dependency-groups
# marshmallow
# nox
# pytest
platformdirs==4.3.6
# via virtualenv
pluggy==1.5.0
# via pytest
psycopg==3.2.3
psycopg==3.2.4
# via django-pg-migration-tools (pyproject.toml)
psycopg-binary==3.2.3
psycopg-binary==3.2.4
# via psycopg
pytest==8.3.4
# via
# django-pg-migration-tools (pyproject.toml)
# pytest-django
pytest-django==4.9.0
pytest-django==4.10.0
# via django-pg-migration-tools (pyproject.toml)
python-dotenv==1.0.1
# via environs
Expand All @@ -63,6 +68,5 @@ typing-extensions==4.12.2
# dj-database-url
# django-stubs
# django-stubs-ext
# psycopg
virtualenv==20.28.1
virtualenv==20.29.2
# via nox

0 comments on commit 7aa3204

Please sign in to comment.