Skip to content

Commit

Permalink
fix(Pipfile): pin cookiecutter and urllib3 versions to ensure consist…
Browse files Browse the repository at this point in the history
…ent builds and avoid potential issues with future versions (#156)

fix(Pipfile.lock): upgrade certifi package to 2024.07.04
fix(yarn.lock): upgrade ip package to 1.1.9
  • Loading branch information
Hesbon5600 authored Sep 23, 2024
1 parent 8f22ca5 commit 6ffc857
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 163 deletions.
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
cookiecutter = "*"
urllib3 = "*"
cookiecutter = "==2.4.0"
urllib3 = "==2.1.0"
django = "==3.2.23"

[dev-packages]
Expand Down
Loading

0 comments on commit 6ffc857

Please sign in to comment.