Skip to content
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

Merged
merged 15 commits into from
Mar 26, 2022
Merged

Upgrade dependencies #11726

merged 15 commits into from
Mar 26, 2022

Conversation

ofek
Copy link
Contributor

@ofek ofek commented Mar 23, 2022

No description provided.

@github-actions
Copy link

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@codecov
Copy link

codecov bot commented Mar 23, 2022

Codecov Report

Merging #11726 (47cdc07) into master (abe5aad) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Flag Coverage Δ
active_directory 100.00% <ø> (+17.64%) ⬆️
aerospike 86.97% <ø> (+0.36%) ⬆️
aspdotnet 100.00% <ø> (+26.19%) ⬆️
datadog_checks_base 89.34% <ø> (-0.65%) ⬇️
dotnetclr 94.93% <ø> (+15.18%) ⬆️
exchange_server 98.29% <ø> (+12.82%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

@github-actions
Copy link

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@ghost ghost added the dev/tooling label Mar 24, 2022
@github-actions
Copy link

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@github-actions
Copy link

The validations job has failed; please review the Files changed tab for possible suggestions to resolve.

@@ -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,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ofek ofek merged commit 9d3a247 into master Mar 26, 2022
@ofek ofek deleted the ofek/dep branch March 26, 2022 22:20
github-actions bot pushed a commit that referenced this pull request Mar 26, 2022
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment