uktrade / public-data-api

The source for the Department for International Trade's Public Data API
https://data.api.trade.gov.uk/
MIT License
5 stars 0 forks source link

build(deps): bump pylint and pyyaml in dev requirements #202

Closed michalc closed 2 months ago

michalc commented 2 months ago

This increases the version of pylint, as a speculative change to see if it addresses linting failures of a separate PR:

AttributeError: 'Attribute' object has no attribute 'value'

The version of pyyaml is bumped because the existing version has trouble building locally on my computer, raising:

AttributeError: cython_sources

The changes in the code are to get it to pass pylint checks with its newer version.