You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Run 'ddev dep updates'
* Run 'ddev validate licenses --sync'
* Added protobuf to IGNORED_DEPS because updated dependency version fot py2 was yanked. Keeping previous version.
* protobuf version 3.17.3 when python_version < '3.0'
* Updated pyyaml dependency
* Rollback to 3.20.1 protobuf version for py3
* Rollback foundationdb dependency to previous version
* Added foundationdb to IGNORED_DEPS
* Rollback openstacksdk dependency to previous version
* Added openstacksdk to IGNORED_DEPS
* Rollback snmp dependency to previous version and added to IGNORED_DEPS
* Fixed error in IGNORED_DEPS
* Run 'ddev dep updates --sync'
* Rollback pysnmp dependency to previous version and added to IGNORED_DEPS
* Rollback pycryptodomex dependency to previous version and added to IGNORED_DEPS
* Rollback pyasn1 dependency to previous version and added to IGNORED_DEPS
* Rollback lz4 dependency to previous version and added to IGNORED_DEPS
* Rollback clickhouse-driver dependency to previous version and added to IGNORED_DEPS
* Rollback pyodbc dependency to previous version and added to IGNORED_DEPS
* Rollback psutil dependency to previous version and added to IGNORED_DEPS
* Update style dependencies to the latest versions
* Rollback python2 style dependencies
* Fixed 'B020 Found for loop that reassigns the iterable it is iterating with each iterable value' errors
* Fixed 'B020 Found for loop that reassigns the iterable it is iterating with each iterable value' error
* Fixed 'B023 Function definition does not bind loop variable 'line'' error
* Fixed 'B023 Function definition does not bind loop variable 'line'' error
* Fixed 'E501 line too long (121 > 120 characters)' error
* Fixed 'B020 Found for loop that reassigns the iterable it is iterating with each iterable value.' error
* Fixed 'B023 Function definition does not bind loop variable' error
* Fixed 'E501 line too long (158 > 120 characters)' error
* Fixed 'B023 Function definition does not bind loop variable' error
* Fixed datadog_checks_dev style error
* Improved comments about ignored deps
0 commit comments