Skip to content

Commit

Permalink
Update the pipenv configuration
Browse files Browse the repository at this point in the history
Update the Python version specified in the Pipfile and update the
lockfile using `pipenv lock` in the `src/` directory.
  • Loading branch information
mcdonnnj committed Jan 10, 2025
1 parent 159600b commit 6bf44a6
Show file tree
Hide file tree
Showing 2 changed files with 276 additions and 219 deletions.
2 changes: 1 addition & 1 deletion src/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ requests = "*"
urllib3 = "*"

[requires]
python_full_version = "3.11.8"
python_full_version = "3.12.8"
Loading

0 comments on commit 6bf44a6

Please sign in to comment.