Граф коммитов

1857 Коммитов

Автор SHA1 Сообщение Дата
dependabot[bot] 93569f1ca6
build(deps): bump platformdirs from 3.10.0 to 3.11.0 (#1485)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.10.0 to 3.11.0.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/platformdirs/platformdirs/compare/3.10.0...3.11.0)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 11:10:43 -04:00
dependabot[bot] df44ffc9e7
build(deps): bump urllib3 from 2.0.5 to 2.0.6 (#1483)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/v2.0.5...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 11:09:57 -04:00
Zeid Zabaneh 9919c6a514
gui: update hidden imports (bug 1856652) (#1487) 2023-10-03 11:09:06 -04:00
dependabot[bot] 78217eb428
build(deps): bump packaging from 23.1 to 23.2 (#1479)
Bumps [packaging](https://github.com/pypa/packaging) from 23.1 to 23.2.
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pypa/packaging/compare/23.1...23.2)

---
updated-dependencies:
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 15:42:24 -04:00
dependabot[bot] d43d72cfc6
build(deps): bump wcwidth from 0.2.6 to 0.2.8 (#1480)
Bumps [wcwidth](https://github.com/jquast/wcwidth) from 0.2.6 to 0.2.8.
- [Release notes](https://github.com/jquast/wcwidth/releases)
- [Commits](https://github.com/jquast/wcwidth/compare/0.2.6...0.2.8)

---
updated-dependencies:
- dependency-name: wcwidth
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-02 15:42:16 -04:00
Zeid Zabaneh a14fa13b65
requirements: pin universal2 binaries for PyInstaller (bug 1855547) (#1476) 2023-10-02 08:53:42 -04:00
Zeid Zabaneh 3886011c0d
gui: run black on gui.spec (#1477) 2023-09-28 15:21:11 -04:00
Zeid Zabaneh df67be4751
requirements: upgrade PySide6 & related packages (bug 1855256) (#1474) 2023-09-27 13:11:44 -04:00
Zeid Zabaneh 8d204ddc04
launchers: pass URL arg to Android launchers (bug 1852787) (#1453)
- add support for URL argument for Android launchers
- add tests
2023-09-27 09:20:10 -04:00
Zeid Zabaneh e9c693cbdc
fetch_configs, launchers: add thunderbird-l10n support (bug 1760826) (#1458)
- add support for thunderbird-l10n
- limit date range to when builds became available
- add tests
- move common functionality to `L10nMixin`
2023-09-27 08:35:43 -04:00
dependabot[bot] 3193ec655c
build(deps): bump pyinstaller from 5.13.2 to 6.0.0 (#1471)
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.2 to 6.0.0.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.13.2...v6.0.0)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 08:58:44 -04:00
Zeid Zabaneh c73a493c56
workflows: drop Python 3.7 (bug 1854134) (#1469)
- remove Python 3.7 from all workflows
- remove Python 3.7 requirement files
- upgrade setuptools-scm
2023-09-25 18:29:58 -04:00
Zeid Zabaneh d976fa099a
requirements: update various requirements (#1461)
- match install requirements constraints for applicable packages
- loosen the version requirement where applicable
- minor fix to prevent lint error
2023-09-25 15:28:07 -04:00
Zeid Zabaneh 2fa869d341
fetch_configs, launchers: add focus support (bug 1852620) (#1452)
- add "focus" as an app option
- add `FocusNightlyConfigMixin` and `FocusConfig` classes
- add `FocusLauncher` class
- update parametrized tests
2023-09-25 13:58:13 -04:00
Zeid Zabaneh aa86e13f07
fetch_configs, launchers: add Fenix nightlies support (bug 1556042) (#1451)
- add "fenix" as an app option in the cli
- update available arch options to include newer ones
- Add `FenixNightlyConfigMixin` and `FenixConfig` classes
- create new helper method `AndroidBrowser.launch_browser`
- move `adb.launch_fennec` calls to `adb.launch_application`
- create `FenixLauncher` class
- parametrize existing Fennec tests and update to support Fenix
- update cli help text
- add fenix as supported app in docs
2023-09-25 13:37:16 -04:00
Zeid Zabaneh ef3114dd2f
setup: remove deprecated flags (bug 1854687) (#1470) 2023-09-25 10:57:30 -04:00
dependabot[bot] 53e4eaa800
build(deps): bump pytest from 7.4.1 to 7.4.2 (#1447)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.1 to 7.4.2.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.1...7.4.2)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 15:45:27 -04:00
dependabot[bot] 7c2372a3c7
build(deps): bump taskcluster from 55.0.0 to 55.1.1 (#1448)
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 55.0.0 to 55.1.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v55.0.0...v55.1.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 15:44:51 -04:00
dependabot[bot] 413aad6041
build(deps): bump mozprofile from 2.6.0 to 2.6.1 (#1445)
Bumps [mozprofile](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 2.6.0 to 2.6.1.

---
updated-dependencies:
- dependency-name: mozprofile
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-07 15:20:47 -04:00
Zeid Zabaneh 6e3cfa253a
splash_hook: run hook only on darwin (bug 1851916) (#1444) 2023-09-07 14:16:51 -04:00
dependabot[bot] a3ed356025
build(deps): bump pyinstaller-hooks-contrib from 2023.7 to 2023.8 (#1438)
Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2023.7 to 2023.8.
- [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2023.7...2023.8)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 15:15:52 -04:00
dependabot[bot] d704d62464
build(deps): bump pyinstaller from 5.13.1 to 5.13.2 (#1437)
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.1 to 5.13.2.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v5.13.2/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.13.1...v5.13.2)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 15:15:17 -04:00
dependabot[bot] ffef61f50f
build(deps): bump pytest from 7.4.0 to 7.4.1 (#1439)
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.4.0 to 7.4.1.
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pytest-dev/pytest/compare/7.4.0...7.4.1)

---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 15:14:29 -04:00
dependabot[bot] 9f9b48ad60
build(deps): bump taskcluster from 54.4.2 to 55.0.0 (#1441)
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 54.4.2 to 55.0.0.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v54.4.2...v55.0.0)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 15:14:02 -04:00
dependabot[bot] 2717277031
build(deps): bump diskcache from 5.6.1 to 5.6.3 (#1442)
Bumps [diskcache](https://github.com/grantjenks/python-diskcache) from 5.6.1 to 5.6.3.
- [Commits](https://github.com/grantjenks/python-diskcache/compare/v5.6.1...v5.6.3)

---
updated-dependencies:
- dependency-name: diskcache
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-05 15:13:26 -04:00
Zeid Zabaneh 921190f612
gui: add splash screen hook (bug 1845573) (#1402)
- create new BUNDLE_WITH_TK class
- add required tcl/tk files to "lib" directory in bundle
- force resigning of bundle after it is assembled
- add splash runtime hook that shows a loading message
2023-08-29 15:31:29 -04:00
Zeid Zabaneh 2649b5427b
workflows: install missing libraries before build (bug 1828122) (#1427) 2023-08-28 16:19:39 -04:00
Zeid Zabaneh 0c8929c8a4
workflows: upgrade checkout and setup-python (bug 1849643) (#1435) 2023-08-28 15:51:41 -04:00
Zeid Zabaneh ff5281a48e
workflows: add push tag workflow to upload artifacts (bug 1849402) (#1432) 2023-08-28 15:49:37 -04:00
dependabot[bot] ae3b8fc644
build(deps): bump pyinstaller from 5.13.0 to 5.13.1 (#1433)
Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 5.13.0 to 5.13.1.
- [Release notes](https://github.com/pyinstaller/pyinstaller/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller/blob/v5.13.1/doc/CHANGES.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller/compare/v5.13.0...v5.13.1)

---
updated-dependencies:
- dependency-name: pyinstaller
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-28 10:21:25 -04:00
dependabot[bot] 60e5cb41c5
build(deps): bump click from 8.1.6 to 8.1.7 (#1429)
Bumps [click](https://github.com/pallets/click) from 8.1.6 to 8.1.7.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/8.1.6...8.1.7)

---
updated-dependencies:
- dependency-name: click
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 14:13:05 -04:00
dependabot[bot] 1f4b1002f3
build(deps): bump pyinstaller-hooks-contrib from 2023.6 to 2023.7 (#1430)
Bumps [pyinstaller-hooks-contrib](https://github.com/pyinstaller/pyinstaller-hooks-contrib) from 2023.6 to 2023.7.
- [Release notes](https://github.com/pyinstaller/pyinstaller-hooks-contrib/releases)
- [Changelog](https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/pyinstaller/pyinstaller-hooks-contrib/compare/2023.6...2023.7)

---
updated-dependencies:
- dependency-name: pyinstaller-hooks-contrib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 14:12:16 -04:00
dependabot[bot] e88f359662
build(deps): bump taskcluster from 54.4.1 to 54.4.2 (#1431)
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 54.4.1 to 54.4.2.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v54.4.1...v54.4.2)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-22 14:11:45 -04:00
dependabot[bot] 4b13cb27ca
build(deps): bump async-timeout from 4.0.2 to 4.0.3 (#1425)
Bumps [async-timeout](https://github.com/aio-libs/async-timeout) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](https://github.com/aio-libs/async-timeout/compare/v4.0.2...v4.0.3)

---
updated-dependencies:
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 12:23:50 -04:00
dependabot[bot] 0c54d55509
build(deps): bump exceptiongroup from 1.1.2 to 1.1.3 (#1426)
Bumps [exceptiongroup](https://github.com/agronholm/exceptiongroup) from 1.1.2 to 1.1.3.
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](https://github.com/agronholm/exceptiongroup/compare/1.1.2...1.1.3)

---
updated-dependencies:
- dependency-name: exceptiongroup
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-14 12:23:19 -04:00
Zeid Zabaneh bb9c5ef9c8
build: add support for windows adhoc signing (bug 1839227) (#1424)
- update adhoc-sign script to support windows installer
- rename unsigned installer binary
- add workflow step to print manifest
2023-08-10 15:47:29 -04:00
dependabot[bot] 0cdf3455be
build(deps): bump mozrunner from 8.2.1 to 8.3.0 (#1416)
Bumps [mozrunner](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 8.2.1 to 8.3.0.

---
updated-dependencies:
- dependency-name: mozrunner
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 08:56:58 -04:00
dependabot[bot] 5424e309c2
build(deps): bump mozversion from 2.3.0 to 2.4.0 (#1419)
Bumps [mozversion](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 2.3.0 to 2.4.0.

---
updated-dependencies:
- dependency-name: mozversion
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 08:44:35 -04:00
dependabot[bot] 3cbfc84217
build(deps): bump pathspec from 0.11.1 to 0.11.2 (#1420)
Bumps [pathspec](https://github.com/cpburnz/python-pathspec) from 0.11.1 to 0.11.2.
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](https://github.com/cpburnz/python-pathspec/compare/v0.11.1...v0.11.2)

---
updated-dependencies:
- dependency-name: pathspec
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 08:44:17 -04:00
dependabot[bot] d34ef27573
build(deps): bump mozinfo from 1.2.2 to 1.2.3 (#1423)
Bumps [mozinfo](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 1.2.2 to 1.2.3.

---
updated-dependencies:
- dependency-name: mozinfo
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 08:43:51 -04:00
dependabot[bot] f528f6aef2
build(deps): bump mozinstall from 2.0.1 to 2.1.0 (#1415)
Bumps [mozinstall](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 2.0.1 to 2.1.0.

---
updated-dependencies:
- dependency-name: mozinstall
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 11:44:49 -04:00
dependabot[bot] b570b24a5c
build(deps): bump taskcluster from 54.4.0 to 54.4.1 (#1414)
Bumps [taskcluster](https://github.com/taskcluster/taskcluster) from 54.4.0 to 54.4.1.
- [Release notes](https://github.com/taskcluster/taskcluster/releases)
- [Changelog](https://github.com/taskcluster/taskcluster/blob/main/CHANGELOG.md)
- [Commits](https://github.com/taskcluster/taskcluster/compare/v54.4.0...v54.4.1)

---
updated-dependencies:
- dependency-name: taskcluster
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 11:44:27 -04:00
dependabot[bot] 033a57a569
build(deps): bump platformdirs from 3.9.1 to 3.10.0 (#1409)
Bumps [platformdirs](https://github.com/platformdirs/platformdirs) from 3.9.1 to 3.10.0.
- [Release notes](https://github.com/platformdirs/platformdirs/releases)
- [Changelog](https://github.com/platformdirs/platformdirs/blob/main/CHANGES.rst)
- [Commits](https://github.com/platformdirs/platformdirs/compare/3.9.1...3.10.0)

---
updated-dependencies:
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 11:43:53 -04:00
dependabot[bot] 86ee9d8551
build(deps): bump mozprofile from 2.5.0 to 2.6.0 (#1406)
Bumps [mozprofile](https://wiki.mozilla.org/Auto-tools/Projects/Mozbase) from 2.5.0 to 2.6.0.

---
updated-dependencies:
- dependency-name: mozprofile
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-08 11:43:17 -04:00
Zeid Zabaneh 3a30455a0a
docs: update macOS installation instructions (bug 1810744) (#1399) 2023-07-26 11:26:56 -04:00
Zeid Zabaneh 3069a1aae9
gui spec: generate one-file executable (bug 1844839) (#1390)
- include relevant files in the executable instead of the app bundle
2023-07-26 08:33:37 -04:00
Zeid Zabaneh d635e6a159
gui: update macOS entitlements (bug 1845375) (#1398) 2023-07-25 14:44:00 -04:00
dependabot[bot] 702ec6568c
build(deps): bump mock from 5.0.2 to 5.1.0 (#1377)
Bumps [mock](https://github.com/testing-cabal/mock) from 5.0.2 to 5.1.0.
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/testing-cabal/mock/compare/5.0.2...5.1.0)

---
updated-dependencies:
- dependency-name: mock
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-25 08:50:36 -04:00
dependabot[bot] 907e011135
build(deps): bump aiohttp from 3.8.4 to 3.8.5 (#1392)
Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.8.4 to 3.8.5.
- [Release notes](https://github.com/aio-libs/aiohttp/releases)
- [Changelog](https://github.com/aio-libs/aiohttp/blob/v3.8.5/CHANGES.rst)
- [Commits](https://github.com/aio-libs/aiohttp/compare/v3.8.4...v3.8.5)

---
updated-dependencies:
- dependency-name: aiohttp
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 10:10:13 -04:00
dependabot[bot] 22ae49f1d6
build(deps): bump urllib3 from 2.0.3 to 2.0.4 (#1393)
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/2.0.3...2.0.4)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-07-24 09:10:33 -04:00