Skip to content

Commit

Permalink
renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
lociii committed Nov 20, 2024
1 parent e7e86ce commit a0fb941
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 13 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions example/requirements.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit a0fb941

Please sign in to comment.