main
Name already in use
Commits on May 19, 2023
-
Added OpenGraph information to the documentation
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
-
Commits on May 16, 2023
-
Bump slsa-framework/slsa-github-generator from 1.5.0 to 1.6.0
Bumps [slsa-framework/slsa-github-generator](https://github.com/slsa-framework/slsa-github-generator) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/slsa-framework/slsa-github-generator/releases) - [Changelog](https://github.com/slsa-framework/slsa-github-generator/blob/main/CHANGELOG.md) - [Commits](slsa-framework/slsa-github-generator@v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: slsa-framework/slsa-github-generator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Commits on May 14, 2023
Commits on May 11, 2023
Commits on May 8, 2023
-
Document common 2.0 upgrading issues
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com>
Commits on May 3, 2023
Commits on May 2, 2023
-
Show urllib3.request() in README (#3006)
Since version 2.0 a top level request method can be used for HTTP calls.
Commits on Apr 30, 2023
Commits on Apr 29, 2023
Commits on Apr 28, 2023
Commits on Apr 26, 2023
Commits on Apr 25, 2023
Commits on Apr 24, 2023
-
Bump actions/setup-python from 4.5.0 to 4.6.0
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4.5.0 to 4.6.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@d27e3f3...57ded4d) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Bump github/codeql-action from 2.2.9 to 2.3.0
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.2.9 to 2.3.0. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@04df126...b2c19fb) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
-
Fix InsecureRequestWarning warnings in test suite
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>
-
Commits on Apr 23, 2023
Commits on Apr 22, 2023
-
Fix io_refs bug with pyopenssl.WrappedSocket and securetransport.Wrap…
…pedSocket.close()
Commits on Apr 21, 2023
-
Remove dummy setup.py file (#2976)
GitHub Actions is dropping support for Python 2.7, making this difficult to test. Thankfully, Python 2.7 only accounts for 4% of our total downloads. The share of users using an ancient pip is probably even smaller.
-
Commits on Apr 19, 2023
Commits on Apr 18, 2023
-
-
Run coverage step even if some jobs have failed
We often have transient failures that don't affect coverage, and knowing the current coverage even with failures is useful. We also removed an unused codecov.yml file.
Commits on Apr 15, 2023
-
Fix test_ssl_object_attributes
Co-authored-by: Seth Michael Larson <sethmichaellarson@gmail.com>