Compare commits

...

3 Commits

Author SHA1 Message Date
dependabot[bot]
1f8c4494fe Bump bcrypt from 3.2.2 to 4.0.0 in /api
Bumps [bcrypt](https://github.com/pyca/bcrypt) from 3.2.2 to 4.0.0.
- [Release notes](https://github.com/pyca/bcrypt/releases)
- [Changelog](https://github.com/pyca/bcrypt/blob/main/release.py)
- [Commits](https://github.com/pyca/bcrypt/compare/3.2.2...4.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 09:32:57 +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"
schedule:
interval: "daily"
assignees:
- "H4CK3R-01"
open-pull-requests-limit: 100
# Bot
@@ -19,10 +17,6 @@ updates:
directory: "/telegram_bot"
schedule:
interval: "daily"
assignees:
- "NormalParameter"
- "Rripped"
- "FlorianKellermann"
open-pull-requests-limit: 100
# Frontend
@@ -30,6 +24,4 @@ updates:
directory: "/frontend"
schedule:
interval: "daily"
assignees:
- "kevinpauer"
open-pull-requests-limit: 100

View File

@@ -7,7 +7,7 @@ pymysql==1.0.2
pyjwt==2.3.0
apiflask==1.0.0
flask-cors==3.0.10
bcrypt==3.2.2
bcrypt==4.0.0
pytest~=7.1.2
pytest-cov
marshmallow~=3.15.0