simonw / simonwillisonblog

The source code behind my blog
https://simonwillison.net/
Apache License 2.0
188 stars 17 forks source link

Bump the python-packages group with 1 update #387

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps the python-packages group with 1 update: cloudflare.

Updates cloudflare from 2.14.2 to 2.15.0

Release notes

Sourced from cloudflare's releases.

2.15.0

 - 2023-12-27 11:53:31 -0800 [64ee01b](https://github.com/cloudflare/python-cloudflare/commit/64ee01b4df74b4847e378485659d98a49c0d72a7) CHANGELOG.md pushed to github
 - 2023-12-27 11:50:33 -0800 [6153da0](https://github.com/cloudflare/python-cloudflare/commit/6153da03fde5ab5c4869d6e021d9f8f0cf22826f) 2.15.0
 - 2023-12-27 11:49:53 -0800 [d6ae4ea](https://github.com/cloudflare/python-cloudflare/commit/d6ae4eaed86bb8e3df4a68a91ccfdb2cd3ea032d) added Content-Type processing on add, removed old api web checking (hence remove bs4), refactoring of all add methods, network now handles data/json cleanly, results returned based on Content-Type via new code, setup/requirements removed BeautifulSoup/bs4
 - 2023-12-26 15:18:00 -0800 [91bd97d](https://github.com/cloudflare/python-cloudflare/commit/91bd97d1778e533832ea06dd798deb4cd4c69eaf) corrected missing tests; added debug test - useful for coverage
 - 2023-12-26 15:17:07 -0800 [25c981a](https://github.com/cloudflare/python-cloudflare/commit/25c981ad37bedb3156b414a8dca23988864e790f) test cf.add()
 - 2023-12-26 15:16:44 -0800 [edf9e51](https://github.com/cloudflare/python-cloudflare/commit/edf9e511857ede29420c687ee142b8c17b7cecaa) complete rewrite - maybe better; maybe not; however, test runs are nicer to look at
 - 2023-12-26 11:09:14 -0800 [61ca2d6](https://github.com/cloudflare/python-cloudflare/commit/61ca2d6ee7846403f892ea5a763ca67d9ae37458) automate the list of aliases - far better for future
 - 2023-12-26 09:50:44 -0800 [75234ea](https://github.com/cloudflare/python-cloudflare/commit/75234ea40aff1d29860c386ec64db43b1a521854) Allow PUT and POST to both send files, move params into files when both types used
 - 2023-12-25 16:17:21 -0800 [fc74b5a](https://github.com/cloudflare/python-cloudflare/commit/fc74b5ac5e5085763dae72e4a45641912e02b1b4) more test cases
 - 2023-12-25 16:16:37 -0800 [a42d836](https://github.com/cloudflare/python-cloudflare/commit/a42d83616557376865990cd3af44c39ddc785765) more test cases
 - 2023-12-25 12:56:15 -0800 [945afcc](https://github.com/cloudflare/python-cloudflare/commit/945afcc8ee9192b274e5800f35dfe70b89215176) more test cases and moved pytest to pytest with coverage
 - 2023-12-25 12:54:04 -0800 [08da722](https://github.com/cloudflare/python-cloudflare/commit/08da7224adf0574729a242e9e8bb6090a193eccf) __init__.py needed for coverage to work
 - 2023-12-23 16:23:36 -0800 [42d8a62](https://github.com/cloudflare/python-cloudflare/commit/42d8a62e48d78670d666e9076418e22994989467) added more AI examples
 - 2023-12-23 10:26:50 -0800 [241af4d](https://github.com/cloudflare/python-cloudflare/commit/241af4dd12d5285f789d9c4a626c45dc66e4d905) cleanup of params vs content
 - 2023-12-21 14:20:44 -0800 [57e9c0f](https://github.com/cloudflare/python-cloudflare/commit/57e9c0f10671b72be84db6c4ff302b4792ba8a43) updated to handle new keyword handling method
 - 2023-12-21 14:15:59 -0800 [6769d9f](https://github.com/cloudflare/python-cloudflare/commit/6769d9f2678cca64737d108df9093b8f818e9ea2) updated to handle new keyword handling method
 - 2023-12-14 17:40:29 +0000 [d7ca6d1](https://github.com/cloudflare/python-cloudflare/commit/d7ca6d1ba1a7e84ea843095d33f5eb55add7afdb) Added first pass at Content-Type processing from openapi data

2.14.3

Changelog

Sourced from cloudflare's changelog.

Change Log

  • 2023-12-27 11:50:33 -0800 6153da0 2.15.0
  • 2023-12-27 11:49:53 -0800 d6ae4ea added Content-Type processing on add, removed old api web checking (hence remove bs4), refactoring of all add methods, network now handles data/json cleanly, results returned based on Content-Type via new code, setup/requirements removed BeautifulSoup/bs4
  • 2023-12-26 15:18:00 -0800 91bd97d corrected missing tests; added debug test - useful for coverage
  • 2023-12-26 15:17:07 -0800 25c981a test cf.add()
  • 2023-12-26 15:16:44 -0800 edf9e51 complete rewrite - maybe better; maybe not; however, test runs are nicer to look at
  • 2023-12-26 11:09:14 -0800 61ca2d6 automate the list of aliases - far better for future
  • 2023-12-26 09:50:44 -0800 75234ea Allow PUT and POST to both send files, move params into files when both types used
  • 2023-12-25 16:17:21 -0800 fc74b5a more test cases
  • 2023-12-25 16:16:37 -0800 a42d836 more test cases
  • 2023-12-25 12:56:15 -0800 945afcc more test cases and moved pytest to pytest with coverage
  • 2023-12-25 12:54:04 -0800 08da722 init.py needed for coverage to work
  • 2023-12-23 16:23:36 -0800 42d8a62 added more AI examples
  • 2023-12-23 10:26:50 -0800 241af4d cleanup of params vs content
  • 2023-12-21 14:20:44 -0800 57e9c0f updated to handle new keyword handling method
  • 2023-12-21 14:15:59 -0800 6769d9f updated to handle new keyword handling method
  • 2023-12-14 17:40:29 +0000 d7ca6d1 Added first pass at Content-Type processing from openapi data
  • 2023-12-13 14:01:10 +0000 d141d87 CHANGELOG.md pushed to github
  • 2023-12-13 13:59:55 +0000 9b0787e 2.14.3
  • 2023-12-13 13:52:53 +0000 ab6f4db handle {account-identifier} with a dash vs underscore. Arggg!
  • 2023-12-13 13:52:03 +0000 f445051 /live added - but does not response yet
  • 2023-11-25 20:05:23 -0800 5b7b386 CHANGELOG.md pushed to github
  • 2023-11-25 20:04:41 -0800 b80db60 added AI info
  • 2023-11-25 19:43:28 -0800 c88bbfa account name via -a flag now. should not be needed
  • 2023-11-25 19:26:44 -0800 3621a4d clean up and more
  • 2023-11-25 19:25:59 -0800 282aa54 stable diffusion example
  • 2023-11-25 19:25:07 -0800 3e40a69 clean up and more
  • 2023-11-25 15:14:00 -0800 1eeca98 move config info into code
  • 2023-11-25 15:00:14 -0800 d79b0ec first pass a new AI API calls
  • 2023-11-25 13:06:07 -0800 115fac8 CHANGELOG.md pushed to github
  • 2023-11-25 13:05:33 -0800 bf47169 2.14.1
  • 2023-11-25 13:05:09 -0800 d5f707d cleanup of usage, added more flag descriptions
  • 2023-11-25 13:04:33 -0800 d23ed90 cleanup of usage and getops values - now consistent
  • 2023-11-25 12:42:24 -0800 142a01b timeout values now work from config or api call, added support for image binary results, fixed logging if binary
  • 2023-11-25 12:39:05 -0800 453fed3 handle raw byte output either via --image flag or if return from api is bytes
  • 2023-11-25 10:22:15 -0800 e08610b CHANGELOG.md pushed to github
  • 2023-11-25 10:21:56 -0800 807f99b 2.13.1
  • 2023-11-25 10:17:37 -0800 7dd1888 Merge pull request #175 from Daic115/master
  • 2023-11-25 10:10:15 -0800 838ef13 remove Unicode from README - this caused issues on Windows install
  • 2023-11-25 10:06:52 -0800 cd6f7d1 CHANGELOG.md pushed to github
  • 2023-11-25 10:06:36 -0800 541c8f6 2.12.5
  • 2023-11-25 10:06:19 -0800 2610c98 more api endpoints
  • 2023-11-15 15:58:23 +0800 4524c50 Update setup.py
  • 2023-09-21 18:45:16 -0700 419c90b 2.12.4
  • 2023-09-21 12:18:54 -0700 1982e4e 2.12.3
  • 2023-09-21 12:17:12 -0700 4180462 added ips and issue114 tests
  • 2023-09-21 10:33:13 -0700 0cbfbd3 add importlib_resources info for older Python versions
  • 2023-09-21 10:11:06 -0700 b5aae7e Merge pull request #156 from UsamaSadiq/remove-future-dependency
  • 2023-09-21 10:10:57 -0700 5b3e687 Merge branch 'master' into remove-future-dependency

... (truncated)

Commits
  • 6153da0 2.15.0
  • d6ae4ea added Content-Type processing on add, removed old api web checking (hence rem...
  • 91bd97d corrected missing tests; added debug test - useful for coverage
  • 25c981a test cf.add()
  • edf9e51 complete rewrite - maybe better; maybe not; however, test runs are nicer to l...
  • 61ca2d6 automate the list of aliases - far better for future
  • 75234ea Allow PUT and POST to both send files, move params into files when both types...
  • fc74b5a more test cases
  • a42d836 more test cases
  • 945afcc more test cases and moved pytest to pytest with coverage
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 8 months ago

Superseded by #388.