Skip to content
This repository was archived by the owner on Mar 4, 2024. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ itsdangerous==1.1.0
# via flask
jinja2==2.11.1
# via flask
markupsafe==1.1.1
# via jinja2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
pycparser==2.21
# via cffi
pyopenssl==22.0.0
Expand All @@ -46,5 +48,5 @@ simple-salesforce==0.74.3
# via -r requirements.in
urllib3==1.25.8
# via requests
werkzeug==1.0.0
werkzeug==2.3.8
# via flask
8 changes: 5 additions & 3 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,10 @@ jinja2==2.11.1
# via flask
lxml==4.8.0
# via zeep
markupsafe==1.1.1
# via jinja2
markupsafe==2.1.3
# via
# jinja2
# werkzeug
mccabe==0.6.1
# via flake8
more-itertools==8.2.0
Expand Down Expand Up @@ -105,7 +107,7 @@ urllib3==1.25.8
# selenium
wcwidth==0.1.8
# via pytest
werkzeug==1.0.0
werkzeug==2.3.8
# via
# flask
# pytest-flask
Expand Down