Skip to content

Commit

Permalink
Merge pull request #21 from DP6/update-dependencies
Browse files Browse the repository at this point in the history
perf: ⬆️ Update dependencies
  • Loading branch information
joaquimsn committed May 3, 2021
2 parents 1058063 + a82a6e7 commit e65fd66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@master

- name: HashiCorp - Setup Terraform
uses: hashicorp/setup-terraform@v1.2.1
uses: hashicorp/setup-terraform@v1.3.2
with:
terraform_version: 0.14.6

Expand Down
8 changes: 4 additions & 4 deletions megalist_dataflow/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ apache-beam==2.28.0
google-cloud-datastore==1.13.1
google-apitools==0.5.31
pytest==5.4.3
pytest-cov==2.10.0
pytest-cov==2.11.1
pytest-mock==3.2.0
requests-mock==1.8.0
pytz==2020.1
pytz==2021.1
wheel==0.34.2
pyarrow==0.17.1
aiohttp==3.6.2
aiohttp==3.7.4
bloom-filter==1.3
six==1.13.0
six==1.15.0
mypy==0.790
2 changes: 1 addition & 1 deletion megalist_dataflow/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
url='https://github.com/DP6/marketing-data-sync',
install_requires=['googleads==24.1.0', 'google-api-python-client==1.10.0',
'google-cloud-core==1.3.0', 'google-cloud-bigquery==1.26.0',
'google-cloud-datastore==1.13.1', 'aiohttp==3.6.2'],
'google-cloud-datastore==1.13.1', 'aiohttp==3.7.4'],
packages=setuptools.find_packages(),
)

0 comments on commit e65fd66

Please sign in to comment.