Commit Graph

32 Commits

Author SHA1 Message Date
84adcd4134 Update poetry.lock 2022-12-15 23:41:05 +01:00
8fdbe2a051 Lock file maintenance 2022-12-13 23:26:41 +00:00
a704a63582 Add tests 2022-12-13 22:09:51 +01:00
b39627b221 Update dependencies 2022-12-12 16:33:16 +01:00
400b72dbf4 Add config file, dropdown for webhooks, and sends stuff to Discord 2022-12-02 16:47:47 +01:00
3bec59cdb6 Remove Typer and use Fastapi instead 2022-12-01 21:11:44 +01:00
3bada05d47 Lock file maintenance 2022-11-27 23:34:54 +00:00
beea4b6fa6 Update dependency discord-webhook to v1 2022-11-22 00:43:06 +00:00
810d1ba33e Lock file maintenance 2022-11-20 23:48:22 +00:00
dc6e2aa113 Lock file maintenance 2022-11-14 01:34:26 +00:00
19eabe3d72 Lock file maintenance 2022-11-07 01:52:55 +00:00
485cdb238f Update dependency typer to ^0.7.0 2022-11-05 20:36:18 +00:00
d12739fb50 Lock file maintenance 2022-10-31 01:26:59 +00:00
3d1e882733 Lock file maintenance 2022-10-16 22:26:35 +00:00
a4be3d4cd4 Lock file maintenance 2022-10-09 22:03:18 +00:00
9ac5bfb83f Lock file maintenance 2022-10-03 00:39:09 +00:00
b8a94b6009 Update to newest version of Reader, fix webhooks and fix tests 2022-09-26 19:43:51 +02:00
5a577ac3fb Format code 2022-08-02 14:59:59 +02:00
08ea89e15b Update dependency discord-webhook to ^0.16.0 2022-05-06 23:01:50 +00:00
7beaa0c849 Update dependencies and replace dhooks with discord-webhooks 2022-04-13 20:38:55 +02:00
9c067a39b2 Remove developer dependencies to reduce the amount of dependencies 2022-03-01 23:11:27 +01:00
c8e4bebf43 Bump bandit from 1.7.2 to 1.7.3
Bumps [bandit](https://github.com/PyCQA/bandit) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/PyCQA/bandit/releases)
- [Commits](https://github.com/PyCQA/bandit/compare/1.7.2...1.7.3)

---
updated-dependencies:
- dependency-name: bandit
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-28 06:29:29 +00:00
75bff016bd Bump pytest from 7.0.0 to 7.0.1
Bumps [pytest](https://github.com/pytest-dev/pytest) from 7.0.0 to 7.0.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.0.0...7.0.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-02-14 06:32:07 +00:00
99f6faccac Update poetry.lock 2022-02-11 16:58:48 +01:00
0a1b40907f Update poetry.lock 2021-12-31 01:41:15 +01:00
1c93941e62 Update poetry.lock
Package operations: 0 installs, 1 update, 0 removals

  • Updating async-timeout (4.0.1 -> 4.0.2)
2021-12-23 19:13:08 +01:00
6b693b8231 Use git version for reader 2021-12-22 02:05:29 +01:00
754bc2a053 Update poetry.lock 2021-12-19 15:19:19 +01:00
58bff7ecb0 Use Typer instead of platformdirs 2021-12-14 01:43:30 +01:00
6d6432a8dc Use typer[all] instead of typer to get colorama and shellingham 2021-12-12 22:06:08 +01:00
203525becb Move settings to settings.py and read from a config file 2021-12-12 22:00:02 +01:00
c8bf725780 You can now add feeds and check for new entries and send them to Discord 2021-12-12 20:10:24 +01:00