Skip to content

Commit 6ee0517

Browse files
authored
[fix][chore] Bump Libs (#2309)
1 parent 13a692f commit 6ee0517

File tree

7 files changed

+126
-126
lines changed

7 files changed

+126
-126
lines changed

fixcore/fixcore/report/__init__.py

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

3434
@total_ordering
3535
class ReportSeverity(Enum):
36-
kind: ClassVar[str] = "fix_core_report_check_severity"
36+
kind: ClassVar[str] = "fix_core_report_check_severity" # type: ignore
3737
info = "info"
3838
low = "low"
3939
medium = "medium"

fixlib/fixlib/baseresources.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@ class BaseBucket(BaseResource):
10981098

10991099
@unique
11001100
class QueueType(Enum):
1101-
kind: ClassVar[str] = "queue_type"
1101+
kind: ClassVar[str] = "queue_type" # type: ignore
11021102
STANDARD = "standard"
11031103
FIFO = "fifo"
11041104

fixworker/test/test_collect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class ExampleAccount(BaseAccount):
2323
kind: ClassVar[str] = "example_account"
2424

2525
def delete(self, graph: Graph) -> bool:
26-
return NotImplemented
26+
return False
2727

2828

2929
class ExampleCollectorPlugin(BaseCollectorPlugin):

fixworker/test/test_fixcore.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class ExampleAccount(BaseAccount):
1717
kind: ClassVar[str] = "example_account"
1818

1919
def delete(self, graph: Graph) -> bool:
20-
return NotImplemented
20+
return False
2121

2222

2323
class ExampleCollectorPlugin(BaseCollectorPlugin):

requirements-all.txt

Lines changed: 52 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ aiohappyeyeballs==2.4.4
44
aiohttp[speedups]==3.10.11
55
aiohttp-jinja2==1.6
66
aiohttp-swagger3==0.9.0
7-
aiosignal==1.3.1
7+
aiosignal==1.3.2
88
apscheduler==3.11.0
99
asn1crypto==1.5.1
10-
astroid==3.3.5
11-
attrs==24.2.0
10+
astroid==3.3.8
11+
attrs==25.1.0
1212
autocommand==2.2.2
1313
azure-common==1.1.28
1414
azure-core==1.32.0
@@ -18,35 +18,35 @@ azure-mgmt-resource==23.2.0
1818
backoff==2.2.1
1919
beautifulsoup4==4.12.3
2020
black==24.10.0
21-
boto3==1.35.76
22-
botocore==1.35.76
21+
boto3==1.36.6
22+
botocore==1.36.6
2323
brotli==1.1.0
2424
build==1.2.2.post1
2525
cached-property==2.0.1
26-
cachetools==5.5.0
26+
cachetools==5.5.1
2727
cattrs==24.1.2
28-
cerberus==1.3.5
29-
certifi==2024.8.30
28+
cerberus==1.3.7
29+
certifi==2024.12.14
3030
cffi==1.17.1
3131
chardet==5.2.0
32-
charset-normalizer==3.4.0
32+
charset-normalizer==3.4.1
3333
cheroot==10.0.1
3434
cherrypy==18.10.0
35-
click==8.1.7
35+
click==8.1.8
3636
click-option-group==0.5.6
37-
cloudsplaining==0.7.0
37+
cloudsplaining==0.8.0
3838
colorama==0.4.6
39-
coverage[toml]==7.6.8
39+
coverage[toml]==7.6.10
4040
cryptography==44.0.0
4141
deepdiff==8.0.1
4242
defusedxml==0.7.1
43-
deprecated==1.2.15
43+
deprecated==1.2.18
4444
detect-secrets==1.5.0
4545
dill==0.3.9
4646
distlib==0.3.9
4747
durationpy==0.9
4848
fastjsonschema==2.19.1
49-
filelock==3.16.1
49+
filelock==3.17.0
5050
fixcompliance==0.4.36
5151
fixdatalink[extra]==2.0.2
5252
fixinventoryclient==2.0.1
@@ -56,9 +56,9 @@ flexcache==0.3
5656
flexparser==0.4
5757
frozendict==2.4.6
5858
frozenlist==1.5.0
59-
google-api-core==2.23.0
60-
google-api-python-client==2.154.0
61-
google-auth==2.36.0
59+
google-api-core==2.24.0
60+
google-api-python-client==2.159.0
61+
google-auth==2.38.0
6262
google-auth-httplib2==0.2.0
6363
google-cloud-core==2.4.1
6464
google-cloud-storage==2.19.0
@@ -67,83 +67,83 @@ google-resumable-media==2.7.2
6767
googleapis-common-protos==1.66.0
6868
hcloud==2.2.0
6969
httplib2==0.22.0
70-
hypothesis==6.122.1
70+
hypothesis==6.124.7
7171
idna==3.10
72-
importlib-metadata==8.5.0
72+
importlib-metadata==8.6.1
7373
iniconfig==2.0.0
7474
isodate==0.7.2
7575
isort==5.13.2
7676
jaraco-collections==5.1.0
7777
jaraco-context==6.0.1
7878
jaraco-functools==4.1.0
7979
jaraco-text==4.0.0
80-
jinja2==3.1.4
80+
jinja2==3.1.5
8181
jmespath==1.0.1
8282
jq==1.8.0
8383
jsons==1.6.3
84-
kubernetes==31.0.0
84+
kubernetes==32.0.0
8585
markdown==3.7
8686
markdown-it-py==3.0.0
8787
markupsafe==3.0.2
8888
mccabe==0.7.0
8989
mdurl==0.1.2
9090
monotonic==1.6
91-
more-itertools==10.5.0
91+
more-itertools==10.6.0
9292
msal==1.31.1
9393
msal-extensions==1.2.0
9494
mstache==0.2.0
9595
multidict==6.1.0
96-
mypy==1.13.0
96+
mypy==1.14.1
9797
mypy-extensions==1.0.0
9898
networkx==3.4.2
9999
oauth2client==4.1.3
100100
oauthlib==3.2.2
101101
onelogin==2.0.4
102102
orderly-set==5.2.2
103-
orjson==3.10.12
103+
orjson==3.10.15
104104
packaging==24.2
105105
parsy==2.1
106106
pathspec==0.12.1
107107
pep8-naming==0.14.1
108108
pint==0.24.4
109-
pip==24.3.1
109+
pip==25.0
110110
pip-tools==7.4.1
111111
plantuml==0.3.0
112112
platformdirs==4.3.6
113113
pluggy==1.5.0
114-
policy-sentry==0.13.2
114+
policy-sentry==0.14.0
115115
portalocker==2.10.1
116116
portend==3.2.0
117-
posthog==3.7.4
117+
posthog==3.10.0
118118
prometheus-client==0.21.1
119-
prompt-toolkit==3.0.48
119+
prompt-toolkit==3.0.50
120120
propcache==0.2.1
121121
proto-plus==1.25.0
122-
protobuf==5.29.1
123-
psutil==6.1.0
122+
protobuf==5.29.3
123+
psutil==6.1.1
124124
psycopg2-binary==2.9.10
125-
pyarrow==18.1.0
125+
pyarrow==19.0.0
126126
pyasn1==0.6.1
127127
pyasn1-modules==0.4.1
128128
pycares==4.5.0
129129
pycodestyle==2.12.1
130130
pycparser==2.22
131131
pyflakes==3.2.0
132132
pygithub==2.5.0
133-
pygments==2.18.0
133+
pygments==2.19.1
134134
pyjwt[crypto]==2.10.1
135-
pylint==3.3.2
135+
pylint==3.3.3
136136
pymysql==1.1.1
137137
pynacl==1.5.0
138138
pyopenssl==24.3.0
139-
pyparsing==3.2.0
140-
pyproject-api==1.8.0
139+
pyparsing==3.2.1
140+
pyproject-api==1.9.0
141141
pyproject-hooks==1.2.0
142142
pytest==8.3.4
143-
pytest-asyncio==0.24.0
143+
pytest-asyncio==0.25.2
144144
pytest-cov==6.0.0
145145
pytest-runner==6.0.1
146-
python-arango==8.1.3
146+
python-arango==8.1.4
147147
python-dateutil==2.9.0.post0
148148
pytz==2024.1
149149
pyyaml==6.0.2
@@ -154,45 +154,45 @@ retrying==1.3.4
154154
rfc3339-validator==0.1.4
155155
rich==13.9.4
156156
rsa==4.9
157-
s3transfer==0.10.4
157+
s3transfer==0.11.2
158158
schema==0.7.7
159-
setuptools==75.6.0
159+
setuptools==75.8.0
160160
six==1.17.0
161-
slack-sdk==3.33.5
162-
snowflake-connector-python==3.12.4
163-
snowflake-sqlalchemy==1.7.1
161+
slack-sdk==3.34.0
162+
snowflake-connector-python==3.13.0
163+
snowflake-sqlalchemy==1.7.3
164164
sortedcontainers==2.4.0
165165
soupsieve==2.6
166166
sqlalchemy==1.4.54
167-
tempora==5.7.0
167+
tempora==5.8.0
168168
tenacity==9.0.0
169169
toml==0.10.2
170170
tomlkit==0.13.2
171171
toolz==1.0.0
172-
tox==4.23.2
172+
tox==4.24.1
173173
transitions==0.9.2
174174
typeguard==4.4.1
175-
types-aiofiles==24.1.0.20240626
176-
types-python-dateutil==2.9.0.20241003
177-
types-pytz==2024.2.0.20241003
178-
types-pyyaml==6.0.12.20240917
175+
types-aiofiles==24.1.0.20241221
176+
types-python-dateutil==2.9.0.20241206
177+
types-pytz==2024.2.0.20241221
178+
types-pyyaml==6.0.12.20241230
179179
types-requests==2.31.0.6
180-
types-setuptools==75.6.0.20241126
180+
types-setuptools==75.8.0.20250110
181181
types-six==1.17.0.20241205
182182
types-tzlocal==5.1.0.1
183183
types-urllib3==1.26.25.14
184184
typing-extensions==4.12.2
185185
typish==1.9.3
186-
tzdata==2024.2
186+
tzdata==2025.1
187187
tzlocal==5.2
188188
uritemplate==4.1.1
189189
urllib3==1.26.20
190190
ustache==0.1.6
191-
virtualenv==20.28.0
191+
virtualenv==20.29.1
192192
wcwidth==0.2.13
193193
websocket-client==1.8.0
194194
wheel==0.45.1
195-
wrapt==1.17.0
195+
wrapt==1.17.2
196196
yarl==1.18.3
197197
zc-lockfile==3.0.post1
198198
zipp==3.21.0

0 commit comments

Comments
 (0)