Skip to content

Commit 246a719

Browse files
authored
chore: bump version to latest resoto release (#7)
1 parent 36c6d04 commit 246a719

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

cloud2sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
__author__ = "Some Engineering Inc."
1212
__license__ = "Apache 2.0"
1313
__copyright__ = "Copyright © 2022 Some Engineering Inc."
14-
__version__ = "0.4.1"
14+
__version__ = "0.4.2"

requirements-test.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# test dependencies
22
pytest==7.2.0
33
black==22.10.0
4-
flake8==5.0.4
5-
mypy==0.982
6-
tox==3.27.1
7-
wheel==0.38.4
8-
coverage==6.5.0
9-
resoto-plugin-example-collector==3.0.0rc4
4+
flake8>=6.0.0
5+
mypy>=0.991
6+
tox>=4.0.3
7+
wheel>=0.38.4
8+
coverage>=6.5.0
9+
resoto-plugin-example-collector>=3.0.0

requirements.txt

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
# Only list production dependencies. Everything else can be added to requirements-test.txt and requirements-dev.txt.
22

33
# required for cloud2sql to run
4-
SQLAlchemy==2.0.0b3
5-
PyYAML==6.0
6-
rich==12.6.0
7-
resotoclient==1.2.1
4+
SQLAlchemy==2.0.0b4
5+
PyYAML>=6.0
6+
rich>=12.6.0
7+
resotoclient>=1.2.1
88

99
# bundle popular db drivers
10-
psycopg2-binary==2.9.5 # postgres
11-
pymysql==1.0.2 # mysql + mariadb
10+
psycopg2-binary>=2.9.5 # postgres
11+
pymysql>=1.0.2 # mysql + mariadb
1212

13-
resotolib==3.0.0rc4
13+
resotolib>=3.0.0
1414
# all collector plugins
15-
resoto-plugin-aws==3.0.0rc4
16-
resoto-plugin-digitalocean==3.0.0rc4
17-
resoto-plugin-gcp==3.0.0rc4
18-
resoto-plugin-k8s==3.0.0rc4
15+
resoto-plugin-aws>=3.0.0
16+
resoto-plugin-digitalocean>=3.0.0
17+
resoto-plugin-gcp>=3.0.0
18+
resoto-plugin-k8s>=3.0.0

0 commit comments

Comments
 (0)