Skip to content

Commit bfae6ad

Browse files
authored
[chore] Bump libs (#25)
1 parent e953989 commit bfae6ad

File tree

3 files changed

+164
-160
lines changed

3 files changed

+164
-160
lines changed

fixdatalink/snowflake.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def insert_nodes(self, kind: str, nodes: List[Json]) -> Iterator[ValuesBase]:
6868
# insert into TBL(col_string, col_json) SELECT column1, parse_json(column2) from values('a', '{"b":1}');
6969
# All json and array elements need to be json encoded and parsed on the server side again.
7070
for num, prop in enumerate(kind_props):
71-
name = f"column{num+1}"
71+
name = f"column{num + 1}"
7272
select_array.append(prop.name)
7373
snowflake_kind = kind_to_snowflake_type(prop.kind, self.model)
7474
if snowflake_kind in (ARRAY, OBJECT):

requirements-all.txt

Lines changed: 95 additions & 93 deletions
Original file line numberDiff line numberDiff line change
@@ -1,132 +1,134 @@
11
aiodns==3.2.0
2-
aiohttp[speedups]==3.9.4
2+
aiohappyeyeballs==2.4.3
3+
aiohttp[speedups]==3.11.6
34
aiosignal==1.3.1
45
asn1crypto==1.5.1
5-
astroid==3.1.0
6-
attrs==23.2.0
6+
astroid==3.3.5
7+
attrs==24.2.0
78
autocommand==2.2.2
89
backoff==2.2.1
9-
backports-tarfile==1.0.0
10-
black==24.3.0
11-
boto3==1.34.83
12-
botocore==1.34.83
10+
backports-tarfile==1.2.0
11+
black==24.10.0
12+
boto3==1.35.65
13+
botocore==1.35.65
1314
brotli==1.1.0
14-
build==1.2.1
15-
cachetools==5.3.3
16-
cattrs==23.2.3
17-
certifi==2024.2.2
18-
cffi==1.16.0
15+
build==1.2.2.post1
16+
cachetools==5.5.0
17+
cattrs==24.1.2
18+
certifi==2024.8.30
19+
cffi==1.17.1
1920
chardet==5.2.0
20-
charset-normalizer==3.3.2
21-
cheroot==10.0.0
22-
cherrypy==18.9.0
21+
charset-normalizer==3.4.0
22+
cheroot==10.0.1
23+
cherrypy==18.10.0
2324
click==8.1.7
2425
colorama==0.4.6
25-
coverage[toml]==7.4.4
26-
cryptography==42.0.5
27-
dill==0.3.8
28-
distlib==0.3.8
29-
filelock==3.13.4
30-
fixinventory-plugin-example-collector==4.0.1
26+
coverage[toml]==7.6.7
27+
cryptography==43.0.3
28+
dill==0.3.9
29+
distlib==0.3.9
30+
filelock==3.16.1
31+
fixinventory-plugin-example-collector==4.1.0
3132
fixinventoryclient==2.0.1
32-
fixinventorylib==4.0.1
33-
flake8==7.0.0
34-
frozendict==2.4.1
35-
frozenlist==1.4.1
36-
google-api-core==2.18.0
37-
google-auth==2.29.0
33+
fixinventorylib==4.1.0
34+
flake8==7.1.1
35+
flexcache==0.3
36+
flexparser==0.4
37+
frozendict==2.4.6
38+
frozenlist==1.5.0
39+
google-api-core==2.23.0
40+
google-auth==2.36.0
3841
google-cloud-core==2.4.1
39-
google-cloud-storage==2.16.0
40-
google-crc32c==1.5.0
41-
google-resumable-media==2.7.0
42-
googleapis-common-protos==1.63.0
43-
hypothesis==6.100.1
44-
idna==3.7
45-
inflect==7.2.0
42+
google-cloud-storage==2.18.2
43+
google-crc32c==1.6.0
44+
google-resumable-media==2.7.2
45+
googleapis-common-protos==1.66.0
46+
hypothesis==6.119.3
47+
idna==3.10
4648
iniconfig==2.0.0
47-
isodate==0.6.1
49+
isodate==0.7.2
4850
isort==5.13.2
49-
jaraco-collections==5.0.0
50-
jaraco-context==5.3.0
51-
jaraco-functools==4.0.0
52-
jaraco-text==3.12.0
51+
jaraco-collections==5.1.0
52+
jaraco-context==6.0.1
53+
jaraco-functools==4.1.0
54+
jaraco-text==4.0.0
5355
jmespath==1.0.1
5456
jsons==1.6.3
5557
markdown-it-py==3.0.0
5658
mccabe==0.7.0
5759
mdurl==0.1.2
5860
monotonic==1.6
59-
more-itertools==10.2.0
60-
multidict==6.0.5
61-
mypy==1.9.0
61+
more-itertools==10.5.0
62+
multidict==6.1.0
63+
mypy==1.13.0
6264
mypy-extensions==1.0.0
63-
networkx==3.3
64-
numpy==1.26.4
65-
packaging==24.0
65+
networkx==3.4.2
66+
packaging==24.2
6667
parsy==2.1
6768
pathspec==0.12.1
68-
pep8-naming==0.13.3
69-
pint==0.23
69+
pep8-naming==0.14.1
70+
pint==0.24.4
7071
pip-tools==7.4.1
71-
platformdirs==4.2.0
72-
pluggy==1.4.0
72+
platformdirs==4.3.6
73+
pluggy==1.5.0
7374
portend==3.2.0
74-
posthog==3.5.0
75-
prometheus-client==0.20.0
76-
proto-plus==1.23.0
77-
protobuf==4.25.3
78-
psutil==5.9.8
79-
psycopg2-binary==2.9.9
80-
pyarrow==15.0.2
81-
pyasn1==0.6.0
82-
pyasn1-modules==0.4.0
75+
posthog==3.7.2
76+
prometheus-client==0.21.0
77+
propcache==0.2.0
78+
proto-plus==1.25.0
79+
protobuf==5.28.3
80+
psutil==6.1.0
81+
psycopg2-binary==2.9.10
82+
pyarrow==18.0.0
83+
pyasn1==0.6.1
84+
pyasn1-modules==0.4.1
8385
pycares==4.4.0
84-
pycodestyle==2.11.1
86+
pycodestyle==2.12.1
8587
pycparser==2.22
8688
pyflakes==3.2.0
87-
pygments==2.17.2
88-
pyjwt==2.8.0
89-
pylint==3.1.0
90-
pymysql==1.1.0
91-
pyopenssl==24.1.0
92-
pyproject-api==1.6.1
93-
pyproject-hooks==1.0.0
94-
pytest==8.1.1
95-
pytest-asyncio==0.23.6
96-
pytest-cov==5.0.0
89+
pygments==2.18.0
90+
pyjwt==2.10.0
91+
pylint==3.3.1
92+
pymysql==1.1.1
93+
pyopenssl==24.2.1
94+
pyproject-api==1.8.0
95+
pyproject-hooks==1.2.0
96+
pytest==8.3.3
97+
pytest-asyncio==0.24.0
98+
pytest-cov==6.0.0
9799
pytest-runner==6.0.1
98100
python-dateutil==2.9.0.post0
99-
pytz==2024.1
100-
pyyaml==6.0.1
101-
requests==2.31.0
102-
rich==13.7.1
101+
pytz==2024.2
102+
pyyaml==6.0.2
103+
requests==2.32.3
104+
rich==13.9.4
103105
rsa==4.9
104-
s3transfer==0.10.1
106+
s3transfer==0.10.3
105107
six==1.16.0
106-
snowflake-connector-python==3.8.1
107-
snowflake-sqlalchemy==1.5.2
108+
snowflake-connector-python==3.12.3
109+
snowflake-sqlalchemy==1.6.1
108110
sortedcontainers==2.4.0
109-
sqlalchemy==1.4.52
110-
tempora==5.5.1
111-
tomlkit==0.12.4
112-
tox==4.14.2
113-
typeguard==4.2.1
114-
types-python-dateutil==2.9.0.20240316
111+
sqlalchemy==1.4.54
112+
tempora==5.7.0
113+
tomlkit==0.13.2
114+
tox==4.23.2
115+
typeguard==4.4.1
116+
types-python-dateutil==2.9.0.20241003
115117
types-requests==2.31.0.6
116-
types-setuptools==69.2.0.20240317
117-
types-six==1.16.21.20240311
118+
types-setuptools==75.5.0.20241122
119+
types-six==1.16.21.20241105
118120
types-urllib3==1.26.25.14
119-
typing-extensions==4.11.0
121+
typing-extensions==4.12.2
120122
typish==1.9.3
121-
tzdata==2024.1
123+
tzdata==2024.2
122124
tzlocal==5.2
123-
urllib3==1.26.18
124-
virtualenv==20.25.1
125-
websocket-client==1.7.0
126-
wheel==0.43.0
127-
yarl==1.9.4
125+
urllib3==1.26.20
126+
virtualenv==20.27.1
127+
websocket-client==1.8.0
128+
wheel==0.45.0
129+
yarl==1.17.2
128130
zc-lockfile==3.0.post1
129131

130132
# The following packages are considered to be unsafe in a requirements file:
131-
pip==24.0
132-
setuptools==69.2.0
133+
pip==24.3.1
134+
setuptools==75.5.0

requirements.txt

Lines changed: 68 additions & 66 deletions
Original file line numberDiff line numberDiff line change
@@ -1,90 +1,92 @@
11
aiodns==3.2.0
2-
aiohttp[speedups]==3.9.4
2+
aiohappyeyeballs==2.4.3
3+
aiohttp[speedups]==3.11.6
34
aiosignal==1.3.1
45
asn1crypto==1.5.1
5-
attrs==23.2.0
6+
attrs==24.2.0
67
autocommand==2.2.2
7-
backports-tarfile==1.0.0
8-
boto3==1.34.83
9-
botocore==1.34.83
8+
backports-tarfile==1.2.0
9+
boto3==1.35.65
10+
botocore==1.35.65
1011
brotli==1.1.0
11-
cachetools==5.3.3
12-
cattrs==23.2.3
13-
certifi==2024.2.2
14-
cffi==1.16.0
15-
charset-normalizer==3.3.2
16-
cheroot==10.0.0
17-
cherrypy==18.9.0
18-
cryptography==42.0.5
19-
filelock==3.13.4
12+
cachetools==5.5.0
13+
cattrs==24.1.2
14+
certifi==2024.8.30
15+
cffi==1.17.1
16+
charset-normalizer==3.4.0
17+
cheroot==10.0.1
18+
cherrypy==18.10.0
19+
cryptography==43.0.3
20+
filelock==3.16.1
2021
fixinventoryclient==2.0.1
21-
fixinventorylib==4.0.1
22-
frozendict==2.4.1
23-
frozenlist==1.4.1
24-
google-api-core==2.18.0
25-
google-auth==2.29.0
22+
fixinventorylib==4.1.0
23+
flexcache==0.3
24+
flexparser==0.4
25+
frozendict==2.4.6
26+
frozenlist==1.5.0
27+
google-api-core==2.23.0
28+
google-auth==2.36.0
2629
google-cloud-core==2.4.1
27-
google-cloud-storage==2.16.0
28-
google-crc32c==1.5.0
29-
google-resumable-media==2.7.0
30-
googleapis-common-protos==1.63.0
31-
idna==3.7
32-
inflect==7.2.0
33-
isodate==0.6.1
34-
jaraco-collections==5.0.0
35-
jaraco-context==5.3.0
36-
jaraco-functools==4.0.0
37-
jaraco-text==3.12.0
30+
google-cloud-storage==2.18.2
31+
google-crc32c==1.6.0
32+
google-resumable-media==2.7.2
33+
googleapis-common-protos==1.66.0
34+
idna==3.10
35+
isodate==0.7.2
36+
jaraco-collections==5.1.0
37+
jaraco-context==6.0.1
38+
jaraco-functools==4.1.0
39+
jaraco-text==4.0.0
3840
jmespath==1.0.1
3941
jsons==1.6.3
4042
markdown-it-py==3.0.0
4143
mdurl==0.1.2
42-
more-itertools==10.2.0
43-
multidict==6.0.5
44-
networkx==3.3
45-
numpy==1.26.4
46-
packaging==24.0
44+
more-itertools==10.5.0
45+
multidict==6.1.0
46+
networkx==3.4.2
47+
packaging==24.2
4748
parsy==2.1
48-
pint==0.23
49-
platformdirs==4.2.0
49+
pint==0.24.4
50+
platformdirs==4.3.6
5051
portend==3.2.0
51-
prometheus-client==0.20.0
52-
proto-plus==1.23.0
53-
protobuf==4.25.3
54-
psutil==5.9.8
55-
psycopg2-binary==2.9.9
56-
pyarrow==15.0.2
57-
pyasn1==0.6.0
58-
pyasn1-modules==0.4.0
52+
prometheus-client==0.21.0
53+
propcache==0.2.0
54+
proto-plus==1.25.0
55+
protobuf==5.28.3
56+
psutil==6.1.0
57+
psycopg2-binary==2.9.10
58+
pyarrow==18.0.0
59+
pyasn1==0.6.1
60+
pyasn1-modules==0.4.1
5961
pycares==4.4.0
6062
pycparser==2.22
61-
pygments==2.17.2
62-
pyjwt==2.8.0
63-
pymysql==1.1.0
64-
pyopenssl==24.1.0
63+
pygments==2.18.0
64+
pyjwt==2.10.0
65+
pymysql==1.1.1
66+
pyopenssl==24.2.1
6567
python-dateutil==2.9.0.post0
66-
pytz==2024.1
67-
pyyaml==6.0.1
68-
requests==2.31.0
69-
rich==13.7.1
68+
pytz==2024.2
69+
pyyaml==6.0.2
70+
requests==2.32.3
71+
rich==13.9.4
7072
rsa==4.9
71-
s3transfer==0.10.1
73+
s3transfer==0.10.3
7274
six==1.16.0
73-
snowflake-connector-python==3.8.1
74-
snowflake-sqlalchemy==1.5.2
75+
snowflake-connector-python==3.12.3
76+
snowflake-sqlalchemy==1.6.1
7577
sortedcontainers==2.4.0
76-
sqlalchemy==1.4.52
77-
tempora==5.5.1
78-
tomlkit==0.12.4
79-
typeguard==4.2.1
80-
typing-extensions==4.11.0
78+
sqlalchemy==1.4.54
79+
tempora==5.7.0
80+
tomlkit==0.13.2
81+
typeguard==4.4.1
82+
typing-extensions==4.12.2
8183
typish==1.9.3
82-
tzdata==2024.1
84+
tzdata==2024.2
8385
tzlocal==5.2
84-
urllib3==1.26.18
85-
websocket-client==1.7.0
86-
yarl==1.9.4
86+
urllib3==1.26.20
87+
websocket-client==1.8.0
88+
yarl==1.17.2
8789
zc-lockfile==3.0.post1
8890

8991
# The following packages are considered to be unsafe in a requirements file:
90-
setuptools==69.2.0
92+
setuptools==75.5.0

0 commit comments

Comments
 (0)