Skip to content

Commit

Permalink
Merge pull request #683 from Aiven-Open/dependabot/pip/requirements/j…
Browse files Browse the repository at this point in the history
…sonschema-4.18.4

build(deps): bump jsonschema from 4.17.3 to 4.18.4 in /requirements
  • Loading branch information
tvainika committed Jul 27, 2023
2 parents 3e04f47 + be39482 commit e73a8e9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
21 changes: 16 additions & 5 deletions requirements/requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ attrs==23.1.0
# aiohttp
# hypothesis
# jsonschema
# referencing
avro @ https://github.com/aiven/avro/archive/5a82d57f2a650fd87c819a30e433f1abb2c76ca2.tar.gz#subdirectory=lang/py
# via -r requirements.txt
blinker==1.6.2
Expand Down Expand Up @@ -99,8 +100,12 @@ itsdangerous==2.1.2
# via flask
jinja2==3.1.2
# via flask
jsonschema==4.17.3
jsonschema==4.18.4
# via -r requirements.txt
jsonschema-specifications==2023.7.1
# via
# -r requirements.txt
# jsonschema
kafka-python @ https://github.com/aiven/kafka-python/archive/1b95333c9628152066fb8b1092de9da0433401fd.tar.gz
# via
# -r requirements.txt
Expand Down Expand Up @@ -143,10 +148,6 @@ pygments==2.15.1
# rich
pyrepl==0.9.0
# via fancycompleter
pyrsistent==0.19.3
# via
# -r requirements.txt
# jsonschema
pytest==7.4.0
# via
# -r requirements-dev.in
Expand All @@ -160,6 +161,11 @@ python-dateutil==2.8.2
# via -r requirements.txt
pyzmq==25.1.0
# via locust
referencing==0.30.0
# via
# -r requirements.txt
# jsonschema
# jsonschema-specifications
requests==2.31.0
# via
# -r requirements-dev.in
Expand All @@ -168,6 +174,11 @@ rich==12.6.0
# via -r requirements.txt
roundrobin==0.0.4
# via locust
rpds-py==0.9.2
# via
# -r requirements.txt
# jsonschema
# referencing
sentry-sdk==1.26.0
# via -r requirements-dev.in
six==1.16.0
Expand Down
15 changes: 12 additions & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ attrs==23.1.0
# via
# aiohttp
# jsonschema
# referencing
avro @ https://github.com/aiven/avro/archive/5a82d57f2a650fd87c819a30e433f1abb2c76ca2.tar.gz#subdirectory=lang/py
# via -r requirements.in
cachetools==5.2.0
Expand All @@ -40,8 +41,10 @@ idna==3.4
# yarl
isodate==0.6.1
# via -r requirements.in
jsonschema==4.17.3
jsonschema==4.18.4
# via -r requirements.in
jsonschema-specifications==2023.7.1
# via jsonschema
kafka-python @ https://github.com/aiven/kafka-python/archive/1b95333c9628152066fb8b1092de9da0433401fd.tar.gz
# via
# -r requirements.in
Expand All @@ -58,12 +61,18 @@ protobuf==3.20.3
# via -r requirements.in
pygments==2.15.1
# via rich
pyrsistent==0.19.3
# via jsonschema
python-dateutil==2.8.2
# via -r requirements.in
referencing==0.30.0
# via
# jsonschema
# jsonschema-specifications
rich==12.6.0
# via -r requirements.in
rpds-py==0.9.2
# via
# jsonschema
# referencing
six==1.16.0
# via
# isodate
Expand Down

0 comments on commit e73a8e9

Please sign in to comment.