Skip to content
Merged
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
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v3
- name: Set up Python 3.14
uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.14"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
16 changes: 10 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
#
# This file is autogenerated by pip-compile with Python 3.13
# This file is autogenerated by pip-compile with Python 3.14
# by the following command:
#
# pip-compile
# pip-compile --pip-args='--only-binary :all:' requirements.in
#
--only-binary :all:

attrs==25.3.0
# via zeep
certifi==2025.1.31
# via requests
cffi==1.17.1
cffi==2.1.0
# via cryptography
charset-normalizer==3.4.1
# via requests
colorama==0.4.6
# via tqdm
cryptography==44.0.2
# via pyjwt
idna==3.10
# via requests
isodate==0.7.2
# via zeep
lxml==5.3.2
lxml==6.1.1
# via zeep
more-itertools==10.6.0
# via simple-salesforce
numpy==2.2.4
numpy==2.5.1
# via pandas
pandas==2.3.2
pandas==3.0.5
# via -r requirements.in
platformdirs==4.3.7
# via zeep
Expand Down
Loading