Pārlūkot izejas kodu

Update Requests documentation (2.32.5)

Simon Legner 2 dienas atpakaļ
vecāks
revīzija
65d5350d6e
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      lib/docs/scrapers/requests.rb

+ 2 - 2
lib/docs/scrapers/requests.rb

@@ -6,7 +6,7 @@ module Docs
       home: 'https://requests.readthedocs.io/',
       code: 'https://github.com/psf/requests'
     }
-    self.release = '2.28.1'
+    self.release = '2.32.5'
     self.base_url = "https://requests.readthedocs.io/en/latest/api/"
 
     html_filters.push 'requests/entries', 'sphinx/clean_html'
@@ -14,7 +14,7 @@ module Docs
     options[:container] = '.body > section'
 
     options[:attribution] = <<-HTML
-      &copy; 2011-2022 Kenneth Reitz and other contributors<br>
+      &copy; 2011-2025 Kenneth Reitz and other contributors<br>
       Licensed under the Apache license.
     HTML