Skip to content

Commit

Permalink
Merge branch 'main' into typing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-shaw authored Jan 27, 2025
2 parents 8433c02 + 6b75c28 commit 4cfcbf5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.12
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.12
python-version: 3.13
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ cssmin==0.2.0
# via -r requirements.in
deepmerge==2.0
# via govuk-frontend-wtf
deprecated==1.2.15
deprecated==1.2.17
# via limits
dnspython==2.7.0
# via email-validator
Expand Down
2 changes: 1 addition & 1 deletion requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile requirements_dev.in
#
attrs==24.3.0
attrs==25.1.0
# via flake8-bugbear
bandit==1.8.2
# via -r requirements_dev.in
Expand Down

0 comments on commit 4cfcbf5

Please sign in to comment.