Skip to content

Commit

Permalink
Latest data: Tue Dec 12 08:06:01 UTC 2023
Browse files Browse the repository at this point in the history
  • Loading branch information
github.actions committed Dec 12, 2023
1 parent 2c66207 commit 2d5d1fc
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 44 deletions.
8 changes: 4 additions & 4 deletions requirements/cfn-lint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
annotated-types==0.6.0
aws-sam-translator==1.81.0
boto3==1.33.6
botocore==1.33.6
aws-sam-translator==1.82.0
boto3==1.33.11
botocore==1.33.11
jmespath==1.0.1
jschema-to-python==1.2.3
jsonpatch==1.33
Expand All @@ -12,7 +12,7 @@ jsonschema-specifications==2023.11.2
junit-xml==1.9
pydantic==2.5.2
pydantic-core==2.14.5
referencing==0.31.1
referencing==0.32.0
regex==2023.10.3
rpds-py==0.13.2
s3transfer==0.8.2
Expand Down
25 changes: 11 additions & 14 deletions requirements/hatch-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
anyio==3.6.2
distlib==0.3.6
anyio==4.1.0
h11==0.14.0
httpcore==0.16.3
httpx==0.23.3
httpcore==1.0.2
httpx==0.25.2
hyperlink==21.0.0
idna==3.4
markdown-it-py==2.2.0
idna==3.6
markdown-it-py==3.0.0
mdurl==0.1.2
pexpect==4.8.0
platformdirs==3.2.0
pexpect==4.9.0
ptyprocess==0.7.0
pyperclip==1.8.2
rfc3986==1.5.0
rich==13.3.3
shellingham==1.5.0.post1
rich==13.7.0
shellingham==1.5.4
sniffio==1.3.0
tomli-w==1.0.0
tomlkit==0.11.7
userpath==1.8.0
tomlkit==0.12.3
userpath==1.9.1
zstandard==0.22.0
43 changes: 24 additions & 19 deletions requirements/openstackclient-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,51 +1,56 @@
appdirs==1.4.4
attrs==23.1.0
autopage==0.5.2
babel==2.13.0
charset-normalizer==3.3.0
cliff==4.3.0
babel==2.13.1
charset-normalizer==3.3.2
cliff==4.4.0
cmd2==2.4.3
debtcollector==2.5.0
decorator==5.1.1
dogpile-cache==1.2.2
idna==3.4
importlib-metadata==6.8.0
idna==3.6
importlib-metadata==7.0.0
iso8601==2.1.0
jmespath==1.0.1
jsonpatch==1.33
jsonpointer==2.4
keystoneauth1==5.3.0
jsonschema==4.20.0
jsonschema-specifications==2023.11.2
keystoneauth1==5.4.0
msgpack==1.0.7
netaddr==0.9.0
netifaces==0.11.0
openstacksdk==1.5.0
openstacksdk==2.0.0
os-client-config==2.1.0
os-service-types==1.7.0
osc-lib==2.8.1
osc-lib==2.9.0
oslo-config==9.2.0
oslo-context==5.2.0
oslo-i18n==6.1.0
oslo-log==5.3.0
oslo-context==5.3.0
oslo-i18n==6.2.0
oslo-log==5.4.0
oslo-serialization==5.2.0
oslo-utils==6.2.1
pbr==5.11.1
oslo-utils==6.3.0
pbr==6.0.0
platformdirs==4.1.0
prettytable==3.9.0
pyperclip==1.8.2
python-cinderclient==9.4.0
python-dateutil==2.8.2
python-designateclient==5.3.0
python-heatclient==3.3.0
python-keystoneclient==5.2.0
python-neutronclient==11.0.0
python-neutronclient==11.1.0
python-novaclient==18.4.0
python-octaviaclient==3.5.0
python-octaviaclient==3.6.0
python-swiftclient==4.4.0
referencing==0.32.0
requests==2.31.0
requestsexceptions==1.4.0
rfc3986==2.0.0
rpds-py==0.13.2
simplejson==3.19.2
stevedore==5.1.0
tzdata==2023.3
urllib3==2.0.7
wcwidth==0.2.8
wrapt==1.15.0
urllib3==2.1.0
wcwidth==0.2.12
wrapt==1.16.0
zipp==3.17.0
4 changes: 2 additions & 2 deletions requirements/pylint-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
astroid==3.0.1
dill==0.3.7
mccabe==0.7.0
platformdirs==3.11.0
tomlkit==0.12.1
platformdirs==4.1.0
tomlkit==0.12.3
6 changes: 3 additions & 3 deletions requirements/terraform-local-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
boto3==1.29.2
botocore==1.32.2
boto3==1.33.12
botocore==1.33.12
jmespath==1.0.1
lark==1.1.8
localstack-client==2.5
python-hcl2==4.3.2
s3transfer==0.7.0
s3transfer==0.8.2
urllib3==2.0.7
4 changes: 2 additions & 2 deletions requirements/vunnel-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
charset-normalizer==3.3.2
click-default-group==1.2.4
colorlog==6.7.0
colorlog==6.8.0
cvss==2.6
defusedxml==0.7.1
docformatter==1.7.5
future==0.18.3
idna==3.6
ijson==2.6.1
importlib-metadata==6.8.0
importlib-metadata==6.11.0
iniconfig==2.0.0
mashumaro==3.11
mergedeep==1.3.4
Expand Down

0 comments on commit 2d5d1fc

Please sign in to comment.