Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
e71ce7eb6a Update marshmallow requirement from ~=3.15.0 to ~=3.18.0 in /api
Updates the requirements on [marshmallow](https://github.com/marshmallow-code/marshmallow) to permit the latest version.
- [Release notes](https://github.com/marshmallow-code/marshmallow/releases)
- [Changelog](https://github.com/marshmallow-code/marshmallow/blob/dev/CHANGELOG.rst)
- [Commits](https://github.com/marshmallow-code/marshmallow/compare/3.15.0...3.18.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-09-16 09:26:35 +00:00
Florian Kaiser
594b532fe7 Update dependabot.yml 2022-05-18 13:02:08 +02:00
Florian Kellermann
fb8922f06a Merge pull request #196 from WebEngineering2/bot
NoneType Fix
2022-05-13 12:33:11 +02:00
2 changed files with 1 additions and 9 deletions

View File

@@ -10,8 +10,6 @@ updates:
directory: "/api" directory: "/api"
schedule: schedule:
interval: "daily" interval: "daily"
assignees:
- "H4CK3R-01"
open-pull-requests-limit: 100 open-pull-requests-limit: 100
# Bot # Bot
@@ -19,10 +17,6 @@ updates:
directory: "/telegram_bot" directory: "/telegram_bot"
schedule: schedule:
interval: "daily" interval: "daily"
assignees:
- "NormalParameter"
- "Rripped"
- "FlorianKellermann"
open-pull-requests-limit: 100 open-pull-requests-limit: 100
# Frontend # Frontend
@@ -30,6 +24,4 @@ updates:
directory: "/frontend" directory: "/frontend"
schedule: schedule:
interval: "daily" interval: "daily"
assignees:
- "kevinpauer"
open-pull-requests-limit: 100 open-pull-requests-limit: 100

View File

@@ -10,7 +10,7 @@ flask-cors==3.0.10
bcrypt==3.2.2 bcrypt==3.2.2
pytest~=7.1.2 pytest~=7.1.2
pytest-cov pytest-cov
marshmallow~=3.15.0 marshmallow~=3.18.0
faker~=13.11.0 faker~=13.11.0
requests~=2.27.1 requests~=2.27.1
investpy~=1.0.8 investpy~=1.0.8