Skip to content

Commit

Permalink
chore(deps): bump widlparser from 1.1.3 to 1.1.4 (#2745)
Browse files Browse the repository at this point in the history
Bumps [widlparser]() from 1.1.3 to 1.1.4.

---
updated-dependencies:
- dependency-name: widlparser
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 21, 2023
1 parent 815accb commit 3fa6129
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ Pygments = "==2.16.1"
requests = "==2.31.0"
result = "==0.15.0"
tenacity = "==8.2.3"
widlparser = "==1.1.3"
widlparser = "==1.1.4"
setuptools = "*"
kdl-py = "==1.1.6"
15 changes: 8 additions & 7 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ alive-progress==3.1.5; python_version >= '3.7' and python_version < '4'
async-timeout==4.0.3; python_full_version >= '3.7.0'
attrs==22.1.0; python_version >= '3.5'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
charset-normalizer==3.3.1; python_full_version >= '3.7.0'
cssselect==1.2.0
frozenlist==1.4.0; python_version >= '3.8'
grapheme==0.6.0
Expand All @@ -22,12 +22,12 @@ pillow==10.0.0
pygments==2.16.1
requests==2.31.0
result==0.15.0; python_version >= '3.8'
setuptools==69.0.2; python_version >= '3.8'
setuptools==68.2.2; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tenacity==8.2.3
typing-extensions==4.8.0; python_version >= '3.8'
typing-extensions==4.9.0; python_version >= '3.8'
uri-template==1.3.0; python_full_version >= '3.7.0'
urllib3==2.0.7; python_full_version >= '3.7.0'
webencodings==0.5.1
widlparser==1.1.3
yarl==1.9.4; python_version >= '3.7'
widlparser==1.1.4; python_version >= '3.7'
yarl==1.9.3; python_version >= '3.7'

0 comments on commit 3fa6129

Please sign in to comment.