Skip to content

Commit

Permalink
Merge pull request #13 from glasswalk3r/chore/upgrade-versions
Browse files Browse the repository at this point in the history
Chore/upgrade versions
  • Loading branch information
glasswalk3r committed Apr 3, 2024
2 parents f204f16 + f5e25f0 commit 2decc54
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 11 deletions.
12 changes: 4 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

---
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: pip # See documentation for possible values
directory: / # Location of package manifests
schedule:
interval: "weekly"
interval: weekly
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- '3.9'
- '3.10'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: '${{ matrix.python-version }}'

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ endef
export PRINT_HELP_PYSCRIPT

BROWSER := python -c "$$BROWSER_PYSCRIPT"
PYTHON_VERSION=3.8.5
PYTHON_VERSION=3.11.4
PROJECT_NAME=$(shell basename $$PWD)

help:
Expand Down

0 comments on commit 2decc54

Please sign in to comment.