Commit Graph

78 Commits

Author SHA1 Message Date
Ace
b409cfe544
Merge branch 'main' into feature/#311 2024-06-25 17:55:15 +02:00
Ace
17c13e6d8e fix issue with yfinance 2024-06-23 22:25:11 +02:00
dependabot[bot]
e703609399
Bump urllib3 from 2.2.0 to 2.2.2
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.0 to 2.2.2.
- [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.2.0...2.2.2)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-06-17 22:48:05 +00:00
dependabot[bot]
cb30ad8407
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-05-21 05:43:24 +00:00
dependabot[bot]
a361a509ff
Bump idna from 3.6 to 3.7
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v3.6...v3.7)

---
updated-dependencies:
- dependency-name: idna
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-12 04:39:01 +00:00
dependabot[bot]
b4aee07824
Bump pillow from 10.2.0 to 10.3.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.2.0...10.3.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-03 16:23:37 +00:00
Ace
4b4fbd0b36 downgrade matplotlib 2024-02-13 09:13:51 +01:00
Ace
95217dd2b7 pipeline testing fix 2024-02-12 20:46:33 +01:00
Ace
80d3b317ef removed unused dependency 2024-02-12 17:49:00 +01:00
Ace
06eb301d90 cleanup dependencies 2024-02-11 23:51:13 +01:00
Ace
a7f3622e52 fix tests 2024-02-10 22:43:57 +01:00
mrbwburns
7ce9b957b0 requirements update 2024-01-26 05:09:28 -08:00
mrbwburns
96915c53fa
Merge branch 'main' into fullscreen_weather_module 2024-01-24 22:32:10 +01:00
dependabot[bot]
e73cded31d
Bump pillow from 10.1.0 to 10.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 22:18:39 +00:00
mrbwburns
8fb7a8a880 first shot at the openweathermap_wrapper extension (PyOwm replacement) 2024-01-22 20:52:19 +01:00
mrbwburns
d2d7c91bb5 step 1: actual conditions working 2024-01-15 19:08:46 +01:00
mrbwburns
8df54ba13e after switching to inky 3.0.2 2024-01-04 12:59:10 +01:00
Ace
b08cf00661 downgrade matplotlib
due to an issue with numpy during installation
2023-11-24 00:43:57 +01:00
Ace
032b674af9 add xkcd module 2023-11-22 19:02:11 +01:00
Ace
f1bcec9074 fix certifi 2023-11-22 13:26:22 +01:00
Ace
f0cb8528b8 add webshot module 2023-11-21 20:16:10 +01:00
Ace
386fccc796
Update requirements.txt 2023-11-20 19:00:17 +01:00
mrbwburns
7cac3fd195 - improve devcontainer setup
- add openweather web scraper module
2023-11-20 17:29:45 +01:00
Ace
bebe60aef3 text-module enhancement
This allows an improved approach to load text from URL
Also improved the function to check for a connection by attempting three times before giving up
2023-11-08 20:22:50 +01:00
Ace
701bfd8f90
Update requirements.txt 2023-11-08 10:29:19 +01:00
Ace
8af21e49e3 speed up installation time 2023-11-08 00:26:57 +01:00
Ace
93c968da53 python 3.11 & code quality improvements 2023-11-07 22:49:48 +01:00
dependabot[bot]
c6cbf2d74f
Bump urllib3 from 2.0.6 to 2.0.7
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.6 to 2.0.7.
- [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.6...2.0.7)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-17 21:09:53 +00:00
dependabot[bot]
42a0ae942d
Bump urllib3 from 2.0.3 to 2.0.6
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.3 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/2.0.3...2.0.6)

---
updated-dependencies:
- dependency-name: urllib3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-02 23:52:41 +00:00
dependabot[bot]
537ce60542
Bump certifi from 2023.5.7 to 2023.7.22
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.5.7 to 2023.7.22.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.05.07...2023.07.22)

---
updated-dependencies:
- dependency-name: certifi
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-25 18:30:30 +00:00
Ace
794b4af5ac
speed up installation speed 2023-06-24 20:52:32 +02:00
LakesideMiners
c5fef5bdfb
Update requirements.txt 2023-06-07 05:04:16 -04:00
Ace
9837e39988 fixing actions 2023-06-03 16:36:34 +02:00
Ace
519bb9e1da fixing actions 2023-06-03 16:33:20 +02:00
Ace
cc67bd72d3 fixing actions 2023-06-03 16:29:05 +02:00
Ace
0ab4157bbb fixing actions 2023-06-03 16:25:54 +02:00
Ace
85c866e071 update requirements 2023-06-03 15:43:52 +02:00
dependabot[bot]
9029aef2e6
Bump requests from 2.28.1 to 2.31.0
Bumps [requests](https://github.com/psf/requests) from 2.28.1 to 2.31.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.28.1...v2.31.0)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-23 05:31:51 +00:00
aceisace
8e754cb6cd improve unit-testing
use config class which reads from .env file
remove obsolete functions
update requirements
2023-01-11 22:24:39 +01:00
aceisace
24ae6df27e bump requirements
fix some minor issues
code cleanup
2023-01-10 22:58:01 +01:00
aceisace
9dff6e88cf bump requirements and adapt todoist module accordingly 2022-10-03 01:03:24 +02:00
aceisace
87335217f2 fix missing dependencies 2022-04-18 01:13:05 +02:00
aceisace
f452135b42 add tests for parallel displays 2022-04-10 04:24:42 +02:00
aceisace
414f3d0ccf added wheel dependency 2022-04-09 16:17:37 +02:00
aceisace
9b5a7a1c34 adjust numpy version 2022-04-09 16:06:38 +02:00
aceisace
9bf4385b6b Remove Webserver Code, remove webserver requirements 2022-04-02 01:18:06 +02:00
aceisace
a2c31fedd5 bump requirements to more recent versions 2022-03-31 17:58:49 +02:00
Ace
b3a13adfa2
bump feedparser to 6.0.8 2021-11-11 13:26:08 +01:00
Ace
6f346d38aa
Update requirements.txt 2021-07-11 13:02:34 +02:00
wface
5a163a65a8 changed yfinance requirement to 0.1.62 2021-07-11 11:26:05 +02:00