Skip to content

Commit

Permalink
bumped up version
Browse files Browse the repository at this point in the history
  • Loading branch information
toluaina committed Oct 11, 2021
1 parent 2f14236 commit 9413b1b
Show file tree
Hide file tree
Showing 5 changed files with 46 additions and 47 deletions.
2 changes: 1 addition & 1 deletion pgsync/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

__author__ = "Tolu Aina"
__email__ = "[email protected]"
__version__ = "2.1.6"
__version__ = "2.1.7"
37 changes: 18 additions & 19 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,30 @@ backports.entry-points-selectable==1.1.0
# via virtualenv
black==21.9b0
# via -r requirements/base.in
boto3==1.18.48
boto3==1.18.59
# via -r requirements/base.in
botocore==1.21.48
botocore==1.21.59
# via
# boto3
# s3transfer
bump2version==1.0.1
# via bumpversion
bumpversion==0.6.0
# via -r requirements/base.in
certifi==2021.5.30
certifi==2021.10.8
# via
# elasticsearch
# requests
cfgv==3.3.1
# via pre-commit
charset-normalizer==2.0.6
# via requests
click==8.0.1
click==8.0.3
# via
# -r requirements/base.in
# black
# pip-tools
coverage==5.5
coverage[toml]==6.0.1
# via
# -r requirements/dev.in
# pytest-cov
Expand All @@ -45,11 +45,11 @@ elasticsearch==7.13.4
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via -r requirements/base.in
environs==9.3.3
environs==9.3.4
# via -r requirements/base.in
faker==8.14.0
faker==9.3.1
# via -r requirements/base.in
filelock==3.0.12
filelock==3.3.0
# via virtualenv
flake8==3.9.2
# via
Expand All @@ -67,9 +67,9 @@ flake8-print==4.0.0
# via -r requirements/test.in
flake8-todo==0.7
# via -r requirements/test.in
greenlet==1.1.1
greenlet==1.1.2
# via sqlalchemy
identify==2.2.15
identify==2.3.0
# via pre-commit
idna==3.2
# via requests
Expand Down Expand Up @@ -99,9 +99,9 @@ pathspec==0.9.0
# via black
pep517==0.11.0
# via pip-tools
pip-tools==6.3.0
pip-tools==6.3.1
# via -r requirements/dev.in
platformdirs==2.3.0
platformdirs==2.4.0
# via
# black
# virtualenv
Expand Down Expand Up @@ -131,7 +131,7 @@ pytest==5.3.5
# pytest-cov
# pytest-mock
# pytest-sugar
pytest-cov==2.12.1
pytest-cov==3.0.0
# via -r requirements/test.in
pytest-mock==3.6.1
# via -r requirements/test.in
Expand All @@ -144,13 +144,13 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# faker
python-dotenv==0.19.0
python-dotenv==0.19.1
# via environs
pyyaml==5.4.1
# via pre-commit
redis==3.5.3
# via -r requirements/base.in
regex==2021.9.24
regex==2021.10.8
# via black
requests==2.26.0
# via requests-aws4auth
Expand All @@ -174,17 +174,16 @@ sqlparse==0.4.2
# via -r requirements/base.in
termcolor==1.1.0
# via pytest-sugar
testfixtures==6.18.2
testfixtures==6.18.3
# via flake8-isort
text-unidecode==1.3
# via faker
toml==0.10.2
# via
# pre-commit
# pytest-cov
# via pre-commit
tomli==1.2.1
# via
# black
# coverage
# pep517
typing-extensions==3.10.0.2
# via black
Expand Down
20 changes: 10 additions & 10 deletions requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@
#
black==21.9b0
# via -r requirements/base.in
boto3==1.18.48
boto3==1.18.59
# via -r requirements/base.in
botocore==1.21.48
botocore==1.21.59
# via
# boto3
# s3transfer
bump2version==1.0.1
# via bumpversion
bumpversion==0.6.0
# via -r requirements/base.in
certifi==2021.5.30
certifi==2021.10.8
# via
# elasticsearch
# requests
charset-normalizer==2.0.6
# via requests
click==8.0.1
click==8.0.3
# via
# -r requirements/base.in
# black
Expand All @@ -32,11 +32,11 @@ elasticsearch==7.13.4
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via -r requirements/base.in
environs==9.3.3
environs==9.3.4
# via -r requirements/base.in
faker==8.14.0
faker==9.3.1
# via -r requirements/base.in
greenlet==1.1.1
greenlet==1.1.2
# via sqlalchemy
idna==3.2
# via requests
Expand All @@ -52,7 +52,7 @@ newrelic==7.0.0.166
# via -r requirements/prod.in
pathspec==0.9.0
# via black
platformdirs==2.3.0
platformdirs==2.4.0
# via black
psycopg2-binary==2.9.1
# via -r requirements/base.in
Expand All @@ -61,11 +61,11 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# faker
python-dotenv==0.19.0
python-dotenv==0.19.1
# via environs
redis==3.5.3
# via -r requirements/base.in
regex==2021.9.24
regex==2021.10.8
# via black
requests==2.26.0
# via requests-aws4auth
Expand Down
32 changes: 16 additions & 16 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,37 @@ attrs==21.2.0
# via pytest
black==21.9b0
# via -r requirements/base.in
boto3==1.18.48
boto3==1.18.59
# via -r requirements/base.in
botocore==1.21.48
botocore==1.21.59
# via
# boto3
# s3transfer
bump2version==1.0.1
# via bumpversion
bumpversion==0.6.0
# via -r requirements/base.in
certifi==2021.5.30
certifi==2021.10.8
# via
# elasticsearch
# requests
charset-normalizer==2.0.6
# via requests
click==8.0.1
click==8.0.3
# via
# -r requirements/base.in
# black
coverage==5.5
coverage[toml]==6.0.1
# via pytest-cov
elasticsearch==7.13.4
# via
# -r requirements/base.in
# elasticsearch-dsl
elasticsearch-dsl==7.4.0
# via -r requirements/base.in
environs==9.3.3
environs==9.3.4
# via -r requirements/base.in
faker==8.14.0
faker==9.3.1
# via -r requirements/base.in
flake8==3.9.2
# via
Expand All @@ -56,7 +56,7 @@ flake8-print==4.0.0
# via -r requirements/test.in
flake8-todo==0.7
# via -r requirements/test.in
greenlet==1.1.1
greenlet==1.1.2
# via sqlalchemy
idna==3.2
# via requests
Expand All @@ -82,7 +82,7 @@ packaging==21.0
# pytest-sugar
pathspec==0.9.0
# via black
platformdirs==2.3.0
platformdirs==2.4.0
# via black
pluggy==0.13.1
# via pytest
Expand All @@ -108,7 +108,7 @@ pytest==5.3.5
# pytest-cov
# pytest-mock
# pytest-sugar
pytest-cov==2.12.1
pytest-cov==3.0.0
# via -r requirements/test.in
pytest-mock==3.6.1
# via -r requirements/test.in
Expand All @@ -121,11 +121,11 @@ python-dateutil==2.8.2
# botocore
# elasticsearch-dsl
# faker
python-dotenv==0.19.0
python-dotenv==0.19.1
# via environs
redis==3.5.3
# via -r requirements/base.in
regex==2021.9.24
regex==2021.10.8
# via black
requests==2.26.0
# via requests-aws4auth
Expand All @@ -148,14 +148,14 @@ sqlparse==0.4.2
# via -r requirements/base.in
termcolor==1.1.0
# via pytest-sugar
testfixtures==6.18.2
testfixtures==6.18.3
# via flake8-isort
text-unidecode==1.3
# via faker
toml==0.10.2
# via pytest-cov
tomli==1.2.1
# via black
# via
# black
# coverage
typing-extensions==3.10.0.2
# via black
urllib3==1.26.7
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.1.6
current_version = 2.1.7
commit = True
tag = True

Expand Down

0 comments on commit 9413b1b

Please sign in to comment.