Skip to content

Commit

Permalink
Merge pull request #1 from KnpLabs/chore/upgrades
Browse files Browse the repository at this point in the history
chore: Upgrades
  • Loading branch information
Swanoo authored Aug 20, 2024
2 parents dce6a98 + 8ee237d commit 3f58af3
Show file tree
Hide file tree
Showing 5 changed files with 533 additions and 388 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ url = "https://pypi.org/simple"
verify_ssl = true

[dev-packages]
pytest = ">=5.1"
mypy = ">=0.720"
yapf = ">=0.28"
pytest-cov = "*"
pytest = "==8.3.2"
mypy = "==1.11.1"
yapf = "==0.40.2"
pytest-cov = "==5.0.0"

[packages]
kitipy = {path = ".", editable = true}
boto3-stubs = {extras = ["cloudfront", "ecr", "ecs", "secretsmanager"], version = "==1.26.62"}
boto3-stubs = {extras = ["cloudfront", "ecr", "ecs", "secretsmanager"], version = "==1.35.1"}

[requires]
python_version = "3.12.4"
Loading

0 comments on commit 3f58af3

Please sign in to comment.