diff --git a/phpstan-baseline.neon b/phpstan-baseline.neon
index 2c6c434..aba7c8e 100644
--- a/phpstan-baseline.neon
+++ b/phpstan-baseline.neon
@@ -1,7 +1,8 @@
parameters:
ignoreErrors:
-
- message: "#^Dead catch \\- GuzzleHttp\\\\Promise\\\\RejectionException is never thrown in the try block\\.$#"
+ message: '#^Dead catch \- GuzzleHttp\\Promise\\RejectionException is never thrown in the try block\.$#'
+ identifier: catch.neverThrown
count: 1
path: src/Utils.php
diff --git a/psalm-baseline.xml b/psalm-baseline.xml
index 7bf39a8..5c064bb 100644
--- a/psalm-baseline.xml
+++ b/psalm-baseline.xml
@@ -1,2 +1,2 @@
-
+
diff --git a/vendor-bin/php-cs-fixer/composer.json b/vendor-bin/php-cs-fixer/composer.json
index 72998c7..aa16b02 100644
--- a/vendor-bin/php-cs-fixer/composer.json
+++ b/vendor-bin/php-cs-fixer/composer.json
@@ -1,7 +1,7 @@
{
"require": {
"php": "^7.4 || ^8.0",
- "friendsofphp/php-cs-fixer": "3.59.3"
+ "friendsofphp/php-cs-fixer": "3.68.5"
},
"config": {
"preferred-install": "dist"
diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json
index 77598be..2302396 100644
--- a/vendor-bin/phpstan/composer.json
+++ b/vendor-bin/phpstan/composer.json
@@ -1,8 +1,8 @@
{
"require": {
"php": "^7.4 || ^8.0",
- "phpstan/phpstan": "1.11.7",
- "phpstan/phpstan-deprecation-rules": "1.2.0"
+ "phpstan/phpstan": "2.1.2",
+ "phpstan/phpstan-deprecation-rules": "2.0.1"
},
"config": {
"preferred-install": "dist"
diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json
index 020abe5..e1ca081 100644
--- a/vendor-bin/psalm/composer.json
+++ b/vendor-bin/psalm/composer.json
@@ -1,7 +1,7 @@
{
"require": {
"php": "^7.4 || ^8.0",
- "psalm/phar": "5.25.0"
+ "psalm/phar": "5.26.1"
},
"config": {
"preferred-install": "dist"