Skip to content

Commit 563e402

Browse files
kukushkingdependabot[bot]jaidisido
authored
Upd dependencies (#778)
* [skip ci] pip(deps): Update numpy requirement Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.18.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] pip(deps-dev): Bump isort from 5.9.0 to 5.9.1 Bumps [isort](https://github.com/pycqa/isort) from 5.9.0 to 5.9.1. - [Release notes](https://github.com/pycqa/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](PyCQA/isort@5.9.0...5.9.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] pip(deps-dev): Update ipython requirement Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](ipython/ipython@7.16.0...7.25.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] pip(deps): Update redshift-connector requirement Updates the requirements on [redshift-connector](https://github.com/aws/amazon-redshift-python-driver) to permit the latest version. - [Release notes](https://github.com/aws/amazon-redshift-python-driver/releases) - [Changelog](https://github.com/aws/amazon-redshift-python-driver/blob/master/CHANGELOG.md) - [Commits](aws/amazon-redshift-python-driver@v2.0.384...v2.0.882) --- updated-dependencies: - dependency-name: redshift-connector dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * [skip ci] pip(deps-dev): Bump s3fs from 0.4.2 to 2021.6.1 Bumps [s3fs](https://github.com/dask/s3fs) from 0.4.2 to 2021.6.1. - [Release notes](https://github.com/dask/s3fs/releases) - [Changelog](https://github.com/dask/s3fs/blob/main/release-procedure.md) - [Commits](fsspec/s3fs@0.4.2...2021.06.1) --- updated-dependencies: - dependency-name: s3fs dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: jaidisido <[email protected]>
1 parent 9831829 commit 563e402

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements-dev.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
wheel==0.36.2
2-
isort==5.9.0
2+
isort==5.9.1
33
black==21.6b0
44
pylint==2.8.3
55
flake8==3.9.2
@@ -19,10 +19,10 @@ sphinx==4.0.2
1919
sphinx_bootstrap_theme==0.7.1
2020
nbsphinx==0.8.6
2121
nbsphinx-link==1.3.0
22-
IPython~=7.16
22+
IPython~=7.25
2323
moto==2.0.10
2424
jupyterlab==3.0.16
25-
s3fs==0.4.2 # keep it at 0.4.2
25+
s3fs==2021.6.1 # keep it at 0.4.2
2626
python-Levenshtein==0.12.2
2727
bump2version==1.0.1
2828
-e .[sqlserver]

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
boto3>=1.16.8,<2.0.0
22
botocore>=1.19.8,<2.0.0
3-
numpy>=1.18.0,<1.21.0
3+
numpy>=1.18.0,<1.22.0
44
pandas>=1.1.0,<1.3.0
55
pyarrow>=2.0.0,<4.1.0
6-
redshift-connector~=2.0.0
6+
redshift-connector~=2.0.882
77
pymysql>=0.9.0,<1.1.0
88
pg8000>=1.16.0,<1.20.0
99
openpyxl~=3.0.0

0 commit comments

Comments
 (0)