Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Dec 31, 2022
1 parent 4e94569 commit 55c5ea4
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 16 deletions.
4 changes: 3 additions & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -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"]
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down
10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 55c5ea4

Please sign in to comment.