Skip to content

Commit

Permalink
pip: (deps): bump the updates group with 7 updates (#133)
Browse files Browse the repository at this point in the history
Bumps the updates group with 7 updates:

| Package | From | To |
| --- | --- | --- |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.10.0` | `24.12.2` |
| [attrs](https://github.com/sponsors/hynek) | `24.2.0` | `24.3.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2024.12.14` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.36.0` | `2.37.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.21.0` | `0.22.3` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.3` | `2.3.0` |


Updates `ansible-lint` from 24.10.0 to 24.12.2
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.10.0...v24.12.2)

Updates `attrs` from 24.2.0 to 24.3.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `certifi` from 2024.8.30 to 2024.12.14
- [Commits](certifi/python-certifi@2024.08.30...2024.12.14)

Updates `google-auth` from 2.36.0 to 2.37.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.36.0...v2.37.0)

Updates `rpds-py` from 0.21.0 to 0.22.3
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.21.0...v0.22.3)

Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `urllib3` from 2.2.3 to 2.3.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@2.2.3...2.3.0)

---
updated-dependencies:
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: updates
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 22, 2024
1 parent b875121 commit 35ce98b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ ansible-core==2.18.1
# ansible
# ansible-compat
# ansible-lint
ansible-lint==24.10.0
attrs==24.2.0
ansible-lint==24.12.2
attrs==24.3.0
# via
# jsonschema
# referencing
Expand All @@ -19,7 +19,7 @@ bracex==2.5.post1
# via wcmatch
cachetools==5.5.0
# via google-auth
certifi==2024.8.30
certifi==2024.12.14
# via
# kubernetes
# requests
Expand All @@ -34,7 +34,7 @@ cryptography==44.0.0
docker==7.1.0
filelock==3.16.1
# via ansible-lint
google-auth==2.36.0
google-auth==2.37.0
# via kubernetes
idna==3.10
# via requests
Expand Down Expand Up @@ -108,7 +108,7 @@ resolvelib==1.1.0
# via ansible-core
rich==13.9.4
# via ansible-lint
rpds-py==0.21.0
rpds-py==0.22.3
# via
# jsonschema
# referencing
Expand All @@ -119,15 +119,15 @@ ruamel-yaml==0.18.6
ruamel-yaml-clib==0.2.12
# via ruamel-yaml
ruff==0.8.1
six==1.16.0
six==1.17.0
# via
# kubernetes
# python-dateutil
subprocess-tee==0.4.2
# via
# ansible-compat
# ansible-lint
urllib3==2.2.3
urllib3==2.3.0
# via
# docker
# kubernetes
Expand Down

0 comments on commit 35ce98b

Please sign in to comment.