Skip to content

Commit 6fb06a5

Browse files
authored
[fix][chore] Bump Libs (#2078)
1 parent d62b4ea commit 6fb06a5

File tree

5 files changed

+48
-46
lines changed

5 files changed

+48
-46
lines changed

fixcore/fixcore/cli/model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,7 +738,7 @@ async def execute(self) -> Tuple[CLISourceContext, JsStream]:
738738
flow = await flow_action.flow(flow)
739739
return context, flow
740740
else:
741-
return CLISourceContext(count=0), stream.empty() # type: ignore
741+
return CLISourceContext(count=0), stream.empty()
742742

743743

744744
class CLI(ABC):

fixlib/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ test = [
7070
"types-pytz",
7171
"types-requests",
7272
"types-setuptools",
73+
"types-six",
7374
"types-tzlocal",
7475
"wheel",
7576
]

requirements-all.txt

Lines changed: 23 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ aiohttp[speedups]==3.9.5
44
aiohttp-jinja2==1.6
55
aiohttp-swagger3==0.8.0
66
aiosignal==1.3.1
7-
aiostream==0.5.2
7+
aiostream==0.6.1
88
apscheduler==3.10.4
99
asn1crypto==1.5.1
10-
astroid==3.1.0
10+
astroid==3.2.2
1111
attrs==23.2.0
1212
autocommand==2.2.2
1313
azure-common==1.1.28
@@ -19,8 +19,8 @@ backoff==2.2.1
1919
backports-tarfile==1.1.1
2020
bcrypt==4.1.3
2121
black==24.4.2
22-
boto3==1.34.100
23-
botocore==1.34.100
22+
boto3==1.34.110
23+
botocore==1.34.110
2424
brotli==1.1.0
2525
build==1.2.1
2626
cachetools==5.3.3
@@ -52,7 +52,7 @@ flake8==7.0.0
5252
frozendict==2.4.4
5353
frozenlist==1.4.1
5454
google-api-core==2.19.0
55-
google-api-python-client==2.128.0
55+
google-api-python-client==2.129.0
5656
google-auth==2.29.0
5757
google-auth-httplib2==0.2.0
5858
google-cloud-core==2.4.1
@@ -61,7 +61,7 @@ google-crc32c==1.5.0
6161
google-resumable-media==2.7.0
6262
googleapis-common-protos==1.63.0
6363
httplib2==0.22.0
64-
hypothesis==6.100.5
64+
hypothesis==6.102.4
6565
idna==3.7
6666
importlib-metadata==7.1.0
6767
inflect==7.2.1
@@ -98,12 +98,12 @@ packaging==24.0
9898
paramiko==3.4.0
9999
parsy==2.1
100100
pathspec==0.12.1
101-
pep8-naming==0.13.3
101+
pep8-naming==0.14.1
102102
pint==0.23
103103
pip==24.0
104104
pip-tools==7.4.1
105105
plantuml==0.3.0
106-
platformdirs==4.2.1
106+
platformdirs==4.2.2
107107
pluggy==1.5.0
108108
portalocker==2.8.2
109109
portend==3.2.0
@@ -114,7 +114,7 @@ proto-plus==1.23.0
114114
protobuf==4.25.3
115115
psutil==5.9.8
116116
psycopg2-binary==2.9.9
117-
pyarrow==16.0.0
117+
pyarrow==16.1.0
118118
pyasn1==0.6.0
119119
pyasn1-modules==0.4.0
120120
pycares==4.4.0
@@ -124,65 +124,66 @@ pyflakes==3.2.0
124124
pygithub==2.3.0
125125
pygments==2.18.0
126126
pyjwt[crypto]==2.8.0
127-
pylint==3.1.0
128-
pymysql==1.1.0
127+
pylint==3.2.2
128+
pymysql==1.1.1
129129
pynacl==1.5.0
130130
pyopenssl==24.1.0
131131
pyparsing==3.1.2
132132
pyproject-api==1.6.1
133133
pyproject-hooks==1.1.0
134-
pytest==8.2.0
135-
pytest-asyncio==0.23.6
134+
pytest==8.2.1
135+
pytest-asyncio==0.23.7
136136
pytest-cov==5.0.0
137137
pytest-runner==6.0.1
138138
python-arango==7.9.1
139139
python-dateutil==2.9.0.post0
140140
pytz==2024.1
141141
pyvmomi==8.0.2.0.1
142142
pyyaml==6.0.1
143-
requests==2.31.0
143+
requests==2.32.2
144144
requests-oauthlib==2.0.0
145145
requests-toolbelt==1.0.0
146146
retrying==1.3.4
147147
rfc3339-validator==0.1.4
148148
rich==13.7.1
149149
rsa==4.9
150150
s3transfer==0.10.1
151-
setuptools==69.5.1
151+
setuptools==70.0.0
152152
six==1.16.0
153-
slack-sdk==3.27.1
154-
snowflake-connector-python==3.10.0
153+
slack-sdk==3.27.2
154+
snowflake-connector-python==3.10.1
155155
snowflake-sqlalchemy==1.5.3
156156
sortedcontainers==2.4.0
157157
sqlalchemy==1.4.52
158158
tempora==5.5.1
159159
tenacity==8.3.0
160160
toml==0.10.2
161-
tomlkit==0.12.4
161+
tomlkit==0.12.5
162162
toolz==0.12.1
163163
tox==4.15.0
164-
transitions==0.9.0
164+
transitions==0.9.1
165165
typeguard==4.2.1
166166
types-aiofiles==23.2.0.20240403
167167
types-python-dateutil==2.9.0.20240316
168168
types-pytz==2024.1.0.20240417
169169
types-pyyaml==6.0.12.20240311
170170
types-requests==2.31.0.6
171-
types-setuptools==69.5.0.20240423
171+
types-setuptools==69.5.0.20240522
172172
types-tzlocal==5.1.0.1
173173
types-urllib3==1.26.25.14
174174
typing-extensions==4.11.0
175+
types_six==1.16.21.20240513
175176
typish==1.9.3
176177
tzdata==2024.1
177178
tzlocal==5.2
178179
uritemplate==4.1.1
179180
urllib3==1.26.18
180181
ustache==0.1.5
181-
virtualenv==20.26.1
182+
virtualenv==20.26.2
182183
wcwidth==0.2.13
183184
websocket-client==1.8.0
184185
wheel==0.43.0
185186
wrapt==1.16.0
186187
yarl==1.9.4
187188
zc-lockfile==3.0.post1
188-
zipp==3.18.1
189+
zipp==3.18.2

requirements-extra.txt

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aiohttp[speedups]==3.9.5
44
aiohttp-jinja2==1.6
55
aiohttp-swagger3==0.8.0
66
aiosignal==1.3.1
7-
aiostream==0.5.2
7+
aiostream==0.6.1
88
apscheduler==3.10.4
99
asn1crypto==1.5.1
1010
attrs==23.2.0
@@ -17,8 +17,8 @@ azure-mgmt-resource==23.1.1
1717
backoff==2.2.1
1818
backports-tarfile==1.1.1
1919
bcrypt==4.1.3
20-
boto3==1.34.100
21-
botocore==1.34.100
20+
boto3==1.34.110
21+
botocore==1.34.110
2222
brotli==1.1.0
2323
cachetools==5.3.3
2424
cattrs==23.2.3
@@ -42,7 +42,7 @@ fixinventorydata==0.2.6
4242
frozendict==2.4.4
4343
frozenlist==1.4.1
4444
google-api-core==2.19.0
45-
google-api-python-client==2.128.0
45+
google-api-python-client==2.129.0
4646
google-auth==2.29.0
4747
google-auth-httplib2==0.2.0
4848
google-cloud-core==2.4.1
@@ -83,7 +83,7 @@ paramiko==3.4.0
8383
parsy==2.1
8484
pint==0.23
8585
plantuml==0.3.0
86-
platformdirs==4.2.1
86+
platformdirs==4.2.2
8787
portalocker==2.8.2
8888
portend==3.2.0
8989
posthog==3.5.0
@@ -93,15 +93,15 @@ proto-plus==1.23.0
9393
protobuf==4.25.3
9494
psutil==5.9.8
9595
psycopg2-binary==2.9.9
96-
pyarrow==16.0.0
96+
pyarrow==16.1.0
9797
pyasn1==0.6.0
9898
pyasn1-modules==0.4.0
9999
pycares==4.4.0
100100
pycparser==2.22
101101
pygithub==2.3.0
102102
pygments==2.18.0
103103
pyjwt[crypto]==2.8.0
104-
pymysql==1.1.0
104+
pymysql==1.1.1
105105
pynacl==1.5.0
106106
pyopenssl==24.1.0
107107
pyparsing==3.1.2
@@ -110,26 +110,26 @@ python-dateutil==2.9.0.post0
110110
pytz==2024.1
111111
pyvmomi==8.0.2.0.1
112112
pyyaml==6.0.1
113-
requests==2.31.0
113+
requests==2.32.2
114114
requests-oauthlib==2.0.0
115115
requests-toolbelt==1.0.0
116116
retrying==1.3.4
117117
rfc3339-validator==0.1.4
118118
rich==13.7.1
119119
rsa==4.9
120120
s3transfer==0.10.1
121-
setuptools==69.5.1
121+
setuptools==70.0.0
122122
six==1.16.0
123-
slack-sdk==3.27.1
124-
snowflake-connector-python==3.10.0
123+
slack-sdk==3.27.2
124+
snowflake-connector-python==3.10.1
125125
snowflake-sqlalchemy==1.5.3
126126
sortedcontainers==2.4.0
127127
sqlalchemy==1.4.52
128128
tempora==5.5.1
129129
tenacity==8.3.0
130-
tomlkit==0.12.4
130+
tomlkit==0.12.5
131131
toolz==0.12.1
132-
transitions==0.9.0
132+
transitions==0.9.1
133133
typeguard==4.2.1
134134
typing-extensions==4.11.0
135135
typish==1.9.3
@@ -143,4 +143,4 @@ websocket-client==1.8.0
143143
wrapt==1.16.0
144144
yarl==1.9.4
145145
zc-lockfile==3.0.post1
146-
zipp==3.18.1
146+
zipp==3.18.2

requirements.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ aiohttp[speedups]==3.9.5
44
aiohttp-jinja2==1.6
55
aiohttp-swagger3==0.8.0
66
aiosignal==1.3.1
7-
aiostream==0.5.2
7+
aiostream==0.6.1
88
apscheduler==3.10.4
99
attrs==23.2.0
1010
autocommand==2.2.2
@@ -16,8 +16,8 @@ azure-mgmt-resource==23.1.1
1616
backoff==2.2.1
1717
backports-tarfile==1.1.1
1818
bcrypt==4.1.3
19-
boto3==1.34.100
20-
botocore==1.34.100
19+
boto3==1.34.110
20+
botocore==1.34.110
2121
brotli==1.1.0
2222
cachetools==5.3.3
2323
cattrs==23.2.3
@@ -40,7 +40,7 @@ fixinventorydata==0.2.6
4040
frozendict==2.4.4
4141
frozenlist==1.4.1
4242
google-api-core==2.19.0
43-
google-api-python-client==2.128.0
43+
google-api-python-client==2.129.0
4444
google-auth==2.29.0
4545
google-auth-httplib2==0.2.0
4646
googleapis-common-protos==1.63.0
@@ -98,22 +98,22 @@ python-dateutil==2.9.0.post0
9898
pytz==2024.1
9999
pyvmomi==8.0.2.0.1
100100
pyyaml==6.0.1
101-
requests==2.31.0
101+
requests==2.32.2
102102
requests-oauthlib==2.0.0
103103
requests-toolbelt==1.0.0
104104
retrying==1.3.4
105105
rfc3339-validator==0.1.4
106106
rich==13.7.1
107107
rsa==4.9
108108
s3transfer==0.10.1
109-
setuptools==69.5.1
109+
setuptools==70.0.0
110110
six==1.16.0
111-
slack-sdk==3.27.1
111+
slack-sdk==3.27.2
112112
sqlalchemy==1.4.52
113113
tempora==5.5.1
114114
tenacity==8.3.0
115115
toolz==0.12.1
116-
transitions==0.9.0
116+
transitions==0.9.1
117117
typeguard==4.2.1
118118
typing-extensions==4.11.0
119119
typish==1.9.3
@@ -127,4 +127,4 @@ websocket-client==1.8.0
127127
wrapt==1.16.0
128128
yarl==1.9.4
129129
zc-lockfile==3.0.post1
130-
zipp==3.18.1
130+
zipp==3.18.2

0 commit comments

Comments
 (0)