Skip to content

Commit

Permalink
Bump the minor-python group in /run_ingestion with 2 updates
Browse files Browse the repository at this point in the history
Bumps the minor-python group in /run_ingestion with 2 updates: [pylint](https://github.com/pylint-dev/pylint) and [requests](https://github.com/psf/requests).


Updates `pylint` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v3.1.0...v3.1.1)

Updates `requests` from 2.24.0 to 2.31.0
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.24.0...v2.31.0)

---
updated-dependencies:
- dependency-name: pylint
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor-python
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor-python
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 13, 2024
1 parent cb1c59d commit 16ee2a3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions run_ingestion/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ certifi==2020.6.20
# via requests
cffi==1.15.1
# via google-crc32c
chardet==3.0.4
charset-normalizer==3.3.2
# via requests
click==7.1.2
# via flask
Expand Down Expand Up @@ -102,7 +102,7 @@ pyasn1-modules==0.2.8
# via google-auth
pycparser==2.20
# via cffi
pylint==3.1.0
pylint==3.1.1
# via -r ../python/ingestion/requirements.in
python-dateutil==2.9.0.post0
# via pandas
Expand All @@ -112,7 +112,7 @@ pytz==2020.1
# pandas
pyyaml==5.3.1
# via libcst
requests==2.24.0
requests==2.31.0
# via
# -r ../python/ingestion/requirements.in
# google-api-core
Expand All @@ -129,7 +129,7 @@ six==1.15.0
# python-dateutil
tomlkit==0.12.4
# via pylint
typing-extensions==4
typing-extensions==4.0.0
# via
# libcst
# typing-inspect
Expand Down

0 comments on commit 16ee2a3

Please sign in to comment.