Browse Source

Merge pull request #467 from Kosmorro/dependabot/pip/master/argcomplete-3.7.0

chore(deps): bump argcomplete from 3.6.3 to 3.7.0
master
Deuchnord 1 week ago
committed by GitHub
parent
commit
d45d129ad8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions
  1. +4
    -4
      poetry.lock
  2. +1
    -1
      pyproject.toml

+ 4
- 4
poetry.lock View File

@@ -2,14 +2,14 @@

[[package]]
name = "argcomplete"
version = "3.6.3"
version = "3.7.0"
description = "Bash tab completion for argparse"
optional = false
python-versions = ">=3.8"
groups = ["main"]
files = [
{file = "argcomplete-3.6.3-py3-none-any.whl", hash = "sha256:f5007b3a600ccac5d25bbce33089211dfd49eab4a7718da3f10e3082525a92ce"},
{file = "argcomplete-3.6.3.tar.gz", hash = "sha256:62e8ed4fd6a45864acc8235409461b72c9a28ee785a2011cc5eb78318786c89c"},
{file = "argcomplete-3.7.0-py3-none-any.whl", hash = "sha256:d8f0f22d2a8a7caa383be1e22b6caf1ecaf0ebd10d8f83cc125e36540c95830c"},
{file = "argcomplete-3.7.0.tar.gz", hash = "sha256:afde224f753f874807b1dc1414e883ab8fe0cda9c04807b6047dcb8e1ac23913"},
]

[package.extras]
@@ -613,4 +613,4 @@ tests = ["pytest", "pytest-cov"]
[metadata]
lock-version = "2.1"
python-versions = "^3.12"
content-hash = "8fbdf8d0016b2de7b23bfbaad5b1ce04f92072696c50c621113943eb80108a53"
content-hash = "9f0f3c0efedf9ed65d701239f6cd59a8c74cc9e0f55488dfde4fa258abf8d146"

+ 1
- 1
pyproject.toml View File

@@ -16,7 +16,7 @@ dependencies = [
"python-dateutil (>=2.8,<3.0)",
"Babel (>=2.9,<3.0)",
"pytz (>=2025.2,<2027.0)",
"argcomplete (>=3.6.2,<4.0)",
"argcomplete (>=3.7.0,<4.0)",
]

include = [


Loading…
Cancel
Save