diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index ec68277..562762b 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -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 diff --git a/requirements.txt b/requirements.txt index 54029b6..3900d3b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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