Skip to content

Commit e65fd66

Browse files
authored
Merge pull request #21 from DP6/update-dependencies
perf: ⬆️ Update dependencies
2 parents 1058063 + a82a6e7 commit e65fd66

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/terraform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@master
1515

1616
- name: HashiCorp - Setup Terraform
17-
uses: hashicorp/setup-terraform@v1.2.1
17+
uses: hashicorp/setup-terraform@v1.3.2
1818
with:
1919
terraform_version: 0.14.6
2020

megalist_dataflow/requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ apache-beam==2.28.0
99
google-cloud-datastore==1.13.1
1010
google-apitools==0.5.31
1111
pytest==5.4.3
12-
pytest-cov==2.10.0
12+
pytest-cov==2.11.1
1313
pytest-mock==3.2.0
1414
requests-mock==1.8.0
15-
pytz==2020.1
15+
pytz==2021.1
1616
wheel==0.34.2
1717
pyarrow==0.17.1
18-
aiohttp==3.6.2
18+
aiohttp==3.7.4
1919
bloom-filter==1.3
20-
six==1.13.0
20+
six==1.15.0
2121
mypy==0.790

megalist_dataflow/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323
url='https://github.com/DP6/marketing-data-sync',
2424
install_requires=['googleads==24.1.0', 'google-api-python-client==1.10.0',
2525
'google-cloud-core==1.3.0', 'google-cloud-bigquery==1.26.0',
26-
'google-cloud-datastore==1.13.1', 'aiohttp==3.6.2'],
26+
'google-cloud-datastore==1.13.1', 'aiohttp==3.7.4'],
2727
packages=setuptools.find_packages(),
2828
)

0 commit comments

Comments
 (0)