We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf91b34 commit 65d5350Copy full SHA for 65d5350
lib/docs/scrapers/requests.rb
@@ -6,15 +6,15 @@ class Requests < UrlScraper
6
home: 'https://requests.readthedocs.io/',
7
code: 'https://github.com/psf/requests'
8
}
9
- self.release = '2.28.1'
+ self.release = '2.32.5'
10
self.base_url = "https://requests.readthedocs.io/en/latest/api/"
11
12
html_filters.push 'requests/entries', 'sphinx/clean_html'
13
14
options[:container] = '.body > section'
15
16
options[:attribution] = <<-HTML
17
- © 2011-2022 Kenneth Reitz and other contributors<br>
+ © 2011-2025 Kenneth Reitz and other contributors<br>
18
Licensed under the Apache license.
19
HTML
20
0 commit comments