Compare commits

...

14 Commits

Author SHA1 Message Date
d6f4de853d Update dependency pyTelegramBotAPI to ~=4.10.0
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-02-05 11:29:26 +01:00
dca0a66406 Merge pull request 'Update dependency @typescript-eslint/eslint-plugin to v5.46.1' (#538) from renovate/typescript-eslint-eslint-plugin-5.x into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #538
2022-12-12 23:46:04 +01:00
656851355f Update dependency @typescript-eslint/eslint-plugin to v5.46.1
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-12 23:44:51 +01:00
f2b9293398 Merge pull request 'Update dependency @typescript-eslint/parser to v5.46.1' (#537) from renovate/typescript-eslint-parser-5.x into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #537
2022-12-12 23:43:02 +01:00
bed8f98923 Update dependency @typescript-eslint/parser to v5.46.1
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-12 18:26:45 +01:00
eba8b9d846 Merge pull request 'Update dependency @angular/cli to v15' (#526) from renovate/angular-cli-15.x into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #526
2022-12-12 13:44:07 +01:00
55d44688ca Update dependency @angular/cli to v15
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2022-12-12 13:44:01 +01:00
655f3d51b5 Merge pull request 'Update dependency @typescript-eslint/eslint-plugin to v5.46.0' (#502) from renovate/typescript-eslint-eslint-plugin-5.x into main
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Reviewed-on: #502
2022-12-12 13:41:13 +01:00
74309f52b2 Update dependency @typescript-eslint/eslint-plugin to v5.46.0 2022-12-12 13:40:38 +01:00
58310819f7 Merge pull request 'Update dependency @angular/common to v15' (#517) from renovate/angular-common-15.x into main
Reviewed-on: #517
2022-12-12 13:40:30 +01:00
089294fe8b Update dependency @angular/common to v15 2022-12-12 13:40:24 +01:00
f4612f055d Merge pull request 'Update dependency @angular-eslint/eslint-plugin to v15' (#530) from renovate/angular-eslint-eslint-plugin-15.x into main
Reviewed-on: #530
2022-12-12 13:40:14 +01:00
47deab63f1 Update dependency @angular-eslint/eslint-plugin to v15 2022-12-12 13:40:01 +01:00
247b55f832 Merge pull request 'Update dependency @angular/core to v15' (#520) from renovate/angular-core-15.x into main
Reviewed-on: #520
2022-12-12 13:39:52 +01:00
3 changed files with 640 additions and 306 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"@angular/animations": "~15.0.0", "@angular/animations": "~15.0.0",
"@angular/cdk": "^15.0.0", "@angular/cdk": "^15.0.0",
"@angular/common": "~14.2.0", "@angular/common": "~15.0.0",
"@angular/compiler": "~15.0.0", "@angular/compiler": "~15.0.0",
"@angular/core": "~15.0.0", "@angular/core": "~15.0.0",
"@angular/forms": "~15.0.0", "@angular/forms": "~15.0.0",
@@ -31,16 +31,16 @@
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~15.0.0", "@angular-devkit/build-angular": "~15.0.0",
"@angular-eslint/builder": "15.1.0", "@angular-eslint/builder": "15.1.0",
"@angular-eslint/eslint-plugin": "14.4.0", "@angular-eslint/eslint-plugin": "15.1.0",
"@angular-eslint/eslint-plugin-template": "15.1.0", "@angular-eslint/eslint-plugin-template": "15.1.0",
"@angular-eslint/schematics": "15.1.0", "@angular-eslint/schematics": "15.1.0",
"@angular-eslint/template-parser": "15.1.0", "@angular-eslint/template-parser": "15.1.0",
"@angular/cli": "~14.2.0", "@angular/cli": "~15.0.0",
"@angular/compiler-cli": "~15.0.0", "@angular/compiler-cli": "~15.0.0",
"@types/jasmine": "~4.3.0", "@types/jasmine": "~4.3.0",
"@types/node": "^18.0.0", "@types/node": "^18.0.0",
"@typescript-eslint/eslint-plugin": "5.39.0", "@typescript-eslint/eslint-plugin": "5.46.1",
"@typescript-eslint/parser": "5.46.0", "@typescript-eslint/parser": "5.46.1",
"eslint": "^8.15.0", "eslint": "^8.15.0",
"jasmine-core": "~4.5.0", "jasmine-core": "~4.5.0",
"karma": "~6.4.0", "karma": "~6.4.0",

View File

@@ -1,4 +1,4 @@
pyTelegramBotAPI~=4.8.0 pyTelegramBotAPI~=4.10.0
Markdown~=3.4.1 Markdown~=3.4.1
newsapi-python~=0.2.6 newsapi-python~=0.2.6
python-dotenv~=0.21.0 python-dotenv~=0.21.0