-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade dependencies #11726
Upgrade dependencies #11726
Conversation
The |
Codecov Report
Flags with carried forward coverage won't be shown. Click here to find out more. |
The |
The |
The |
@@ -74,7 +74,11 @@ def check(self, _): | |||
|
|||
def _get_connection(self): | |||
return pymysql.connect( | |||
self._config.host, self._config.user, self._config.password, self._config.db, self._config.port | |||
host=self._config.host, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Upgrade dependencies * test all * ddtrace * orjson * protobuf * fix * docker-compose * openstacksdk * snmp * Update cacti.py * fix mongo * try e2e * Update docker.py * hold on mongo * all ok 9d3a247
No description provided.