Skip to content

Commit

Permalink
Bump apache-beam[gcp] from 2.43.0 to 2.49.0
Browse files Browse the repository at this point in the history
Bumps [apache-beam[gcp]](https://github.com/apache/beam) from 2.43.0 to 2.49.0.
- [Release notes](https://github.com/apache/beam/releases)
- [Changelog](https://github.com/apache/beam/blob/master/CHANGES.md)
- [Commits](apache/beam@v2.43.0...v2.49.0)

---
updated-dependencies:
- dependency-name: apache-beam[gcp]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 18, 2023
1 parent 70ec4ad commit 568602c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
apache-beam[gcp]==2.43.0
apache-beam[gcp]==2.49.0
black==23.3.0
coverage>=6.4.4
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
name="data-pipeline",
version="0.0.1",
packages=setuptools.find_packages(),
install_requires=["apache-beam[gcp]==2.43.0"],
install_requires=["apache-beam[gcp]==2.49.0"],
package_data={"schema": ["*.json"]},
)

0 comments on commit 568602c

Please sign in to comment.