Skip to content

Commit

Permalink
Bump the python group in /python with 5 updates
Browse files Browse the repository at this point in the history
Bumps the python group in /python with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [argcomplete](https://github.com/kislyuk/argcomplete) | `3.5.1` | `3.5.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.6.8` | `7.6.9` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.11.2` | `1.12.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.8.1` | `0.8.2` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |


Updates `argcomplete` from 3.5.1 to 3.5.2
- [Release notes](https://github.com/kislyuk/argcomplete/releases)
- [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst)
- [Commits](kislyuk/argcomplete@v3.5.1...v3.5.2)

Updates `coverage` from 7.6.8 to 7.6.9
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.6.8...7.6.9)

Updates `pkginfo` from 1.11.2 to 1.12.0

Updates `ruff` from 0.8.1 to 0.8.2
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.8.1...0.8.2)

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)

---
updated-dependencies:
- dependency-name: argcomplete
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: coverage
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: pkginfo
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python
- dependency-name: ruff
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python
- dependency-name: six
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 977eb82 commit a27ce69
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions python/dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file=dev-requirements.txt --all-extras pyproject.toml
argcomplete==3.5.1
argcomplete==3.5.2
# via nitor-vault (pyproject.toml)
boto3==1.35.56
# via threadlocal-aws
Expand All @@ -16,7 +16,7 @@ cffi==1.17.1
# via cryptography
charset-normalizer==3.4.0
# via requests
coverage==7.6.8
coverage==7.6.9
# via
# nitor-vault (pyproject.toml)
# coveralls
Expand Down Expand Up @@ -58,7 +58,7 @@ nh3==0.2.19
# via readme-renderer
packaging==24.2
# via build
pkginfo==1.11.2
pkginfo==1.12.0
# via twine
pycparser==2.22
# via cffi
Expand All @@ -85,13 +85,13 @@ rfc3986==2.0.0
# via twine
rich==13.9.4
# via twine
ruff==0.8.1
ruff==0.8.2
# via nitor-vault (pyproject.toml)
s3transfer==0.10.4
# via boto3
setuptools==75.6.0
# via nitor-vault (pyproject.toml)
six==1.16.0
six==1.17.0
# via python-dateutil
threadlocal-aws==0.11
# via nitor-vault (pyproject.toml)
Expand Down
4 changes: 2 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file was autogenerated by uv via the following command:
# uv pip compile --output-file=requirements.txt --strip-extras pyproject.toml
argcomplete==3.5.1
argcomplete==3.5.2
# via nitor-vault (pyproject.toml)
boto3==1.35.56
# via threadlocal-aws
Expand Down Expand Up @@ -34,7 +34,7 @@ requests==2.32.3
# threadlocal-aws
s3transfer==0.10.4
# via boto3
six==1.16.0
six==1.17.0
# via python-dateutil
threadlocal-aws==0.11
# via nitor-vault (pyproject.toml)
Expand Down

0 comments on commit a27ce69

Please sign in to comment.