Add Deepsource #12

Merged
luketainton merged 2 commits from feat/deepsource into main 2022-07-10 15:57:40 +02:00
6 changed files with 10 additions and 3 deletions
Showing only changes of commit d7c2671096 - Show all commits

View File

@ -10,6 +10,7 @@ on:
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'
- 'CODEOWNERS'
jobs:
lint:

View File

@ -10,6 +10,7 @@ on:
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'
- 'CODEOWNERS'
jobs:
skip_duplicate:

View File

@ -7,6 +7,7 @@ on:
- 'CHANGELOG.md'
- '.gitignore'
- 'renovate.json'
- 'CODEOWNERS'
jobs:
analyze:

View File

@ -1,3 +1,7 @@
# 1.2
- Dependency: Update charset-normalizer ~~2.0.12~~ to 2.1.0
- Dependency: Update requests ~~2.28.0~~ to 2.28.1
# 1.1
- Added checks to ensure API responses are as expected

View File

@ -2,4 +2,4 @@
"""MODULE: Specifies app version."""
VERSION = "1.1"
VERSION = "1.2"

View File

@ -1,6 +1,6 @@
certifi==2022.6.15
charset-normalizer==2.0.12
charset-normalizer==2.1.0
idna==3.3
requests==2.28.0
requests==2.28.1
tabulate==0.8.10
urllib3==1.26.9