Skip to content

Commit 65d5350

Browse files
committed
Update Requests documentation (2.32.5)
1 parent bf91b34 commit 65d5350

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/docs/scrapers/requests.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ class Requests < UrlScraper
66
home: 'https://requests.readthedocs.io/',
77
code: 'https://github.com/psf/requests'
88
}
9-
self.release = '2.28.1'
9+
self.release = '2.32.5'
1010
self.base_url = "https://requests.readthedocs.io/en/latest/api/"
1111

1212
html_filters.push 'requests/entries', 'sphinx/clean_html'
1313

1414
options[:container] = '.body > section'
1515

1616
options[:attribution] = <<-HTML
17-
&copy; 2011-2022 Kenneth Reitz and other contributors<br>
17+
&copy; 2011-2025 Kenneth Reitz and other contributors<br>
1818
Licensed under the Apache license.
1919
HTML
2020

0 commit comments

Comments
 (0)