Skip to content

Commit 15078b7

Browse files
Merge branch 'release-1.37.31'
* release-1.37.31: Bumping version to 1.37.31 Add changelog entries from botocore Upgrade Sphinx and Furo dependencies (#4486) Bump jinja2 from 3.1.4 to 3.1.6
2 parents 4e67468 + 19f752c commit 15078b7

File tree

10 files changed

+164
-92
lines changed

10 files changed

+164
-92
lines changed

.changes/1.37.31.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
[
2+
{
3+
"category": "``controlcatalog``",
4+
"description": "[``botocore``] The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation.",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``dynamodb``",
9+
"description": "[``botocore``] Documentation update for secondary indexes and Create_Table.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``glue``",
14+
"description": "[``botocore``] The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``groundstation``",
19+
"description": "[``botocore``] Support tagging Agents and adjust input field validations",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``transfer``",
24+
"description": "[``botocore``] This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors.",
25+
"type": "api-change"
26+
}
27+
]

CHANGELOG.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
CHANGELOG
33
=========
44

5+
1.37.31
6+
=======
7+
8+
* api-change:``controlcatalog``: [``botocore``] The GetControl API now surfaces a control's Severity, CreateTime, and Identifier for a control's Implementation. The ListControls API now surfaces a control's Behavior, Severity, CreateTime, and Identifier for a control's Implementation.
9+
* api-change:``dynamodb``: [``botocore``] Documentation update for secondary indexes and Create_Table.
10+
* api-change:``glue``: [``botocore``] The TableOptimizer APIs in AWS Glue now return the DpuHours field in each TableOptimizerRun, providing clients visibility to the DPU-hours used for billing in managed Apache Iceberg table compaction optimization.
11+
* api-change:``groundstation``: [``botocore``] Support tagging Agents and adjust input field validations
12+
* api-change:``transfer``: [``botocore``] This launch includes 2 enhancements to SFTP connectors user-experience: 1) Customers can self-serve concurrent connections setting for their connectors, and 2) Customers can discover the public host key of remote servers using their SFTP connectors.
13+
14+
515
1.37.30
616
=======
717

boto3/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from boto3.session import Session
1818

1919
__author__ = 'Amazon Web Services'
20-
__version__ = '1.37.30'
20+
__version__ = '1.37.31'
2121

2222

2323
# The default Boto3 session; autoloaded when needed.

docs/source/_static/css/custom.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ li {
6262
justify-content: center;
6363
cursor: pointer;
6464
}
65+
/* Aligns theme toggle and menu toggle on a medium viewport */
66+
.content-icon-container {
67+
align-items: center;
68+
}
69+
/* Adds gap between theme toggle and menu toggle on a small viewport */
70+
.header-right {
71+
gap: 0.5rem;
72+
}
6573
/* Safeguard for ensuring menus are always visible on larger screens. */
6674
@media (min-width: 82em) {
6775
.hide-sidebar {
@@ -110,3 +118,7 @@ h3.admonition-title::before {
110118
.hidden {
111119
display: none;
112120
}
121+
/* Replaces in-line styling in icons.html */
122+
.icon-opacity{
123+
opacity: 50%;
124+
}

docs/source/_templates/page.html

Lines changed: 36 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@
3939
<div class="visually-hidden">Hide table of contents sidebar</div>
4040
</label>
4141

42+
<a class="skip-to-content muted-link" href="#furo-main-content">
43+
{%- trans -%}
44+
Skip to content
45+
{%- endtrans -%}
46+
</a>
47+
4248
{% if theme_announcement -%}
4349
<div class="announcement">
4450
<aside class="announcement-content">
@@ -62,7 +68,8 @@
6268
<div class="theme-toggle-container theme-toggle-header">
6369
<button class="theme-toggle">
6470
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
65-
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
71+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
72+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
6673
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
6774
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
6875
</button>
@@ -94,16 +101,38 @@
94101
<span>{% trans %}Back to top{% endtrans %}</span>
95102
</a>
96103
<div class="content-icon-container">
97-
{% if theme_top_of_page_button == "edit" -%}
98-
{%- include "components/edit-this-page.html" with context -%}
99-
{%- elif theme_top_of_page_button != None -%}
100-
{{ warning("Got an unsupported value for 'top_of_page_button'") }}
104+
{% if theme_top_of_page_button != "edit" -%}
105+
{{ warning("Got configuration for 'top_of_page_button': this is deprecated.") }}
106+
{%- endif -%}
107+
108+
{%- if theme_top_of_page_buttons == "" -%}
109+
{% if theme_top_of_page_button == None -%}
110+
{#- We respect the old configuration of disabling all the buttons -#}
111+
{%- set theme_top_of_page_buttons = [] -%}
112+
{% else %}
113+
{%- set theme_top_of_page_buttons = ["view", "edit"] -%}
114+
{%- endif -%}
115+
{% else -%}
116+
{% if theme_top_of_page_button != "edit" -%}
117+
{%- set theme_top_of_page_buttons = [] -%}
118+
{{ warning("Got configuration for both 'top_of_page_button' and 'top_of_page_buttons', ignoring both and removing all top of page buttons.") }}
119+
{%- endif -%}
101120
{%- endif -%}
121+
{% for button in theme_top_of_page_buttons -%}
122+
{% if button == "view" %}
123+
{%- include "components/view-this-page.html" with context -%}
124+
{% elif button == "edit" %}
125+
{%- include "components/edit-this-page.html" with context -%}
126+
{% else %}
127+
{{ warning("Got an unsupported value in 'top_of_page_buttons' for theme configuration") }}
128+
{% endif %}
129+
{%- endfor -%}
102130
{#- Theme toggle -#}
103131
<div class="theme-toggle-container theme-toggle-content">
104132
<button class="theme-toggle">
105133
<div class="visually-hidden">Toggle Light / Dark / Auto color theme</div>
106-
<svg class="theme-icon-when-auto"><use href="#svg-sun-half"></use></svg>
134+
<svg class="theme-icon-when-auto-light"><use href="#svg-sun-with-moon"></use></svg>
135+
<svg class="theme-icon-when-auto-dark"><use href="#svg-moon-with-sun"></use></svg>
107136
<svg class="theme-icon-when-dark"><use href="#svg-moon"></use></svg>
108137
<svg class="theme-icon-when-light"><use href="#svg-sun"></use></svg>
109138
</button>
@@ -113,7 +142,7 @@
113142
<i class="icon"><svg><use href="#svg-toc"></use></svg></i>
114143
</label>
115144
</div>
116-
<article role="main">
145+
<article role="main" id="furo-main-content">
117146
{% block content %}{{ body }}{% endblock %}
118147
</article>
119148
</div>
Lines changed: 63 additions & 71 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,32 @@
11
{#This file is a modified version of "icons.html" file in furo version
2-
2022.12.7. #} {# Adapted from Just the Docs #}
2+
2024.08.06. #} {# Adapted from Just the Docs #}
33
<svg xmlns="http://www.w3.org/2000/svg" class="hidden">
44
<symbol id="svg-toc" viewBox="0 0 24 24">
55
<title>Contents</title>
6-
<svg
7-
stroke="currentColor"
8-
fill="currentColor"
9-
stroke-width="0"
10-
viewBox="0 0 1024 1024"
11-
>
12-
<path
13-
d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"
14-
/>
6+
<svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024">
7+
<path d="M408 442h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8zm-8 204c0 4.4 3.6 8 8 8h480c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8H408c-4.4 0-8 3.6-8 8v56zm504-486H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zm0 632H120c-4.4 0-8 3.6-8 8v56c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-56c0-4.4-3.6-8-8-8zM115.4 518.9L271.7 642c5.8 4.6 14.4.5 14.4-6.9V388.9c0-7.4-8.5-11.5-14.4-6.9L115.4 505.1a8.74 8.74 0 0 0 0 13.8z"/>
158
</svg>
169
</symbol>
1710
<symbol id="svg-menu" viewBox="0 0 24 24">
1811
<title>Menu</title>
19-
<svg
20-
xmlns="http://www.w3.org/2000/svg"
21-
viewBox="0 0 24 24"
22-
fill="none"
23-
stroke="currentColor"
24-
stroke-width="2"
25-
stroke-linecap="round"
26-
stroke-linejoin="round"
27-
class="feather-menu"
28-
>
12+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
13+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-menu">
2914
<line x1="3" y1="12" x2="21" y2="12"></line>
3015
<line x1="3" y1="6" x2="21" y2="6"></line>
3116
<line x1="3" y1="18" x2="21" y2="18"></line>
3217
</svg>
3318
</symbol>
3419
<symbol id="svg-arrow-right" viewBox="0 0 24 24">
3520
<title>Expand</title>
36-
<svg
37-
xmlns="http://www.w3.org/2000/svg"
38-
viewBox="0 0 24 24"
39-
fill="none"
40-
stroke="currentColor"
41-
stroke-width="2"
42-
stroke-linecap="round"
43-
stroke-linejoin="round"
44-
class="feather-chevron-right"
45-
>
21+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
22+
stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather-chevron-right">
4623
<polyline points="9 18 15 12 9 6"></polyline>
4724
</svg>
4825
</symbol>
4926
<symbol id="svg-sun" viewBox="0 0 24 24">
5027
<title>Light mode</title>
51-
<svg
52-
xmlns="http://www.w3.org/2000/svg"
53-
viewBox="0 0 24 24"
54-
fill="none"
55-
stroke="currentColor"
56-
stroke-width="1.5"
57-
stroke-linecap="round"
58-
stroke-linejoin="round"
59-
class="feather-sun"
60-
>
28+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
29+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="feather-sun">
6130
<circle cx="12" cy="12" r="5"></circle>
6231
<line x1="12" y1="1" x2="12" y2="3"></line>
6332
<line x1="12" y1="21" x2="12" y2="23"></line>
@@ -71,41 +40,64 @@
7140
</symbol>
7241
<symbol id="svg-moon" viewBox="0 0 24 24">
7342
<title>Dark mode</title>
74-
<svg
75-
xmlns="http://www.w3.org/2000/svg"
76-
viewBox="0 0 24 24"
77-
fill="none"
78-
stroke="currentColor"
79-
stroke-width="1.5"
80-
stroke-linecap="round"
81-
stroke-linejoin="round"
82-
class="icon-tabler-moon"
83-
>
43+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
44+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-moon">
8445
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
85-
<path
86-
d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z"
87-
/>
46+
<path d="M12 3c.132 0 .263 0 .393 0a7.5 7.5 0 0 0 7.92 12.446a9 9 0 1 1 -8.313 -12.454z" />
8847
</svg>
8948
</symbol>
90-
<symbol id="svg-sun-half" viewBox="0 0 24 24">
91-
<title>Auto light/dark mode</title>
92-
<svg
93-
xmlns="http://www.w3.org/2000/svg"
94-
viewBox="0 0 24 24"
95-
fill="none"
96-
stroke="currentColor"
97-
stroke-width="1.5"
98-
stroke-linecap="round"
99-
stroke-linejoin="round"
100-
class="icon-tabler-shadow"
101-
>
49+
<symbol id="svg-sun-with-moon" viewBox="0 0 24 24">
50+
<title>Auto light/dark, in light mode</title>
51+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
52+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
53+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
54+
<path class="icon-opacity" d="M 5.411 14.504 C 5.471 14.504 5.532 14.504 5.591 14.504 C 3.639 16.319 4.383 19.569 6.931 20.352 C 7.693 20.586 8.512 20.551 9.25 20.252 C 8.023 23.207 4.056 23.725 2.11 21.184 C 0.166 18.642 1.702 14.949 4.874 14.536 C 5.051 14.512 5.231 14.5 5.411 14.5 L 5.411 14.504 Z"/>
55+
<line x1="14.5" y1="3.25" x2="14.5" y2="1.25"/>
56+
<line x1="14.5" y1="15.85" x2="14.5" y2="17.85"/>
57+
<line x1="10.044" y1="5.094" x2="8.63" y2="3.68"/>
58+
<line x1="19" y1="14.05" x2="20.414" y2="15.464"/>
59+
<line x1="8.2" y1="9.55" x2="6.2" y2="9.55"/>
60+
<line x1="20.8" y1="9.55" x2="22.8" y2="9.55"/>
61+
<line x1="10.044" y1="14.006" x2="8.63" y2="15.42"/>
62+
<line x1="19" y1="5.05" x2="20.414" y2="3.636"/>
63+
<circle cx="14.5" cy="9.55" r="3.6"/>
64+
</svg>
65+
</symbol>
66+
<symbol id="svg-moon-with-sun" viewBox="0 0 24 24">
67+
<title>Auto light/dark, in dark mode</title>
68+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
69+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round"
70+
class="icon-custom-derived-from-feather-sun-and-tabler-moon">
71+
<path d="M 8.282 7.007 C 8.385 7.007 8.494 7.007 8.595 7.007 C 5.18 10.184 6.481 15.869 10.942 17.24 C 12.275 17.648 13.706 17.589 15 17.066 C 12.851 22.236 5.91 23.143 2.505 18.696 C -0.897 14.249 1.791 7.786 7.342 7.063 C 7.652 7.021 7.965 7 8.282 7 L 8.282 7.007 Z"/>
72+
<line class="icon-opacity" x1="18" y1="3.705" x2="18" y2="2.5"/>
73+
<line class="icon-opacity" x1="18" y1="11.295" x2="18" y2="12.5"/>
74+
<line class="icon-opacity" x1="15.316" y1="4.816" x2="14.464" y2="3.964"/>
75+
<line class="icon-opacity" x1="20.711" y1="10.212" x2="21.563" y2="11.063"/>
76+
<line class="icon-opacity" x1="14.205" y1="7.5" x2="13.001" y2="7.5"/>
77+
<line class="icon-opacity" x1="21.795" y1="7.5" x2="23" y2="7.5"/>
78+
<line class="icon-opacity" x1="15.316" y1="10.184" x2="14.464" y2="11.036"/>
79+
<line class="icon-opacity" x1="20.711" y1="4.789" x2="21.563" y2="3.937"/>
80+
<circle class="icon-opacity" cx="18" cy="7.5" r="2.169"/>
81+
</svg>
82+
</symbol>
83+
<symbol id="svg-pencil" viewBox="0 0 24 24">
84+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
85+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-pencil-code">
86+
<path d="M4 20h4l10.5 -10.5a2.828 2.828 0 1 0 -4 -4l-10.5 10.5v4" />
87+
<path d="M13.5 6.5l4 4" />
88+
<path d="M20 21l2 -2l-2 -2" />
89+
<path d="M17 17l-2 2l2 2" />
90+
</svg>
91+
</symbol>
92+
<symbol id="svg-eye" viewBox="0 0 24 24">
93+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor"
94+
stroke-width="1" stroke-linecap="round" stroke-linejoin="round" class="icon-tabler-eye-code">
10295
<path stroke="none" d="M0 0h24v24H0z" fill="none" />
103-
<circle cx="12" cy="12" r="9" />
104-
<path d="M13 12h5" />
105-
<path d="M13 15h4" />
106-
<path d="M13 18h1" />
107-
<path d="M13 9h4" />
108-
<path d="M13 6h1" />
96+
<path d="M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" />
97+
<path
98+
d="M11.11 17.958c-3.209 -.307 -5.91 -2.293 -8.11 -5.958c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6c-.21 .352 -.427 .688 -.647 1.008" />
99+
<path d="M20 21l2 -2l-2 -2" />
100+
<path d="M17 17l-2 2l2 2" />
109101
</svg>
110102
</symbol>
111103
</svg>

requirements-docs-lock.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ docutils==0.19 \
116116
--hash=sha256:33995a6753c30b7f577febfc2c50411fec6aac7f7ffeb7c4cfe5991072dcf9e6 \
117117
--hash=sha256:5e1de4d849fee02c63b040a4a3fd567f4ab104defd8a5511fbbc24a8a017efbc
118118
# via sphinx
119-
furo==2022.12.7 \
120-
--hash=sha256:7cb76c12a25ef65db85ab0743df907573d03027a33631f17d267e598ebb191f7 \
121-
--hash=sha256:d8008f8efbe7587a97ba533c8b2df1f9c21ee9b3e5cad0d27f61193d38b1a986
119+
furo==2024.8.6 \
120+
--hash=sha256:6cd97c58b47813d3619e63e9081169880fbe331f0ca883c871ff1f3f11814f5c \
121+
--hash=sha256:b63e4cee8abfc3136d3bc03a3d45a76a850bada4d6374d24c1716b0e01394a01
122122
# via -r requirements-docs.txt
123123
idna==3.7 \
124124
--hash=sha256:028ff3aadf0609c1fd278d8ea3089299412a7a8b9bd005dd08b9f8285bcb5cfc \
@@ -132,9 +132,9 @@ importlib-metadata==8.0.0 \
132132
--hash=sha256:15584cf2b1bf449d98ff8a6ff1abef57bf20f3ac6454f431736cd3e660921b2f \
133133
--hash=sha256:188bd24e4c346d3f0a933f275c2fec67050326a856b9a359881d7c2a697e8812
134134
# via sphinx
135-
jinja2==3.1.4 \
136-
--hash=sha256:4a3aee7acbbe7303aede8e9648d13b8bf88a429282aa6122a993f0ac800cb369 \
137-
--hash=sha256:bc5dd2abb727a5319567b7a813e6a2e7318c39f4f487cfe6c89c6f9c7d25197d
135+
jinja2==3.1.6 \
136+
--hash=sha256:0137fb05990d35f1275a587e9aee6d56da821fc83491a0fb838183be43f66d6d \
137+
--hash=sha256:85ece4451f492d0c13c5dd7c13a64681a86afae63a5f347908daf103ce6d2f67
138138
# via sphinx
139139
markupsafe==2.1.5 \
140140
--hash=sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf \
@@ -224,9 +224,9 @@ soupsieve==2.5 \
224224
--hash=sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690 \
225225
--hash=sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7
226226
# via beautifulsoup4
227-
sphinx==5.3.0 \
228-
--hash=sha256:060ca5c9f7ba57a08a1219e547b269fadf125ae25b06b9fa7f66768efb652d6d \
229-
--hash=sha256:51026de0a9ff9fc13c05d74913ad66047e104f56a129ff73e174eb5c3ee794b5
227+
sphinx==7.1.2 ; python_version < "3.9" \
228+
--hash=sha256:780f4d32f1d7d1126576e0e5ecc19dc32ab76cd24e950228dcf7b1f6d3d9e22f \
229+
--hash=sha256:d170a81825b2fcacb6dfd5a0d7f578a053e45d3f2b153fecc948c37344eb4cbe
230230
# via
231231
# -r requirements-docs.txt
232232
# furo

requirements-docs.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
sphinx==5.3.0
2-
furo==2022.12.7
1+
sphinx==7.4.7 ; python_version >= "3.9"
2+
# Use sphinx 7.1.2 for Python 3.8
3+
sphinx==7.1.2 ; python_version < "3.9"
4+
furo==2024.08.06
35
sphinx_copybutton==0.5.1
46
sphinx-remove-toctrees==0.0.3
57
# Avoid urllib3 2.x below Python 3.10

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ universal = 0
33

44
[metadata]
55
requires_dist =
6-
botocore>=1.37.30,<1.38.0
6+
botocore>=1.37.31,<1.38.0
77
jmespath>=0.7.1,<2.0.0
88
s3transfer>=0.11.0,<0.12.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
requires = [
17-
'botocore>=1.37.30,<1.38.0',
17+
'botocore>=1.37.31,<1.38.0',
1818
'jmespath>=0.7.1,<2.0.0',
1919
's3transfer>=0.11.0,<0.12.0',
2020
]

0 commit comments

Comments
 (0)