Skip to content

Commit

Permalink
Update dependencies and python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ehanson8 committed Dec 18, 2024
1 parent 1f93abb commit 7ae4e8b
Show file tree
Hide file tree
Showing 5 changed files with 639 additions and 597 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.11 # set for project python version
python: python3.12 # set for project python version
repos:
- repo: local
hooks:
Expand Down
2 changes: 1 addition & 1 deletion .python-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.11.2
3.12
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requests-mock = "*"
ruff = "*"

[requires]
python_version = "3.11"
python_version = "3.12"

[scripts]
containers = "python -c \"from top_containers.cli import main; main()\""
Loading

0 comments on commit 7ae4e8b

Please sign in to comment.