diff --git a/.github/workflows/release_on_pr.yml b/.github/workflows/release_on_pr.yml index 94fc641..9526de3 100644 --- a/.github/workflows/release_on_pr.yml +++ b/.github/workflows/release_on_pr.yml @@ -16,7 +16,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' cache: 'pip' # caching pip dependencies - name: Setup git diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b3954b9..0c96e1d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest, macos-latest] - python-version: [3.9, 3.13] + python-version: ['3.10', '3.14'] steps: - uses: actions/checkout@v5 @@ -42,7 +42,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - python-version: [3.9, 3.13] + python-version: ['3.10', '3.14'] steps: - uses: actions/checkout@v5 @@ -56,7 +56,7 @@ jobs: uses: actions/setup-go@v6 with: check-latest: true - go-version: '1.24' + go-version: '1.25' - name: Setup java uses: actions/setup-java@v5 @@ -98,7 +98,7 @@ jobs: strategy: matrix: os: [windows-latest, ubuntu-latest] - python-version: [3.9, 3.13] + python-version: ['3.10', '3.14'] steps: - uses: actions/checkout@v5 @@ -117,7 +117,7 @@ jobs: uses: actions/setup-go@v6 with: check-latest: true - go-version: '1.24' + go-version: '1.25' - uses: getgauge/setup-gauge@master with: diff --git a/python.json b/python.json index 839bb92..704b60c 100644 --- a/python.json +++ b/python.json @@ -1,6 +1,6 @@ { "id": "python", - "version": "0.4.12", + "version": "0.5.0", "description": "Python support for gauge", "run": { "windows": [ diff --git a/requirements.txt b/requirements.txt index 6aeefab..0243d10 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,34 +1,34 @@ appdirs==1.4.4 baron==0.10.1 -bleach==6.2.0 -certifi==2025.8.3 -charset-normalizer==3.4.3 -debugpy==1.8.16 -docutils==0.22 -grpcio==1.74.0 -grpcio-tools==1.74.0 -idna==3.10 +bleach==6.3.0 +certifi==2025.10.5 +charset-normalizer==3.4.4 +debugpy==1.8.17 +docutils==0.22.2 +grpcio==1.76.0 +grpcio-tools==1.76.0 +idna==3.11 importlib-metadata==8.7.0 jaraco.classes==3.4.0 keyring==25.6.0 -markdown-it-py==3.0.0 +markdown-it-py==4.0.0 mdurl==0.1.2 -more-itertools==10.7.0 +more-itertools==10.8.0 pkginfo==1.12.1.2 -protobuf==6.32.0 -pyfakefs==5.9.3 +protobuf==6.33.0 +pyfakefs==5.10.1 Pygments==2.19.2 readme-renderer==44.0 redbaron==0.9.2 requests==2.32.5 requests-toolbelt==1.0.0 rfc3986==2.0.0 -rich==14.1.0 +rich==14.2.0 rply==0.7.8 setuptools==80.9.0 six==1.17.0 -twine==6.1.0 +twine==6.2.0 urllib3==2.5.0 webencodings==0.5.1 zipp==3.23.0 -coverage==7.10.6 +coverage==7.11.0