Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/marshmallow-code/apispec

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification)..
https://github.com/marshmallow-code/apispec

Document Enum as list of values, not string

554794182cd145c380d280f75db1ec88d448909a authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump version and update CHANGELOG

7abbf7dfea6b77d50504ad33262f6a8ed643781e authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #804 from marshmallow-code/map_to_openapi_type

map_to_openapi_type: change from decorator to classic function

2a5b607437f60f027a840366ba1a92ff630e2a92 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
map_to_openapi_type: change from decorator to classic function

00b0b96cf9c93b811affbffdf7b5febd210fcb01 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #803 from marshmallow-code/make_validate_spec_private_api

Remove validate_spec from public API

c084e1c4078231ac9423d30553350426a6b7b862 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Remove validate_spec from public API

aa39184673ce1d987de8753b3509bc9e5112ccde authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #802 from marshmallow-code/enum

Support marshmallow.fields.Enum

549a05e660f919d0f0894f5a314b93d0cb5d836c authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Add support for marshmallow.fields.Enum

bd0d12f7b932369f718d1b222a68f1ddff399953 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Require marshmallow >= 3.18

cbe84d218ddbc5f5b9232f262e61ebb73cfa3a0d authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump version and update CHANGELOG

2261de98c8201eba831cef30250b1870c7632e1f authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #801 from marshmallow-code/packaging

Use packaging.Version

3a59faa4df74638b75a199ca6e33b1b4eff05a93 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Use packaging.Version

Removes utils.OpenAPIVersion and use of deprecated distutils.version.LooseVersion

d9e7ef9e1225a4d9f1169caba6c7c1235afe8ecd authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #778 from marshmallow-code/prop2param

Add field parameter functions

be3dd4138dd8172392a3c382622d053038661285 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump mypy from 0.981 to 0.982

Bumps [mypy](https://github.com/python/mypy) from 0.981 to 0.982.
- [Release notes](https://gith...

f32a1c628fcef37d3cab82eef9fc5d8918a62c0a authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.2.2 to 5.2.3

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.2 to 5.2.3.
- [Release notes](http...

f621da90454ae9923a2c66a91e38f56f3eada96a authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.2.1 to 5.2.2

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.2.1 to 5.2.2.
- [Release notes](http...

bf1f76cc720bdac79516e96fff80dddcb9b85f1f authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.971 to 0.981

Bumps [mypy](https://github.com/python/mypy) from 0.971 to 0.981.
- [Release notes](https://gith...

ea7cf09f6664037ee6fdc0dbcbf7e317a77e2ada authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.1.1 to 5.2.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.1 to 5.2.1.
- [Release notes](http...

1b1d30da2f0a30eaf1ad8e5558703eae2ceef0f2 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 22.9.11 to 22.9.23

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.9.11 to 22.9.23.
- [Rele...

0701d7a799d913fa31493080027f93eb05d5ac26 authored about 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Document add_parameter_attribute_function

632f79020ecfd264ad2fce78629723914cbbcc32 authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
marshmallow ext OpenAPIConverter: add add_parameter_attribute_function

83a49a55bb5c11c18a5380bd60156d7c764dbcfa authored about 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #793 from marshmallow-code/pre-commit-autoupdate

undefined

cbcff0d7d7a3539df57e5f80fe32642314493e91 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Remove unused type:ignore

5a3f55558a69bd37decf7c01a68dd637d847bd96 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
pre-commit autoupdate + update setup.cfg

64b6d1119d6d4b297e2227de4e8ce34ea802f8f4 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump flake8-bugbear from 22.8.22 to 22.9.11

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.8.22 to 22.9.11.
- [Rele...

4d53c20abb7732e1984ece052e937429e97bbf98 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #791 from marshmallow-code/pin_openapi_spec_validator

Pin openapi_spec_validator<0.5

55fd21ec2005ec4cc49bd01ac4c90cdc75589bb3 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Pin openapi_spec_validator<0.5

Current prance version is not compatible with openapi_spec_validator 0.5

d5a15bebbf6c92afd522729558c7a69ef8478678 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump flake8-bugbear from 22.7.1 to 22.8.22

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.7.1 to 22.8.22.
- [Relea...

9d440270e221a7c354fc6dca385281c9d61d94f6 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8 from 4.0.1 to 5.0.4

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 5.0.4.
- [Release notes](https://g...

30438c33ee4a443367c9475a04a4fc594c39ac8c authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.1.0 to 5.1.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.1.0 to 5.1.1.
- [Release notes](http...

c8c647a4aece9fada679ae5fc112eb2e04d085bf authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.0.2 to 5.1.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.2 to 5.1.0.
- [Release notes](http...

750c7fbe16ff16cab0ed142e201e7f2e454b4c05 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.961 to 0.971

Bumps [mypy](https://github.com/python/mypy) from 0.961 to 0.971.
- [Release notes](https://gith...

0702b995c274cd96d321de07b09af9026f987585 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Rework _field2parameter to separate "multiple" logic

7f71135a68761cdcc01905e26dae443e110b2e03 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump flake8-bugbear from 22.6.22 to 22.7.1

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.6.22 to 22.7.1.
- [Relea...

9fc1cabb03b8fb5574975d5096ecbb080391c168 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 22.4.25 to 22.6.22

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.4.25 to 22.6.22.
- [Rele...

2e24c1633dea19902784aad3b99f9c5edc37414e authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.0.1 to 5.0.2

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.1 to 5.0.2.
- [Release notes](http...

cd1c48b9e8b318583c1f360516a880c20b2cb340 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.960 to 0.961

Bumps [mypy](https://github.com/python/mypy) from 0.960 to 0.961.
- [Release notes](https://gith...

a48e9bf80d3d7a32c61b9281e9cb874a4490ee16 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 5.0.0 to 5.0.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 5.0.0 to 5.0.1.
- [Release notes](http...

c180a6eef488550f16c7006659135c2fb1abfcad authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.950 to 0.960

Bumps [mypy](https://github.com/python/mypy) from 0.950 to 0.960.
- [Release notes](https://gith...

e973a2018946a210a9c652008889cc5f02d51072 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 4.5.0 to 5.0.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.5.0 to 5.0.0.
- [Release notes](http...

720e4b488034fec18fea89ebb882e2a55b5d829a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump version and update CHANGELOG

a4d0fcb53a2bb824b6d7ceebb1337609a9e24d3e authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #769 from vorticity/fix-yaml-ordering

Set default yaml.dump sort_keys to False to respect dictionary order

242844febb18bdd51e1ffc8c271353952c83c54c authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
dict_to_yaml key ordering unit tests

329bba9668e3568ed2f9a7c7778fbcd016d89724 authored over 2 years ago by Edwin Erdmanis <[email protected]>
Set default yaml.dump sort_keys kwarg to False to respect dictionary ordering

b78019106bdacc70d3d9222feb459f2859e0832f authored over 2 years ago by Edwin Erdmanis <[email protected]>
Bump version and update CHANGELOG

34d342cec945e96ee11c58dd16981f3aa5e861d3 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #765 from marshmallow-code/fix_typing

Fix typing for APISpec.path path parameter and Plugin methods

eedb86de67e444abb0e783e427d9c42e641e87cf authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Fix BasePlugin type hints

6d356021f30249816d6f271a54af8bb1b055db21 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Fix type hint for path parameter in APISpec.path

e2fbff49a5a036eebd04a2a0275dbc7a22795cde authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
mypy: also apply to tests dir

88e210f42e47e59cff8ef5cafc0958bac2df1613 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Minor CHANGELOG fix

eda2887adb8baf414b280ce5bd5528e9614eaa66 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump version and update CHANGELOG

1ba2229209cb2ec9af93330b7a93999e756d80e3 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump flake8-bugbear from 22.3.23 to 22.4.25

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.3.23 to 22.4.25.
- [Rele...

efe35d9b3355f519b8699e13734e49f7cabfc7c1 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.942 to 0.950

Bumps [mypy](https://github.com/python/mypy) from 0.942 to 0.950.
- [Release notes](https://gith...

b5e9eaebfeb274c1f9b9be6bcfd3e7b4401cd185 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #763 from marshmallow-code/pre-commit_autoupdate

pre-commit autoupdate + raise exceptions with "raise from" when relevant

e6ced880aaa86675fa8b2ecfce3dc4782fbaa3e6 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Raise exceptions with "raise from" when relevant

084a79d1eac5ef82e3e40876887b9d9b128c5991 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
pre-commit: autoupdate

93c88749a50df7683c14114f59c4725f4e9640c7 authored over 2 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 4.4.0 to 4.5.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.4.0 to 4.5.0.
- [Release notes](http...

c144eac1dee0787a4aa59bb1cf0fe1192c0856b2 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.941 to 0.942

Bumps [mypy](https://github.com/python/mypy) from 0.941 to 0.942.
- [Release notes](https://gith...

eb2859ea7cc470d154e819dd7d963713e4bee450 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 22.3.20 to 22.3.23

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.3.20 to 22.3.23.
- [Rele...

9544290b183cd90f18d36c9bb0d0045ee4446b0a authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 22.1.11 to 22.3.20

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 22.1.11 to 22.3.20.
- [Rele...

267ea481f01be7a4557cce750f483b21e9bb5f22 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump mypy from 0.931 to 0.941

Bumps [mypy](https://github.com/python/mypy) from 0.931 to 0.941.
- [Release notes](https://gith...

8d2c9f8c02afd0fc1c59bcf1a222ee57485868cc authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Add @kasium to AUTHORS.rst

f289f06d02f89dba1e4c4daae1138219b04badcb authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #747 from kasium/typing-2

Add type hints

deb897f80d2e6d99a3367c0b7a4224d9fade2d6d authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

2b4aa3048a190ddb91ae1aa97a96a0d0363d5764 authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

84d86c9e5f627695d19fec567415518b349746cd authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Merge branch 'dev' into typing-2

966d321d75f677fc3a4553fc4d391ab29270b2cf authored almost 3 years ago by Kai Mueller <[email protected]>
Merge pull request #752 from marshmallow-code/fix-build

Build on pushes

2fe05ff9232a326ab096c849beec277b65613ec6 authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Build on pushes

107cd14532ca48e60d71c5b3c24a0918f7877c1a authored almost 3 years ago by Steven Loria <[email protected]>
Move from Azure Pipelines to GitHub Actions (#751)

7359c1f975b7d14e9e4f94fbd2e6148e6137971f authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Merge branch 'dev' into typing-2

07a028019d2c5caf423f910b58a9b4a9fd781144 authored almost 3 years ago by Kai Mueller <[email protected]>
fix small typo in README

7925d78797476a7f40d4cce019ca6a3a2f5f1d6b authored almost 3 years ago by Alan deLevie <[email protected]>
Add type hints

30062d6dd922ce60219f7e679accb04cf0db48a4 authored almost 3 years ago by Kai Mueller <[email protected]>
fix small typo in README

3095017aebdb8a2e2050f7053c39e6a27f896e42 authored almost 3 years ago by Alan deLevie <[email protected]>
Bump sphinx from 4.3.2 to 4.4.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.2 to 4.4.0.
- [Release notes](http...

803b4687611c98892ef5dd63095a190592a64240 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 21.11.29 to 22.1.11

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.29 to 22.1.11.
- [Rel...

7843d6c4202df727e0f3b0abdd471599bed29ed7 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx-issues from 2.0.0 to 3.0.0 (#742)

* Bump sphinx-issues from 2.0.0 to 3.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphi...

26c7152ab5193a14a64cea1ba71fe8b21a6488e6 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx-issues from 1.2.0 to 2.0.0

Bumps [sphinx-issues](https://github.com/sloria/sphinx-issues) from 1.2.0 to 2.0.0.
- [Release n...

079d2b372956c79c33c737c29b29b457d0500842 authored almost 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update CHANGELOG

ecd06c736acce936e4bc9947e3fc184a745254b4 authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #727 from marshmallow-code/drop_py36

Drop Python 3.6

6c1e6444734130862c22f02aa63ae6b5264d47b5 authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Test marshmallow dev against Python 3.10, not 3.8

24d3b751e28c7e46b7372cc9247693b5d7b177f8 authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Don't use OrderedDict

09dd98f26f75afefe17f22539dbedc7d64e5cb2b authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Drop Python 3.6

1b669f3b14c13df933cdd703f0d06a91c453cbae authored almost 3 years ago by Jérôme Lafréchoux <[email protected]>
Bump sphinx from 4.3.1 to 4.3.2

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.1 to 4.3.2.
- [Release notes](http...

22c2c1d40547b612b99f47293b8cf7c4a0dff91f authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 21.11.28 to 21.11.29

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.11.28 to 21.11.29.
- [Re...

8ada8cd89e9fca968fca2a27bc689579a3a42983 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 4.3.0 to 4.3.1

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.3.0 to 4.3.1.
- [Release notes](http...

da9fe5c8ead0ebad08e8e391236857d5bff3cee2 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8-bugbear from 21.9.2 to 21.11.28

Bumps [flake8-bugbear](https://github.com/PyCQA/flake8-bugbear) from 21.9.2 to 21.11.28.
- [Rele...

6c6740f9ec94155c8829a0bebe6c3af047be4f4e authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump sphinx from 4.2.0 to 4.3.0

Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.2.0 to 4.3.0.
- [Release notes](http...

976e732857c47250a68c2524c6de0f1b4e6e91a7 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pre-commit: update black

fe691df765b63232ed8cebf390ae98941e6f86a9 authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
pre-commit: Update flake8 repo URL and autoupdate

905a7d6ed97db0b7c83fcbfa02dff9153538160d authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Fix/update docs

999d2965af27beb94775b9c2f444118214faa14e authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

fbba1c9aa99664bab6d8bd5bbd5e43bcfefa795b authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #725 from marshmallow-code/schema_key_tuple

Use a tuple, not namedtuple, for schema key

cb8cd7ad0142eb5c8ff1d94e3dfd5f1618a6e67b authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Use a tuple, not namedtuple, for schema key

e5662492b9df0c0687fdfcba09871aa3a70a8e6f authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Update CHANGELOG

763fec9ad9374a1a134e50c9b0a9faf88f28e09a authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Merge pull request #724 from marshmallow-code/py310

Support Python 3.10

c1f3e062beda04b055d4925bc85cb9d9b705d024 authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Only run CI on min/max Python versions

9032df5abbf43d5b22c406fadf6aab4dd401e873 authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Support Python 3.10

a23119b49c75e147bdf187d8cacc4a0e1b9a642d authored about 3 years ago by Jérôme Lafréchoux <[email protected]>
Bump pyyaml from 5.4.1 to 6.0

Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.4.1 to 6.0.
- [Release notes](https://gith...

d63c86d2445f1a4a786398772a2d7c8f9e684615 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8 from 4.0.0 to 4.0.1

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.0 to 4.0.1.
- [Release notes](https://g...

1d9d61901f6ed8d45282af695d56bca895e661a7 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bump flake8 from 3.9.2 to 4.0.0

Bumps [flake8](https://github.com/pycqa/flake8) from 3.9.2 to 4.0.0.
- [Release notes](https://g...

43dc7d43bfb7ec4a5eab60dd9f43d50153f8cda8 authored about 3 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>