Skip to content

Commit

Permalink
chore: Update dependencies in pyproject.toml and requirements.txt
Browse files Browse the repository at this point in the history
- Added "netaddr" to pyproject.toml as a new dependency.
- Added "netaddr" version 1.2.1 to requirements.txt to ensure consistency across environments.
  • Loading branch information
Searge committed Apr 15, 2024
1 parent 2871832 commit 7482479
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ dependencies = [
"passlib>=1.7",
"docker",
"kubernetes",
"netaddr",
"ruff",
"yamllint",
"ansible-lint",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ mdurl==0.1.2
# via markdown-it-py
mypy-extensions==1.0.0
# via black
netaddr==1.2.1
oauthlib==3.2.2
# via
# kubernetes
Expand Down

0 comments on commit 7482479

Please sign in to comment.