diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 90d8e21f..62bedb95 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,10 +1,12 @@ repos: + - repo: https://github.com/psf/black rev: 22.12.0 hooks: - id: black + - repo: https://github.com/pycqa/isort - rev: 5.11.2 + rev: 5.11.4 hooks: - id: isort args: ["--profile", "black", "--filter-files"] \ No newline at end of file diff --git a/docs/conf.py b/docs/conf.py index b5f8755f..87ade3ea 100755 --- a/docs/conf.py +++ b/docs/conf.py @@ -57,7 +57,7 @@ def get_version(): # General information about the project. project = "pgsync" -copyright = "2022, Tolu Aina" +copyright = "2023, Tolu Aina" author = "Tolu Aina" # The version info for the project you're documenting, acts as replacement diff --git a/requirements/dev.txt b/requirements/dev.txt index 42eba650..c9984d22 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -10,9 +10,9 @@ attrs==22.2.0 # via pytest black==22.12.0 # via -r requirements/base.in -boto3==1.26.38 +boto3==1.26.41 # via -r requirements/base.in -botocore==1.29.38 +botocore==1.29.41 # via # boto3 # s3transfer @@ -53,7 +53,7 @@ exceptiongroup==1.1.0 # via pytest faker==15.3.4 # via -r requirements/base.in -filelock==3.8.2 +filelock==3.9.0 # via virtualenv flake8==5.0.4 # via @@ -94,7 +94,7 @@ marshmallow==3.19.0 # via environs mccabe==0.7.0 # via flake8 -mock==4.0.3 +mock==5.0.0 # via -r requirements/test.in mypy-extensions==0.4.3 # via black @@ -112,7 +112,7 @@ pep517==0.13.0 # via build pip-tools==6.12.1 # via -r requirements/dev.in -platformdirs==2.6.0 +platformdirs==2.6.2 # via # black # virtualenv diff --git a/requirements/prod.txt b/requirements/prod.txt index f00634df..584faf73 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -8,9 +8,9 @@ async-timeout==4.0.2 # via redis black==22.12.0 # via -r requirements/base.in -boto3==1.26.38 +boto3==1.26.41 # via -r requirements/base.in -botocore==1.29.38 +botocore==1.29.41 # via # boto3 # s3transfer @@ -40,7 +40,7 @@ environs==9.5.0 # via -r requirements/base.in faker==15.3.4 # via -r requirements/base.in -filelock==3.8.2 +filelock==3.9.0 # via virtualenv greenlet==2.0.1 # via sqlalchemy @@ -62,7 +62,7 @@ packaging==22.0 # via marshmallow pathspec==0.10.3 # via black -platformdirs==2.6.0 +platformdirs==2.6.2 # via # black # virtualenv diff --git a/requirements/test.txt b/requirements/test.txt index d1c913cb..0bf01647 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -10,9 +10,9 @@ attrs==22.2.0 # via pytest black==22.12.0 # via -r requirements/base.in -boto3==1.26.38 +boto3==1.26.41 # via -r requirements/base.in -botocore==1.29.38 +botocore==1.29.41 # via # boto3 # s3transfer @@ -46,7 +46,7 @@ exceptiongroup==1.1.0 # via pytest faker==15.3.4 # via -r requirements/base.in -filelock==3.8.2 +filelock==3.9.0 # via virtualenv flake8==5.0.4 # via @@ -85,7 +85,7 @@ marshmallow==3.19.0 # via environs mccabe==0.7.0 # via flake8 -mock==4.0.3 +mock==5.0.0 # via -r requirements/test.in mypy-extensions==0.4.3 # via black @@ -96,7 +96,7 @@ packaging==22.0 # pytest-sugar pathspec==0.10.3 # via black -platformdirs==2.6.0 +platformdirs==2.6.2 # via # black # virtualenv