Skip to content

Commit 13ade66

Browse files
authored
Merge pull request #264 from MightyCreak/chore/update-deps
chore: update dependencies
2 parents 5d8638b + 91851bc commit 13ade66

File tree

6 files changed

+10
-7
lines changed

6 files changed

+10
-7
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
flatpak-build-test:
5353
runs-on: ubuntu-24.04
5454
container:
55-
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-48
55+
image: ghcr.io/flathub-infra/flatpak-github-actions:gnome-49
5656
options: --privileged
5757
steps:
5858
- uses: actions/checkout@v6

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1010
### Changed
1111

1212
- Update release process documentation (@MightyCreak)
13+
- Minimal Pytnon release is now 3.10 (@MightyCreak)
14+
- Update flatpak's GNOME runtime to 49 (@MightyCreak)
15+
- Update PyPi requirements (@MightyCreak)
1316

1417
### Fixed
1518

docs/developers/developers-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Diffuse depends on these projects:
66

7-
* Python 3.8+
7+
* Python 3.10+
88
* PyPi
99
* Cairo and GObject Introspection development headers
1010
* Meson
@@ -81,7 +81,7 @@ git config --local core.hooksPath ./.githooks
8181
To build, test and install Diffuse locally:
8282

8383
```sh
84-
flatpak install runtime/org.gnome.Sdk/$(uname -m)/48
84+
flatpak install runtime/org.gnome.Sdk/$(uname -m)/49
8585
flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
8686
```
8787

io.github.mightycreak.Diffuse.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
app-id: io.github.mightycreak.Diffuse
22
runtime: org.gnome.Platform
3-
runtime-version: '48'
3+
runtime-version: '49'
44
sdk: org.gnome.Sdk
55
command: diffuse
66
finish-args:

requirements.dev.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
-r requirements.txt
2-
flake8 ~= 7.0
2+
flake8 ~= 7.2
33
flake8-noqa ~= 1.4
4-
mypy ~= 1.11
4+
mypy ~= 1.16

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
PyGObject ~= 3.48
1+
PyGObject ~= 3.54

0 commit comments

Comments
 (0)