Commit graph

176 commits

Author SHA1 Message Date
dependabot[bot]
1d0a3be314
Bump requests from 2.28.2 to 2.31.0 in /dependencies/python (#4343) 2023-07-23 08:48:14 -07:00
Philip Mallegol-Hansen
ddb1589d62
Bumps PyYAML to 6.0.1 (#4497)
There's some conflict where PyYAML 6.0.0 and Cython 3.0 do not play well together, this version fixes that.
2023-07-21 15:04:44 -07:00
dependabot[bot]
a0b6172529
Bump mypy from 1.2.0 to 1.4.1 in /dependencies/python (#4463)
Bumps [mypy](https://github.com/python/mypy) from 1.2.0 to 1.4.1.
- [Commits](https://github.com/python/mypy/compare/v1.2.0...v1.4.1)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 11:38:05 -07:00
dependabot[bot]
d94108a1cb
Bump jsonpatch from 1.32 to 1.33 in /dependencies/python (#4461)
Bumps [jsonpatch](https://github.com/stefankoegl/python-json-patch) from 1.32 to 1.33.
- [Commits](https://github.com/stefankoegl/python-json-patch/compare/v1.32...v1.33)

---
updated-dependencies:
- dependency-name: jsonpatch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 15:37:54 +00:00
dependabot[bot]
5a2b7f716e
Bump tomlkit from 0.11.7 to 0.11.8 in /dependencies/python (#4462)
Bumps [tomlkit](https://github.com/sdispater/tomlkit) from 0.11.7 to 0.11.8.
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/sdispater/tomlkit/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sdispater/tomlkit/compare/0.11.7...0.11.8)

---
updated-dependencies:
- dependency-name: tomlkit
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 08:13:25 -07:00
dependabot[bot]
27da2f7740
Bump astroid from 2.15.4 to 2.15.6 in /dependencies/python (#4454)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.15.4 to 2.15.6.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.15.4...v2.15.6)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-10 05:29:02 +00:00
dependabot[bot]
83ab4f9ebe
Bump filelock from 3.12.0 to 3.12.2 in /dependencies/python (#4431)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.12.0 to 3.12.2.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.12.0...3.12.2)

---
updated-dependencies:
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 08:20:54 -07:00
dependabot[bot]
dd214f1e8d
Bump exceptiongroup from 1.1.1 to 1.1.2 in /dependencies/python (#4433)
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.1 to 1.1.2.
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.1.1...1.1.2)

---
updated-dependencies:
- dependency-name: exceptiongroup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-09 02:18:21 +00:00
dependabot[bot]
e4b28a6aff
Bump boto3 from 1.26.138 to 1.28.1 in /dependencies/python (#4452)
* Bump boto3 from 1.26.138 to 1.28.1 in /dependencies/python

Bumps [boto3](https://github.com/boto/boto3) from 1.26.138 to 1.28.1.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.26.138...1.28.1)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Updates botocore to match new boto3 version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-07-08 18:55:53 -07:00
dependabot[bot]
22728526b2
Bump sqlfluff from 2.1.0 to 2.1.2 in /dependencies/python (#4434)
Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 2.1.0 to 2.1.2.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sqlfluff/sqlfluff/compare/2.1.0...2.1.2)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-08 04:07:03 +00:00
dependabot[bot]
d428480827
Bump snakemake from 7.28.3 to 7.30.1 in /dependencies/python (#4411)
Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.28.3 to 7.30.1.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakemake/compare/v7.28.3...v7.30.1)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-30 00:30:42 +00:00
dependabot[bot]
b9bcc9ae58
Bump typing-extensions from 4.5.0 to 4.7.0 in /dependencies/python (#4412)
Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.5.0 to 4.7.0.
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](https://github.com/python/typing_extensions/compare/4.5.0...4.7.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-29 11:12:54 -07:00
dependabot[bot]
c7e082d5c0
Bump regex from 2023.3.23 to 2023.6.3 in /dependencies/python (#4401)
Bumps [regex](https://github.com/mrabarnett/mrab-regex) from 2023.3.23 to 2023.6.3.
- [Changelog](https://github.com/mrabarnett/mrab-regex/blob/hg/changelog.txt)
- [Commits](https://github.com/mrabarnett/mrab-regex/compare/2023.3.23...2023.6.3)

---
updated-dependencies:
- dependency-name: regex
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-28 14:01:50 -07:00
dependabot[bot]
882b30d6f2
Bump pydantic from 1.10.7 to 1.10.9 in /dependencies/python (#4370)
Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.9.
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md)
- [Commits](https://github.com/pydantic/pydantic/compare/v1.10.7...v1.10.9)

---
updated-dependencies:
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-20 20:58:24 +00:00
dependabot[bot]
089c732c47
Bump snakemake from 7.25.0 to 7.28.3 in /dependencies/python (#4390)
Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.25.0 to 7.28.3.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakemake/compare/v7.25.0...v7.28.3)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-06-19 08:24:30 -07:00
dependabot[bot]
b667f4e733
Bump argcomplete from 3.0.5 to 3.0.8 in /dependencies/python (#4125)
Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.0.5 to 3.0.8.
- [Release notes](https://github.com/kislyuk/argcomplete/releases)
- [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst)
- [Commits](https://github.com/kislyuk/argcomplete/compare/v3.0.5...v3.0.8)

---
updated-dependencies:
- dependency-name: argcomplete
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-05-26 00:41:03 +00:00
dependabot[bot]
bc1ce87416
Bump pygments from 2.15.0 to 2.15.1 in /dependencies/python (#4126)
Bumps [pygments](https://github.com/pygments/pygments) from 2.15.0 to 2.15.1.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.15.0...2.15.1)

---
updated-dependencies:
- dependency-name: pygments
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-05-25 23:20:47 +00:00
dependabot[bot]
db30455cd7
Bump psutil from 5.9.4 to 5.9.5 in /dependencies/python (#4128)
* Bump psutil from 5.9.4 to 5.9.5 in /dependencies/python

Bumps [psutil](https://github.com/giampaolo/psutil) from 5.9.4 to 5.9.5.
- [Release notes](https://github.com/giampaolo/psutil/releases)
- [Changelog](https://github.com/giampaolo/psutil/blob/master/HISTORY.rst)
- [Commits](https://github.com/giampaolo/psutil/compare/release-5.9.4...release-5.9.5)

---
updated-dependencies:
- dependency-name: psutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update dependencies/python/snakemake.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
Co-authored-by: Zack Koppert <zkoppert@github.com>
2023-05-25 15:33:01 -07:00
dependabot[bot]
6b1fb40cc9
Bump yamllint from 1.30.0 to 1.31.0 in /dependencies/python (#4129)
Bumps [yamllint](https://github.com/adrienverge/yamllint) from 1.30.0 to 1.31.0.
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/adrienverge/yamllint/compare/v1.30.0...v1.31.0)

---
updated-dependencies:
- dependency-name: yamllint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-05-25 11:40:22 -07:00
dependabot[bot]
13a32c69ae
Bump pylint from 2.17.2 to 2.17.4 in /dependencies/python (#4174)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.17.2 to 2.17.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.17.2...v2.17.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-25 04:53:30 +00:00
dependabot[bot]
d6d39cfe4d
Bump cfn-lint from 0.77.0 to 0.77.5 in /dependencies/python (#4195)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.77.0 to 0.77.5.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.77.0...v0.77.5)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 21:28:44 -07:00
dependabot[bot]
ef3fa689ce
Bump astroid from 2.15.2 to 2.15.4 in /dependencies/python (#4130)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.15.2 to 2.15.4.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.15.2...v2.15.4)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-05-24 20:57:16 -07:00
dependabot[bot]
235ca29b7c
Bump yq from 3.2.1 to 3.2.2 in /dependencies/python (#4124)
Bumps [yq](https://github.com/kislyuk/yq) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/kislyuk/yq/releases)
- [Changelog](https://github.com/kislyuk/yq/blob/develop/Changes.rst)
- [Commits](https://github.com/kislyuk/yq/compare/v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: yq
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-05-24 19:28:06 -07:00
dependabot[bot]
6aed5d4d5f
Bump aws-sam-translator from 1.64.0 to 1.65.0 in /dependencies/python (#4123)
Bumps [aws-sam-translator](https://github.com/awslabs/serverless-application-model) from 1.64.0 to 1.65.0.
- [Release notes](https://github.com/awslabs/serverless-application-model/releases)
- [Commits](https://github.com/awslabs/serverless-application-model/compare/v1.64.0...v1.65.0)

---
updated-dependencies:
- dependency-name: aws-sam-translator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Philip Mallegol-Hansen <philip@mallegolhansen.com>
2023-05-24 18:55:17 -07:00
dependabot[bot]
97bbbd296e
Bump filelock from 3.11.0 to 3.12.0 in /dependencies/python (#4146)
Bumps [filelock](https://github.com/tox-dev/py-filelock) from 3.11.0 to 3.12.0.
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/py-filelock/blob/main/docs/changelog.rst)
- [Commits](https://github.com/tox-dev/py-filelock/compare/3.11.0...3.12.0)

---
updated-dependencies:
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 19:46:42 +00:00
dependabot[bot]
365cc59b7c
Bump rich from 13.3.4 to 13.3.5 in /dependencies/python (#4157)
Bumps [rich](https://github.com/Textualize/rich) from 13.3.4 to 13.3.5.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Textualize/rich/compare/v13.3.4...v13.3.5)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 19:15:51 +00:00
dependabot[bot]
c19a8cfcb5
Bump ansible-lint from 6.14.6 to 6.16.2 in /dependencies/python (#4253)
Bumps [ansible-lint](https://github.com/ansible/ansible-lint) from 6.14.6 to 6.16.2.
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](https://github.com/ansible/ansible-lint/compare/v6.14.6...v6.16.2)

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-24 01:03:38 +00:00
dependabot[bot]
1899a93d59
Bump sqlfluff from 2.0.5 to 2.1.0 in /dependencies/python (#4178)
Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 2.0.5 to 2.1.0.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sqlfluff/sqlfluff/compare/2.0.5...2.1.0)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 17:15:23 -07:00
dependabot[bot]
8a89630159
Bump platformdirs from 3.2.0 to 3.5.1 in /dependencies/python (#4200)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.2.0 to 3.5.1.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/platformdirs/platformdirs/compare/3.2.0...3.5.1)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 12:39:48 -07:00
dependabot[bot]
31d729d6ca
Bump boto3 from 1.26.114 to 1.26.138 in /dependencies/python (#4233)
Bumps [boto3](https://github.com/boto/boto3) from 1.26.114 to 1.26.138.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.26.114...1.26.138)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 05:14:58 +00:00
dependabot[bot]
da29e668cd
Bump botocore from 1.29.114 to 1.29.138 in /dependencies/python (#4236)
Bumps [botocore](https://github.com/boto/botocore) from 1.29.114 to 1.29.138.
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.29.114...1.29.138)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-22 21:51:54 -07:00
dependabot[bot]
0bd6de520a
Bump ansible-core from 2.14.4 to 2.15.0 in /dependencies/python (#4218)
Bumps [ansible-core](https://github.com/ansible/ansible) from 2.14.4 to 2.15.0.
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](https://github.com/ansible/ansible/compare/v2.14.4...v2.15.0)

---
updated-dependencies:
- dependency-name: ansible-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-05-23 04:01:02 +00:00
Super-Linter Automation
024514974a Update Python dependencies 2023-04-16 22:23:13 -04:00
Super-Linter Automation
21a606688b Update Python dependencies 2023-04-10 14:51:50 -04:00
Super-Linter Automation
67f15bf54c Update Python dependencies 2023-01-22 18:53:51 -05:00
Super-Linter Automation
fd53b78588 Update Python dependencies 2023-01-16 20:07:10 -05:00
Super-Linter Automation
42f676bd3e Update Python dependencies 2023-01-09 09:40:39 -05:00
Super-Linter Automation
7af33d146f Update Python dependencies 2023-01-08 23:03:26 -05:00
Super-Linter Automation
6364a8c262 Update Python dependencies 2023-01-03 23:54:26 -05:00
Super-Linter Automation
70bb091689 Update Python dependencies 2023-01-03 11:31:26 -05:00
Super-Linter Automation
5451094101 Update Python dependencies 2022-12-26 09:36:28 -05:00
Super-Linter Automation
f5f9a755e7 Update Python dependencies 2022-12-20 11:01:54 -05:00
dependabot[bot]
f2bc5785e3
Bump pylint from 2.15.3 to 2.15.4 in /dependencies/python (#3447)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.15.3 to 2.15.4.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.15.3...v2.15.4)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 08:26:44 -05:00
dependabot[bot]
0e2907313c
Bump astroid from 2.12.10 to 2.12.11 in /dependencies/python (#3438)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.12.10 to 2.12.11.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.12.10...v2.12.11)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-10-10 18:54:37 +00:00
dependabot[bot]
8e0c830a9a
Bump cfn-lint from 0.66.0 to 0.67.0 in /dependencies/python (#3443)
Bumps [cfn-lint](https://github.com/aws-cloudformation/cfn-python-lint) from 0.66.0 to 0.67.0.
- [Release notes](https://github.com/aws-cloudformation/cfn-python-lint/releases)
- [Changelog](https://github.com/aws-cloudformation/cfn-lint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/aws-cloudformation/cfn-python-lint/compare/v0.66.0...v0.67.0)

---
updated-dependencies:
- dependency-name: cfn-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 18:33:10 +00:00
dependabot[bot]
8ddf7760f8
Bump nbformat from 5.6.1 to 5.7.0 in /dependencies/python (#3444)
Bumps [nbformat]() from 5.6.1 to 5.7.0.

---
updated-dependencies:
- dependency-name: nbformat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-10 13:31:30 -05:00
github-actions[bot]
4e5b33defa
Update Python dependencies (#3425)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-10-10 12:35:54 -05:00
Super-Linter Automation
71fe17b02c Update Python dependencies 2022-10-02 21:41:42 -05:00
dependabot[bot]
ea95841e8b
Bump mypy from 0.971 to 0.981 in /dependencies/python (#3353)
Bumps [mypy](https://github.com/python/mypy) from 0.971 to 0.981.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.971...v0.981)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 14:48:27 +00:00
dependabot[bot]
f79c9e933c
Bump nbformat from 5.6.0 to 5.6.1 in /dependencies/python (#3354)
Bumps [nbformat]() from 5.6.0 to 5.6.1.

---
updated-dependencies:
- dependency-name: nbformat
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 09:24:19 +00:00
dependabot[bot]
abc2f61dd4
Bump snakemake from 7.14.0 to 7.14.1 in /dependencies/python (#3355)
Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.14.0 to 7.14.1.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakemake/compare/v7.14.0...v7.14.1)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-27 08:37:15 +00:00
github-actions[bot]
4afd71e176
Update Python dependencies (#3348)
Co-authored-by: Super-Linter Automation <noreply@github.com>
Co-authored-by: Marco Ferrari <ferrari.marco@gmail.com>
2022-09-26 13:48:52 -05:00
github-actions[bot]
f5193dd525
Update Python dependencies (#3229)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-08-15 09:12:35 -05:00
github-actions[bot]
2b0d830b1f
Update Python dependencies (#3185)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-08-01 13:16:46 -05:00
github-actions[bot]
da1c6a1cff
Update Python dependencies (#3167)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-07-25 08:29:37 -05:00
github-actions[bot]
4480c1e56c
Update Python dependencies (#3124)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-07-11 10:07:29 -05:00
github-actions[bot]
8c67cfdae6
Update Python dependencies (#3102)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-07-06 13:07:24 -05:00
github-actions[bot]
45da75044f
Update Python dependencies (#3047)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-06-20 09:29:41 -05:00
dependabot[bot]
7c7c4e9dea
Bump snakefmt from 0.6.0 to 0.6.1 in /dependencies/python (#3030)
Bumps [snakefmt](https://github.com/snakemake/snakefmt) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/snakemake/snakefmt/releases)
- [Changelog](https://github.com/snakemake/snakefmt/blob/master/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakefmt/compare/v0.6.0...0.6.1)

---
updated-dependencies:
- dependency-name: snakefmt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-13 14:30:09 -05:00
github-actions[bot]
359371f18c
Update Python dependencies (#3017)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-06-13 13:54:01 -05:00
github-actions[bot]
dfad0c8b83
Update Python dependencies (#3000)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-06-06 08:12:54 -05:00
dependabot[bot]
a7c516e985
Bump ansible-lint from 6.2.1 to 6.2.2 in /dependencies/python (#2982)
Bumps [ansible-lint](https://github.com/ansible-community/ansible-lint) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/ansible-community/ansible-lint/releases)
- [Commits](https://github.com/ansible-community/ansible-lint/compare/v6.2.1...v6.2.2)

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 13:10:17 -05:00
dependabot[bot]
adba928f1f
Bump snakemake from 7.8.0 to 7.8.1 in /dependencies/python (#2991)
Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.8.0 to 7.8.1.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakemake/compare/v7.8.0...v7.8.1)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 13:09:56 -05:00
github-actions[bot]
d152bd07a3
Update Python dependencies (#2966)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-05-31 08:29:24 -05:00
dependabot[bot]
7743238998
Bump ansible-compat from 2.0.4 to 2.1.0 in /dependencies/python (#2940)
Bumps [ansible-compat](https://github.com/ansible-community/ansible-compat) from 2.0.4 to 2.1.0.
- [Release notes](https://github.com/ansible-community/ansible-compat/releases)
- [Commits](https://github.com/ansible-community/ansible-compat/compare/v2.0.4...v2.1.0)

---
updated-dependencies:
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-05-23 14:51:32 -05:00
dependabot[bot]
4b09d92716
Bump rich from 12.4.1 to 12.4.3 in /dependencies/python (#2941)
Bumps [rich](https://github.com/willmcgugan/rich) from 12.4.1 to 12.4.3.
- [Release notes](https://github.com/willmcgugan/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/willmcgugan/rich/compare/v12.4.1...v12.4.3)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-05-23 14:51:23 -05:00
github-actions[bot]
0faf83234e
Weekly Python Updates (#2922)
* Update Python dependencies

* fix it

Co-authored-by: Super-Linter Automation <noreply@github.com>
Co-authored-by: Admiral Awkbar <admiralawkbar@github.com>
2022-05-23 13:26:07 -05:00
github-actions[bot]
f26cfb25dc
Update Python dependencies (#2895)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-05-16 12:55:12 -05:00
dependabot[bot]
c97a0cdee5
Bump astroid from 2.11.4 to 2.11.5 in /dependencies/python (#2889)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.4 to 2.11.5.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.11.4...v2.11.5)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 09:44:25 -05:00
Super-Linter Automation
1f1e382781 Update Python dependencies 2022-05-09 01:38:28 -04:00
dependabot[bot]
cbbe315ea5
Bump pylint from 2.13.7 to 2.13.8 in /dependencies/python (#2866)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.7 to 2.13.8.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.7...v2.13.8)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 10:40:26 -05:00
dependabot[bot]
4c791239f9
Bump wrapt from 1.14.0 to 1.14.1 in /dependencies/python (#2867)
Bumps [wrapt](https://github.com/GrahamDumpleton/wrapt) from 1.14.0 to 1.14.1.
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](https://github.com/GrahamDumpleton/wrapt/compare/1.14.0...1.14.1)

---
updated-dependencies:
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 10:40:16 -05:00
dependabot[bot]
7a7ec69f3a
Bump astroid from 2.11.2 to 2.11.4 in /dependencies/python (#2863)
Bumps [astroid](https://github.com/PyCQA/astroid) from 2.11.2 to 2.11.4.
- [Release notes](https://github.com/PyCQA/astroid/releases)
- [Changelog](https://github.com/PyCQA/astroid/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/astroid/compare/v2.11.2...v2.11.4)

---
updated-dependencies:
- dependency-name: astroid
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Lukas Gravley <admiralawkbar@github.com>
2022-05-02 09:55:45 -05:00
github-actions[bot]
651cff3720
Update Python dependencies (#2852)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-05-02 09:22:46 -05:00
dependabot[bot]
65d1435da5
Bump platformdirs from 2.5.1 to 2.5.2 in /dependencies/python (#2797)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 2.5.1 to 2.5.2.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/platformdirs/platformdirs/compare/2.5.1...2.5.2)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 11:11:24 -07:00
dependabot[bot]
c5c1f15247
Bump jupyter-core from 4.9.2 to 4.10.0 in /dependencies/python (#2804)
Bumps [jupyter-core](https://github.com/jupyter/jupyter_core) from 4.9.2 to 4.10.0.
- [Release notes](https://github.com/jupyter/jupyter_core/releases)
- [Changelog](https://github.com/jupyter/jupyter_core/blob/main/docs/changelog.rst)
- [Commits](https://github.com/jupyter/jupyter_core/compare/4.9.2...4.10.0)

---
updated-dependencies:
- dependency-name: jupyter-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 11:11:16 -07:00
dependabot[bot]
427dabfefa
Bump typing-extensions from 4.1.1 to 4.2.0 in /dependencies/python (#2796)
Bumps [typing-extensions](https://github.com/python/typing) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/python/typing/releases)
- [Changelog](https://github.com/python/typing/blob/master/typing_extensions/CHANGELOG)
- [Commits](https://github.com/python/typing/compare/4.1.1...4.2.0)

---
updated-dependencies:
- dependency-name: typing-extensions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-20 10:28:57 -07:00
github-actions[bot]
8a14c40fe8
Update Python dependencies (#2788)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-04-19 10:00:30 -07:00
Barry Pollard
d597ca4472
SQLFluff 0.12.0 upgrade (#2786) 2022-04-12 10:28:29 -05:00
dependabot[bot]
871a04a747
Bump aws-sam-translator from 1.44.0 to 1.45.0 in /dependencies/python (#2774)
Bumps [aws-sam-translator](https://github.com/awslabs/serverless-application-model) from 1.44.0 to 1.45.0.
- [Release notes](https://github.com/awslabs/serverless-application-model/releases)
- [Commits](https://github.com/awslabs/serverless-application-model/compare/v1.44.0...v1.45.0)

---
updated-dependencies:
- dependency-name: aws-sam-translator
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 14:05:30 -05:00
dependabot[bot]
1b0a2965ad
Bump yte from 1.2.0 to 1.2.1 in /dependencies/python (#2775)
Bumps [yte](https://github.com/koesterlab/yte) from 1.2.0 to 1.2.1.
- [Release notes](https://github.com/koesterlab/yte/releases)
- [Changelog](https://github.com/koesterlab/yte/blob/main/CHANGELOG.md)
- [Commits](https://github.com/koesterlab/yte/compare/v1.2.0...v1.2.1)

---
updated-dependencies:
- dependency-name: yte
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 12:55:49 -05:00
dependabot[bot]
c75a86ac67
Bump boto3 from 1.21.32 to 1.21.37 in /dependencies/python (#2777)
Bumps [boto3](https://github.com/boto/boto3) from 1.21.32 to 1.21.37.
- [Release notes](https://github.com/boto/boto3/releases)
- [Changelog](https://github.com/boto/boto3/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/boto3/compare/1.21.32...1.21.37)

---
updated-dependencies:
- dependency-name: boto3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 12:55:41 -05:00
dependabot[bot]
b3b0e66df5
Bump pyparsing from 3.0.7 to 3.0.8 in /dependencies/python (#2776)
Bumps [pyparsing](https://github.com/pyparsing/pyparsing) from 3.0.7 to 3.0.8.
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](https://github.com/pyparsing/pyparsing/compare/pyparsing_3.0.7...pyparsing_3.0.8)

---
updated-dependencies:
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 11:41:05 -05:00
dependabot[bot]
8f5a63fdd2
Bump pylint from 2.13.4 to 2.13.5 in /dependencies/python (#2778)
Bumps [pylint](https://github.com/PyCQA/pylint) from 2.13.4 to 2.13.5.
- [Release notes](https://github.com/PyCQA/pylint/releases)
- [Changelog](https://github.com/PyCQA/pylint/blob/main/ChangeLog)
- [Commits](https://github.com/PyCQA/pylint/compare/v2.13.4...v2.13.5)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 11:40:58 -05:00
dependabot[bot]
77f5231f7a
Bump botocore from 1.24.32 to 1.24.37 in /dependencies/python (#2780)
Bumps [botocore](https://github.com/boto/botocore) from 1.24.32 to 1.24.37.
- [Release notes](https://github.com/boto/botocore/releases)
- [Changelog](https://github.com/boto/botocore/blob/develop/CHANGELOG.rst)
- [Commits](https://github.com/boto/botocore/compare/1.24.32...1.24.37)

---
updated-dependencies:
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 11:40:52 -05:00
dependabot[bot]
7affc6d457
Bump jsonpointer from 2.2 to 2.3 in /dependencies/python (#2781)
Bumps [jsonpointer](https://github.com/stefankoegl/python-json-pointer) from 2.2 to 2.3.
- [Release notes](https://github.com/stefankoegl/python-json-pointer/releases)
- [Commits](https://github.com/stefankoegl/python-json-pointer/compare/v2.2...v2.3)

---
updated-dependencies:
- dependency-name: jsonpointer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 11:40:45 -05:00
dependabot[bot]
9fb2ee2123
Bump rich from 12.1.0 to 12.2.0 in /dependencies/python (#2782)
Bumps [rich](https://github.com/willmcgugan/rich) from 12.1.0 to 12.2.0.
- [Release notes](https://github.com/willmcgugan/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](https://github.com/willmcgugan/rich/compare/v12.1.0...v12.2.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 11:40:38 -05:00
dependabot[bot]
a018601aef
Bump networkx from 2.7.1 to 2.8 in /dependencies/python (#2783)
Bumps [networkx](https://github.com/networkx/networkx) from 2.7.1 to 2.8.
- [Release notes](https://github.com/networkx/networkx/releases)
- [Commits](https://github.com/networkx/networkx/compare/networkx-2.7.1...networkx-2.8)

---
updated-dependencies:
- dependency-name: networkx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-11 11:39:50 -05:00
Super-Linter Automation
401a175228 Update Python dependencies 2022-04-04 09:32:17 -04:00
Super-Linter Automation
9f875389ff Update Python dependencies 2022-03-28 09:35:32 -04:00
github-actions[bot]
2bcdb3d248
Update Python dependencies (#2644)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-03-21 13:09:41 -05:00
dependabot[bot]
6abfa2b339
Bump snakemake from 7.1.0 to 7.2.1 in /dependencies/python (#2637)
Bumps [snakemake](https://github.com/snakemake/snakemake) from 7.1.0 to 7.2.1.
- [Release notes](https://github.com/snakemake/snakemake/releases)
- [Changelog](https://github.com/snakemake/snakemake/blob/main/CHANGELOG.md)
- [Commits](https://github.com/snakemake/snakemake/compare/v7.1.0...v7.2.1)

---
updated-dependencies:
- dependency-name: snakemake
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-14 10:48:30 -05:00
github-actions[bot]
07b2cc9eab
Update Python dependencies (#2616)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-03-14 08:54:52 -05:00
Super-Linter Automation
71957137ef Update Python dependencies 2022-03-07 10:32:23 -05:00
Super-Linter Automation
27aa4a2bb5 Update Python dependencies 2022-03-01 10:52:09 -05:00
Super-Linter Automation
3403d67934 Update Python dependencies 2022-02-28 09:27:26 -05:00
github-actions[bot]
069df12b17
Update Python dependencies (#2546)
Co-authored-by: Super-Linter Automation <noreply@github.com>
2022-02-22 11:21:32 -06:00
dependabot[bot]
12927d1882
Bump markupsafe from 2.0.1 to 2.1.0 in /dependencies/python (#2524)
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 2.0.1 to 2.1.0.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/markupsafe/compare/2.0.1...2.1.0)

---
updated-dependencies:
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 08:58:27 -06:00
dependabot[bot]
128512ec69
Bump cpplint from 1.5.5 to 1.6.0 in /dependencies/python (#2527)
Bumps [cpplint](https://github.com/cpplint/cpplint) from 1.5.5 to 1.6.0.
- [Release notes](https://github.com/cpplint/cpplint/releases)
- [Changelog](https://github.com/cpplint/cpplint/blob/1.6.0/changelog.rst)
- [Commits](https://github.com/cpplint/cpplint/compare/1.5.5...1.6.0)

---
updated-dependencies:
- dependency-name: cpplint
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 08:58:18 -06:00
dependabot[bot]
e785cad6fb
Bump sqlfluff from 0.10.0 to 0.10.1 in /dependencies/python (#2528)
Bumps [sqlfluff](https://github.com/sqlfluff/sqlfluff) from 0.10.0 to 0.10.1.
- [Release notes](https://github.com/sqlfluff/sqlfluff/releases)
- [Changelog](https://github.com/sqlfluff/sqlfluff/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sqlfluff/sqlfluff/compare/0.10.0...0.10.1)

---
updated-dependencies:
- dependency-name: sqlfluff
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-22 08:58:10 -06:00