Skip to content

Commit 3c544ec

Browse files
authored
chore: bump versions (#46)
1 parent 722b692 commit 3c544ec

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
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 © 2023 Some Engineering Inc."
14-
__version__ = "0.8.2"
14+
__version__ = "0.8.3"

requirements-parquet.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
pyarrow==11.0.0
2-
google-cloud-storage==2.8.0
1+
pyarrow==12.0.0
2+
google-cloud-storage==2.9.0
33
boto3>=1.26.61

requirements-test.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# test dependencies
2-
pytest==7.3.0
2+
pytest==7.3.1
33
black==23.3.0
44
flake8>=6.0.0
5-
mypy==1.2.0
6-
tox==4.4.12
5+
mypy==1.3.0
6+
tox==4.5.1
77
wheel>=0.38.4
8-
coverage==7.2.3
9-
resoto-plugin-example-collector>=3.3, <3.4
8+
coverage==7.2.5
9+
resoto-plugin-example-collector>=3.4

requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ resotoclient>=1.2.1
88
posthog>=2.2.0
99
requests>=2.28.2
1010

11-
resotolib>=3.3.2, <3.4
1211
# all collector plugins
13-
resoto-plugin-aws>=3.3, <3.4
14-
resoto-plugin-digitalocean>=3.3, <3.4
15-
resoto-plugin-gcp>=3.3, <3.4
16-
resoto-plugin-k8s>=3.3, <3.4
12+
resotolib>=3.4.2, <3.5
13+
resoto-plugin-aws>=3.4.2, <3.5
14+
resoto-plugin-digitalocean>=3.4, <3.5
15+
resoto-plugin-gcp>=3.4.2, <3.5
16+
resoto-plugin-k8s>=3.4.2, <3.5

0 commit comments

Comments
 (0)