Skip to content

Commit

Permalink
chore(deps-dev): bump pyspark from 3.0.1 to 3.2.2
Browse files Browse the repository at this point in the history
Bumps [pyspark](https://github.com/apache/spark) from 3.0.1 to 3.2.2.
- [Release notes](https://github.com/apache/spark/releases)
- [Commits](apache/spark@v3.0.1...v3.2.2)

---
updated-dependencies:
- dependency-name: pyspark
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2022
1 parent 2dcb0d5 commit 0416327
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 6 deletions.
1 change: 0 additions & 1 deletion common/requirements-dev.txt

This file was deleted.

16 changes: 16 additions & 0 deletions common/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies for code quality control (testing, linting, static checks, etc.) ---------------------------------

flake8>=3.9.2
flake8-tidy-imports>=4.3.0
isort[colors]~=5.8.0
mock>=4.0.3
mypy>=0.812,<0.900
pytest>=6.2.4
pytest-cov>=2.12.0
pytest-env>=0.6.2
pytest-mock>=3.6.1
typed-ast>=1.4.3
pyspark==3.2.2
1 change: 0 additions & 1 deletion databuilder/requirements-dev.txt

This file was deleted.

16 changes: 16 additions & 0 deletions databuilder/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies for code quality control (testing, linting, static checks, etc.) ---------------------------------

flake8>=3.9.2
flake8-tidy-imports>=4.3.0
isort[colors]~=5.8.0
mock>=4.0.3
mypy>=0.812,<0.900
pytest>=6.2.4
pytest-cov>=2.12.0
pytest-env>=0.6.2
pytest-mock>=3.6.1
typed-ast>=1.4.3
pyspark==3.2.2
1 change: 0 additions & 1 deletion frontend/requirements-dev.txt

This file was deleted.

16 changes: 16 additions & 0 deletions frontend/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies for code quality control (testing, linting, static checks, etc.) ---------------------------------

flake8>=3.9.2
flake8-tidy-imports>=4.3.0
isort[colors]~=5.8.0
mock>=4.0.3
mypy>=0.812,<0.900
pytest>=6.2.4
pytest-cov>=2.12.0
pytest-env>=0.6.2
pytest-mock>=3.6.1
typed-ast>=1.4.3
pyspark==3.2.2
1 change: 0 additions & 1 deletion metadata/requirements-dev.txt

This file was deleted.

16 changes: 16 additions & 0 deletions metadata/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies for code quality control (testing, linting, static checks, etc.) ---------------------------------

flake8>=3.9.2
flake8-tidy-imports>=4.3.0
isort[colors]~=5.8.0
mock>=4.0.3
mypy>=0.812,<0.900
pytest>=6.2.4
pytest-cov>=2.12.0
pytest-env>=0.6.2
pytest-mock>=3.6.1
typed-ast>=1.4.3
pyspark==3.2.2
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ pytest-cov>=2.12.0
pytest-env>=0.6.2
pytest-mock>=3.6.1
typed-ast>=1.4.3
pyspark==3.0.1
pyspark==3.2.2
1 change: 0 additions & 1 deletion search/requirements-dev.txt

This file was deleted.

16 changes: 16 additions & 0 deletions search/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Copyright Contributors to the Amundsen project.
# SPDX-License-Identifier: Apache-2.0

# Common dependencies for code quality control (testing, linting, static checks, etc.) ---------------------------------

flake8>=3.9.2
flake8-tidy-imports>=4.3.0
isort[colors]~=5.8.0
mock>=4.0.3
mypy>=0.812,<0.900
pytest>=6.2.4
pytest-cov>=2.12.0
pytest-env>=0.6.2
pytest-mock>=3.6.1
typed-ast>=1.4.3
pyspark==3.2.2

0 comments on commit 0416327

Please sign in to comment.