Skip to content

Commit

Permalink
update lock file for python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
aszs committed Oct 31, 2024
1 parent ac8837a commit f1550d1
Show file tree
Hide file tree
Showing 2 changed files with 271 additions and 156 deletions.
10 changes: 4 additions & 6 deletions unfurl/templates/python3.13/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,19 @@ importlib-metadata = "<=4.12.0"
certifi = "*"
pipenv = "==2024.0.0"
click = "<8.1.4,>=8.0.1"
jsonschema = {extras = ["format_nongpl"], version = "==3.2"}
jsonschema = {extras = ["format_nongpl"], version = "*"}
"ruamel.yaml" = "==0.17.21"
ansible-core = "<=2.15.9,>=2.11.12"
gitpython = "==3.1.41"
rich = "==12.4.4"
rich-click = ">=1.8.0"
itsdangerous = "==2.0.1"
markupsafe = "<=2.1.1"
jinja2 = "==3.1.3"
typing-extensions = ">=4.7"
flask = "<=2.1.3"
flask = "==2.3.3"
flask-caching = "<=2.0.1"
flask-cors = "==3.0.10"
werkzeug = "==2.2.3"
uvicorn = "<=0.18.2"
flask-cors = "==5.0.0"
waitress = ">=3.0.0"
python-gitlab = "==3.13.0"
tosca = ">=0.0.8"
tenacity = ">=6.1.0"
Expand Down
Loading

0 comments on commit f1550d1

Please sign in to comment.