Skip to content

Commit aeeee14

Browse files
authored
[inventory][chore] Bump Libs (#2279)
1 parent a18bf1a commit aeeee14

4 files changed

Lines changed: 54 additions & 60 deletions

File tree

fixlib/fixlib/units.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@
1111
reg.define("Ki = 1 KiB")
1212
reg.define("KB = 1000 B")
1313

14-
# globally define or register units
15-
16-
bytes_u: pint.Quantity = reg.byte
17-
1814

1915
def parse(s: str) -> pint.Quantity:
2016
return reg.parse_expression(s)

requirements-all.txt

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,21 @@ aiohttp[speedups]==3.10.10
55
aiohttp-jinja2==1.6
66
aiohttp-swagger3==0.9.0
77
aiosignal==1.3.1
8-
appdirs==1.4.4
98
apscheduler==3.10.4
109
asn1crypto==1.5.1
1110
astroid==3.3.5
1211
attrs==24.2.0
1312
autocommand==2.2.2
1413
azure-common==1.1.28
15-
azure-core==1.31.0
14+
azure-core==1.32.0
1615
azure-identity==1.19.0
17-
azure-mgmt-core==1.4.0
16+
azure-mgmt-core==1.5.0
1817
azure-mgmt-resource==23.2.0
1918
backoff==2.2.1
2019
beautifulsoup4==4.12.3
2120
black==24.10.0
22-
boto3==1.35.50
23-
botocore==1.35.50
21+
boto3==1.35.57
22+
botocore==1.35.57
2423
brotli==1.1.0
2524
build==1.2.2.post1
2625
cached-property==2.0.1
@@ -54,12 +53,12 @@ fixinventoryclient==2.0.1
5453
fixinventorydata==0.2.6
5554
flake8==7.1.1
5655
flexcache==0.3
57-
flexparser==0.3.1
56+
flexparser==0.4
5857
frozendict==2.4.6
5958
frozenlist==1.5.0
6059
google-api-core==2.22.0
61-
google-api-python-client==2.149.0
62-
google-auth==2.35.0
60+
google-api-python-client==2.151.0
61+
google-auth==2.36.0
6362
google-auth-httplib2==0.2.0
6463
google-cloud-core==2.4.1
6564
google-cloud-storage==2.18.2
@@ -68,7 +67,7 @@ google-resumable-media==2.7.2
6867
googleapis-common-protos==1.65.0
6968
hcloud==2.2.0
7069
httplib2==0.22.0
71-
hypothesis==6.115.5
70+
hypothesis==6.118.7
7271
idna==3.10
7372
importlib-metadata==8.5.0
7473
iniconfig==2.0.0
@@ -101,12 +100,12 @@ oauth2client==4.1.3
101100
oauthlib==3.2.2
102101
onelogin==2.0.4
103102
orderly-set==5.2.2
104-
orjson==3.10.10
105-
packaging==24.1
103+
orjson==3.10.11
104+
packaging==24.2
106105
parsy==2.1
107106
pathspec==0.12.1
108107
pep8-naming==0.14.1
109-
pint==0.24.3
108+
pint==0.24.4
110109
pip==24.3.1
111110
pip-tools==7.4.1
112111
plantuml==0.3.0
@@ -130,7 +129,7 @@ pycares==4.4.0
130129
pycodestyle==2.12.1
131130
pycparser==2.22
132131
pyflakes==3.2.0
133-
pygithub==2.4.0
132+
pygithub==2.5.0
134133
pygments==2.18.0
135134
pyjwt[crypto]==2.9.0
136135
pylint==3.3.1
@@ -142,7 +141,7 @@ pyproject-api==1.8.0
142141
pyproject-hooks==1.2.0
143142
pytest==8.3.3
144143
pytest-asyncio==0.24.0
145-
pytest-cov==5.0.0
144+
pytest-cov==6.0.0
146145
pytest-runner==6.0.1
147146
python-arango==8.1.2
148147
python-dateutil==2.9.0.post0
@@ -153,13 +152,13 @@ requests-oauthlib==2.0.0
153152
requests-toolbelt==1.0.0
154153
retrying==1.3.4
155154
rfc3339-validator==0.1.4
156-
rich==13.9.3
155+
rich==13.9.4
157156
rsa==4.9
158157
s3transfer==0.10.3
159158
schema==0.7.7
160159
setuptools==75.3.0
161160
six==1.16.0
162-
slack-sdk==3.33.2
161+
slack-sdk==3.33.3
163162
snowflake-connector-python==3.12.3
164163
snowflake-sqlalchemy==1.6.1
165164
sortedcontainers==2.4.0
@@ -172,14 +171,14 @@ tomlkit==0.13.2
172171
toolz==1.0.0
173172
tox==4.23.2
174173
transitions==0.9.2
175-
typeguard==4.4.0
174+
typeguard==4.4.1
176175
types-aiofiles==24.1.0.20240626
177176
types-python-dateutil==2.9.0.20241003
178177
types-pytz==2024.2.0.20241003
179178
types-pyyaml==6.0.12.20240917
180179
types-requests==2.31.0.6
181-
types-setuptools==75.2.0.20241025
182-
types-six==1.16.21.20241009
180+
types-setuptools==75.3.0.20241107
181+
types-six==1.16.21.20241105
183182
types-tzlocal==5.1.0.1
184183
types-urllib3==1.26.25.14
185184
typing-extensions==4.12.2
@@ -192,8 +191,8 @@ ustache==0.1.6
192191
virtualenv==20.27.1
193192
wcwidth==0.2.13
194193
websocket-client==1.8.0
195-
wheel==0.44.0
194+
wheel==0.45.0
196195
wrapt==1.16.0
197-
yarl==1.17.0
196+
yarl==1.17.1
198197
zc-lockfile==3.0.post1
199-
zipp==3.20.2
198+
zipp==3.21.0

requirements-extra.txt

Lines changed: 16 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,19 @@ aiohttp[speedups]==3.10.10
55
aiohttp-jinja2==1.6
66
aiohttp-swagger3==0.9.0
77
aiosignal==1.3.1
8-
appdirs==1.4.4
98
apscheduler==3.10.4
109
asn1crypto==1.5.1
1110
attrs==24.2.0
1211
autocommand==2.2.2
1312
azure-common==1.1.28
14-
azure-core==1.31.0
13+
azure-core==1.32.0
1514
azure-identity==1.19.0
16-
azure-mgmt-core==1.4.0
15+
azure-mgmt-core==1.5.0
1716
azure-mgmt-resource==23.2.0
1817
backoff==2.2.1
1918
beautifulsoup4==4.12.3
20-
boto3==1.35.50
21-
botocore==1.35.50
19+
boto3==1.35.57
20+
botocore==1.35.57
2221
brotli==1.1.0
2322
cached-property==2.0.1
2423
cachetools==5.5.0
@@ -45,12 +44,12 @@ fixdatalink[extra]==2.0.2
4544
fixinventoryclient==2.0.1
4645
fixinventorydata==0.2.6
4746
flexcache==0.3
48-
flexparser==0.3.1
47+
flexparser==0.4
4948
frozendict==2.4.6
5049
frozenlist==1.5.0
5150
google-api-core==2.22.0
52-
google-api-python-client==2.149.0
53-
google-auth==2.35.0
51+
google-api-python-client==2.151.0
52+
google-auth==2.36.0
5453
google-auth-httplib2==0.2.0
5554
google-cloud-core==2.4.1
5655
google-cloud-storage==2.18.2
@@ -86,10 +85,10 @@ oauth2client==4.1.3
8685
oauthlib==3.2.2
8786
onelogin==2.0.4
8887
orderly-set==5.2.2
89-
orjson==3.10.10
90-
packaging==24.1
88+
orjson==3.10.11
89+
packaging==24.2
9190
parsy==2.1
92-
pint==0.24.3
91+
pint==0.24.4
9392
plantuml==0.3.0
9493
platformdirs==4.3.6
9594
policy-sentry==0.13.1
@@ -108,7 +107,7 @@ pyasn1==0.6.1
108107
pyasn1-modules==0.4.1
109108
pycares==4.4.0
110109
pycparser==2.22
111-
pygithub==2.4.0
110+
pygithub==2.5.0
112111
pygments==2.18.0
113112
pyjwt[crypto]==2.9.0
114113
pymysql==1.1.1
@@ -124,13 +123,13 @@ requests-oauthlib==2.0.0
124123
requests-toolbelt==1.0.0
125124
retrying==1.3.4
126125
rfc3339-validator==0.1.4
127-
rich==13.9.3
126+
rich==13.9.4
128127
rsa==4.9
129128
s3transfer==0.10.3
130129
schema==0.7.7
131130
setuptools==75.3.0
132131
six==1.16.0
133-
slack-sdk==3.33.2
132+
slack-sdk==3.33.3
134133
snowflake-connector-python==3.12.3
135134
snowflake-sqlalchemy==1.6.1
136135
sortedcontainers==2.4.0
@@ -141,7 +140,7 @@ tenacity==9.0.0
141140
tomlkit==0.13.2
142141
toolz==1.0.0
143142
transitions==0.9.2
144-
typeguard==4.4.0
143+
typeguard==4.4.1
145144
typing-extensions==4.12.2
146145
typish==1.9.3
147146
tzdata==2024.2
@@ -152,6 +151,6 @@ ustache==0.1.6
152151
wcwidth==0.2.13
153152
websocket-client==1.8.0
154153
wrapt==1.16.0
155-
yarl==1.17.0
154+
yarl==1.17.1
156155
zc-lockfile==3.0.post1
157-
zipp==3.20.2
156+
zipp==3.21.0

requirements.txt

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,18 @@ aiohttp[speedups]==3.10.10
55
aiohttp-jinja2==1.6
66
aiohttp-swagger3==0.9.0
77
aiosignal==1.3.1
8-
appdirs==1.4.4
98
apscheduler==3.10.4
109
attrs==24.2.0
1110
autocommand==2.2.2
1211
azure-common==1.1.28
13-
azure-core==1.31.0
12+
azure-core==1.32.0
1413
azure-identity==1.19.0
15-
azure-mgmt-core==1.4.0
14+
azure-mgmt-core==1.5.0
1615
azure-mgmt-resource==23.2.0
1716
backoff==2.2.1
1817
beautifulsoup4==4.12.3
19-
boto3==1.35.50
20-
botocore==1.35.50
18+
boto3==1.35.57
19+
botocore==1.35.57
2120
brotli==1.1.0
2221
cached-property==2.0.1
2322
cachetools==5.5.0
@@ -43,12 +42,12 @@ fixdatalink==2.0.2
4342
fixinventoryclient==2.0.1
4443
fixinventorydata==0.2.6
4544
flexcache==0.3
46-
flexparser==0.3.1
45+
flexparser==0.4
4746
frozendict==2.4.6
4847
frozenlist==1.5.0
4948
google-api-core==2.22.0
50-
google-api-python-client==2.149.0
51-
google-auth==2.35.0
49+
google-api-python-client==2.151.0
50+
google-auth==2.36.0
5251
google-auth-httplib2==0.2.0
5352
googleapis-common-protos==1.65.0
5453
hcloud==2.2.0
@@ -80,11 +79,12 @@ oauth2client==4.1.3
8079
oauthlib==3.2.2
8180
onelogin==2.0.4
8281
orderly-set==5.2.2
83-
orjson==3.10.10
84-
packaging==24.1
82+
orjson==3.10.11
83+
packaging==24.2
8584
parsy==2.1
86-
pint==0.24.3
85+
pint==0.24.4
8786
plantuml==0.3.0
87+
platformdirs==4.3.6
8888
policy-sentry==0.13.1
8989
portalocker==2.10.1
9090
portend==3.2.0
@@ -99,7 +99,7 @@ pyasn1==0.6.1
9999
pyasn1-modules==0.4.1
100100
pycares==4.4.0
101101
pycparser==2.22
102-
pygithub==2.4.0
102+
pygithub==2.5.0
103103
pygments==2.18.0
104104
pyjwt[crypto]==2.9.0
105105
pynacl==1.5.0
@@ -113,20 +113,20 @@ requests-oauthlib==2.0.0
113113
requests-toolbelt==1.0.0
114114
retrying==1.3.4
115115
rfc3339-validator==0.1.4
116-
rich==13.9.3
116+
rich==13.9.4
117117
rsa==4.9
118118
s3transfer==0.10.3
119119
schema==0.7.7
120120
setuptools==75.3.0
121121
six==1.16.0
122-
slack-sdk==3.33.2
122+
slack-sdk==3.33.3
123123
soupsieve==2.6
124124
sqlalchemy==1.4.54
125125
tempora==5.7.0
126126
tenacity==9.0.0
127127
toolz==1.0.0
128128
transitions==0.9.2
129-
typeguard==4.4.0
129+
typeguard==4.4.1
130130
typing-extensions==4.12.2
131131
typish==1.9.3
132132
tzdata==2024.2
@@ -137,6 +137,6 @@ ustache==0.1.6
137137
wcwidth==0.2.13
138138
websocket-client==1.8.0
139139
wrapt==1.16.0
140-
yarl==1.17.0
140+
yarl==1.17.1
141141
zc-lockfile==3.0.post1
142-
zipp==3.20.2
142+
zipp==3.21.0

0 commit comments

Comments
 (0)