From a0fb941eea00aef50847d0475604127f99c9cc7a Mon Sep 17 00:00:00 2001 From: Jens Nistler Date: Wed, 20 Nov 2024 15:36:37 +0100 Subject: [PATCH] renovate --- .github/workflows/workflow.yaml | 14 ++++++-------- example/requirements.txt | 10 +++++----- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 3723168..675e432 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -14,18 +14,16 @@ jobs: python-version: - "3.11" - "3.12" + - "3.13" django: - - "4.0" - - "4.1" - "4.2" - "5.0" + - "5.1" exclude: - - python-version: "3.11" - django: "4.0" - - python-version: "3.12" - django: "4.0" - - python-version: "3.12" - django: "4.1" + - python-version: "3.13" + django: "4.2" + - python-version: "3.13" + django: "5.0" steps: - uses: actions/checkout@v4 diff --git a/example/requirements.txt b/example/requirements.txt index 290e9fa..9688d42 100644 --- a/example/requirements.txt +++ b/example/requirements.txt @@ -1,5 +1,5 @@ -django==5.0.8 # famous web framework -confluent-kafka[avro, schema-registry]==2.5.0 -bump-my-version==0.26.0 # for making releases -ruff==0.6.1 # speed of light linter -setuptools==73.0.0 # without it PyCharm fails to index packages inside the Docker container +bump-my-version==0.28.1 +confluent-kafka[avro, schema-registry]==2.6.1 +django==5.1.3 +ruff==0.7.4 +setuptools==75.5.0 # without it PyCharm fails to index packages inside the Docker container