Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/pip/pylint-3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bachya authored Dec 18, 2023
2 parents d8aa448 + b373b9b commit 2590701
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 29 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v4

- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3

- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
49 changes: 23 additions & 26 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ pytest-cov = "^4.0.0"
pyupgrade = "^3.1.0"
pyyaml = "^6.0.1"
requests = ">=2.31.0"
ruff = ">=0.0.261,<0.1.8"
ruff = ">=0.0.261,<0.1.9"
safety = "^2.3.1"
sphinx-rtd-theme = ">=1,<3"
typing-extensions = "^4.8.0"
Expand Down

0 comments on commit 2590701

Please sign in to comment.