Mike Fiedler
242d3113c0
docs: specify sphinx dirhtml builder
...
With the requirement of a configuration file, the default builder
of `dirhtml` that RTD used to use is no longer specified.
This leads to URLs ending in `.html` now, which
breaks other exisitng references.
Refs: #6603
Refs: https://docs.readthedocs.io/en/stable/config-file/v2.html#sphinx-builder
Refs: https://www.sphinx-doc.org/en/master/usage/builders/index.html#sphinx.builders.dirhtml.DirectoryHTMLBuilder
Signed-off-by: Mike Fiedler <miketheman@gmail.com >
2023-12-23 16:16:50 +00:00
Nate Prewitt
1396eb6f7a
Merge pull request #6605 from jaikishpai/fix-#6604
...
fix for ##6604
2023-12-19 22:17:55 -08:00
Nate Prewitt
e4c821a247
Merge pull request #6607 from psf/dependabot/github_actions/github/codeql-action-3.22.11
...
Bump github/codeql-action from 2.22.1 to 3.22.11
2023-12-18 09:30:42 -08:00
dependabot[bot]
421b1f1757
Bump github/codeql-action from 2.22.1 to 3.22.11
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.1 to 3.22.11.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/fdcae64e1484d349b3366718cdfef3d404390e85...b374143c1149a9115d881581d29b8390bbcbb59c )
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-18 16:39:47 +00:00
Jaikish Pai
1447bccc05
fix for ##6604
2023-12-17 22:34:30 +01:00
Ian Stapleton Cordasco
3b5978fc5d
Merge pull request #6592 from atatuzuner61/bug/6584
...
"TOO_EARLY" type definition for status code 425
2023-12-16 14:24:02 -06:00
Ian Stapleton Cordasco
1ddf014f47
Merge pull request #6600 from MestreLion/MestreLion-connection-timeout-note
...
Add note on connection timeout being larger than specified. Fix #5773
2023-12-16 07:30:18 -06:00
Ian Stapleton Cordasco
92f9e431c9
Update docs/user/advanced.rst
...
Add note about wall clock too
2023-12-16 07:29:50 -06:00
Ian Stapleton Cordasco
951dd15fa6
Update docs/user/advanced.rst
...
fix indentation for note so it renders properly
2023-12-16 07:26:23 -06:00
Ian Stapleton Cordasco
51d0d83eaf
Merge pull request #6603 from nsoranzo/rtd_config
...
Add now mandatory readthedocs config file
2023-12-16 07:24:37 -06:00
Nicola Soranzo
c7c2ebf1a7
Add now mandatory readthedocs config file
...
Docs builds currently fail with:
```
Problem in your project's configuration. No default configuration file found at repository's root. See https://docs.readthedocs.io/en/stable/config-file/
```
See e.g. https://readthedocs.org/projects/requests/builds/22842479/
2023-12-15 20:59:56 +00:00
Rodrigo Silva
a64f32ba45
Add note on connection timeout being larger than specified. Fix #5773
...
On servers with multiple IPs, such as IPv4 and IPv6, `urllib3` tries each address sequentially until one successfully connects, using the specified timeout for _each_ attempt, leading to a total connection timeout that is a _multiple_ of the requested time.
2023-12-13 10:05:12 -03:00
Nate Prewitt
a25fde6989
Merge pull request #6599 from psf/dependabot/github_actions/actions/setup-python-5.0.0
2023-12-11 08:11:07 -08:00
dependabot[bot]
ba67dc8dcc
Bump actions/setup-python from 4.7.0 to 5.0.0
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4.7.0 to 5.0.0.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/61a6322f88396a6271a6ee3565807d608ecaddd1...0a5c61591373683505ea898e09a3ea4f39ef2b9c )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-12-11 16:07:15 +00:00
Nate Prewitt
769bc3ae5c
Merge pull request #6596 from psf/fix-autoclose-automtaion
...
Update close-issues.yml
2023-12-01 09:18:02 -08:00
Ian Stapleton Cordasco
d6ffd868ee
Update close-issues.yml
...
I noticed the auto-labeling was working but not the auto-closing. Looking at recent actions runs I see that we need to specify the token even if we're not giving our own special token. See https://github.com/psf/requests/actions/runs/7057701782/job/19211845073#step:2:13 for additional context, namely
```
gh: To use GitHub CLI in a GitHub Actions workflow, set the GH_TOKEN environment variable. Example:
env:
GH_TOKEN: ${{ github.token }}
```
2023-12-01 08:05:59 -06:00
Ata Tuzuner
ec84f2c539
Fixes to test
2023-11-29 12:27:18 -05:00
Ata Tuzuner
889910c77a
Added tests for status code 425 definitions.
2023-11-29 12:24:15 -05:00
Ata Tuzuner
b37878d340
Too early definition added to 425 status code type
2023-11-28 18:12:22 -05:00
Ian Stapleton Cordasco
0b4d494192
Merge pull request #6581 from EFord36/typo-fix
...
fix docstring typo: a -> as
2023-11-22 09:10:47 -06:00
Elliot Ford
15849947ec
fix docstring typo: a -> as
2023-11-22 11:34:04 +00:00
Ian Stapleton Cordasco
c6de5a14e5
Merge pull request #6580 from psf/dependabot/github_actions/dessant/lock-threads-5.0.0
...
Bump dessant/lock-threads from 4.0.1 to 5.0.0
2023-11-20 10:37:07 -06:00
dependabot[bot]
e66a07b286
Bump dessant/lock-threads from 4.0.1 to 5.0.0
...
Bumps [dessant/lock-threads](https://github.com/dessant/lock-threads ) from 4.0.1 to 5.0.0.
- [Release notes](https://github.com/dessant/lock-threads/releases )
- [Changelog](https://github.com/dessant/lock-threads/blob/main/CHANGELOG.md )
- [Commits](https://github.com/dessant/lock-threads/compare/be8aa5be94131386884a6da4189effda9b14aa21...d42e5f49803f3c4e14ffee0378e31481265dda22 )
---
updated-dependencies:
- dependency-name: dessant/lock-threads
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-20 16:28:17 +00:00
Nate Prewitt
9e98a8749a
Merge pull request #6574 from msea1/matthew/fix_space
2023-11-15 23:44:49 -08:00
Matthew Carruth
c32b046243
Fix missing space in error message
2023-11-15 17:00:28 -08:00
Nate Prewitt
839a8edec3
Merge pull request #6552 from swims-hjkl/issue/test_header_validation
...
#6551 - assert statements for test test_header_validation
2023-10-17 23:08:52 -07:00
sumedhrao7
a8e9c1b436
added assert statements into tests/test_requests/test_header_validation in regards to the issue #6551
2023-10-18 07:40:50 +05:30
Nate Prewitt
b55bb15c35
Merge pull request #6527 from sigmavirus24/update-templates
...
Autoclose specific issue templates
2023-10-11 09:29:20 -07:00
Ian Stapleton Cordasco
8187768622
Update close-issues.yml
...
Remove references to GITHUB_TOKEN/MY_TOKEN
2023-10-11 08:19:57 -05:00
Ian Stapleton Cordasco
f75b9504fc
Update close comment
...
Co-authored-by: Nate Prewitt <nate.prewitt@gmail.com >
2023-10-11 08:19:14 -05:00
Nate Prewitt
8199a2b389
Merge pull request #6548 from psf/dependabot/github_actions/github/codeql-action-2.22.1
...
Bump github/codeql-action from 2.21.3 to 2.22.1
2023-10-09 09:49:28 -07:00
dependabot[bot]
42a3b5cce8
Bump github/codeql-action from 2.21.3 to 2.22.1
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.21.3 to 2.22.1.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/github/codeql-action/compare/5b6282e01c62d02e720b81eb8a51204f527c3624...fdcae64e1484d349b3366718cdfef3d404390e85 )
---
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 >
2023-10-09 16:29:55 +00:00
Nate Prewitt
f5a7aefc2d
Fix urllib3 pin in setup.cfg ( #6545 )
2023-10-06 16:34:24 -06:00
Nate Prewitt
ee93fac6b2
Merge pull request #6538 from psf/dependabot/github_actions/actions/checkout-4.1.0
...
Bump actions/checkout from 4.0.0 to 4.1.0
2023-09-25 11:30:05 -07:00
dependabot[bot]
a775435c4b
Bump actions/checkout from 4.0.0 to 4.1.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4.0.0 to 4.1.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/3df4ab11eba7bda6032a0b82a6bb43b11571feac...8ade135a41bc03ea155e62e844d188df1ea18608 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-25 16:28:35 +00:00
Ian Stapleton Cordasco
6c8d9b1d0f
Autoclose specific issue templates
...
We spend a fair amount of time closing issues because people don't read
the template closely or understand what they're being told. Let's take
advantage of being able to auto-label an issue based on the template and
then trigger a workflow to auto-magically close the issue with a message
and lock the issue.
2023-09-13 09:33:58 -05:00
Ian Stapleton Cordasco
881281250f
Merge pull request #6519 from psf/dependabot/github_actions/actions/checkout-4.0.0
...
Bump actions/checkout from 3.6.0 to 4.0.0
2023-09-04 19:17:08 -05:00
dependabot[bot]
29fc8d1e93
Bump actions/checkout from 3.6.0 to 4.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/f43a0e5ff2bd294095638e18286ca9a3d1956744...3df4ab11eba7bda6032a0b82a6bb43b11571feac )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-09-04 16:21:27 +00:00
Ian Stapleton Cordasco
8b560ecb24
Merge pull request #6517 from jnhyperion/remove-pytest-ini
...
Remove pytest.ini in MANIFEST.in since it does not exist anymore
2023-08-29 09:27:10 -05:00
Johnny.H
4585a7fbda
remove pytest.ini since it does not exist anymore
2023-08-29 13:41:49 +08:00
Ian Stapleton Cordasco
16dc70df34
Merge pull request #6516 from psf/dependabot/github_actions/actions/checkout-3.6.0
...
Bump actions/checkout from 3.5.3 to 3.6.0
2023-08-28 14:05:56 -05:00
dependabot[bot]
bea231b033
Bump actions/checkout from 3.5.3 to 3.6.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/c85c95e3d7251135ab7dc9ce3241c5835cc595a9...f43a0e5ff2bd294095638e18286ca9a3d1956744 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-08-28 16:12:37 +00:00
13steinj
2ee5b0b01c
Fix documentation monthly download badge ( #6508 )
2023-08-18 11:01:26 -06:00
Jonas Schell
89f0eb91b3
fix monthly download badge ( #6507 )
2023-08-16 08:16:53 -07:00
Nate Prewitt
005571d118
Remove pytest-mock requirement ( #6505 )
2023-08-13 16:08:21 -07:00
Nate Prewitt
d63e94f552
Move to src directory ( #6506 )
2023-08-13 14:46:13 -07:00
Nate Prewitt
e9fa2e2da3
Add 3.12 classifier and tox configuration ( #6503 )
2023-08-13 12:56:18 -07:00
Nate Prewitt
678fca8423
Upgrade to httpbin 0.10.0 ( #6496 )
2023-08-13 09:56:53 -07:00
Nate Prewitt
d8152769ce
Merge pull request #6501 from psf/dependabot/github_actions/actions/checkout-3.5.3
2023-08-12 13:15:39 -07:00
Nate Prewitt
9ff1a25ef5
Merge pull request #6502 from psf/dependabot/github_actions/github/codeql-action-2.21.3
...
Bump github/codeql-action from 1.1.39 to 2.21.3
2023-08-12 12:50:52 -07:00