Skip to content

Commit

Permalink
build(deps): update bugfixes (main) (#4976)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Aug 15, 2024
1 parent 28da125 commit b6e647c
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/.sphinx/pinned-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sphinxcontrib-applehelp==1.0.8
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-serializinghtml==1.1.10
tornado==6.4.1
urllib3==1.26.19
22 changes: 11 additions & 11 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Babel==2.14.0
beautifulsoup4==4.12.3
bracex==2.4
canonical-sphinx==0.1.0
canonical-sphinx-extensions==0.0.21
canonical-sphinx-extensions==0.0.23
catkin-pkg==1.0.0
certifi==2024.7.4
cffi==1.17.0
Expand All @@ -21,11 +21,11 @@ craft-parts==2.0.0
craft-platforms==0.1.1
craft-providers==2.0.0
craft-store==3.0.0
cryptography==42.0.5
cryptography==42.0.8
Deprecated==1.2.14
distro==1.9.0
docutils==0.19
exceptiongroup==1.2.1
exceptiongroup==1.2.2
furo==2024.5.6
gnupg==2.3.1
h11==0.14.0
Expand All @@ -48,16 +48,16 @@ macaroonbakery==1.3.4
Markdown==3.6
markdown-it-py==3.0.0
MarkupSafe==2.1.5
mdit-py-plugins==0.4.0
mdit-py-plugins==0.4.1
mdurl==0.1.2
more-itertools==10.2.0
mypy-extensions==1.0.0
myst-parser==3.0.1
oauthlib==3.2.2
overrides==7.7.0
packaging==24.0
pip==23.3
platformdirs==4.2.1
pip==23.3.2
platformdirs==4.2.2
polib==1.2.0
progressbar==2.5
protobuf==5.26.1
Expand All @@ -67,7 +67,7 @@ pydantic==2.8.2
pyelftools==0.31
pygit2==1.13.3
Pygments==2.17.2
pylxd==2.3.2
pylxd==2.3.4
pymacaroons==0.13.0
PyNaCl==1.5.0
pyparsing==3.1.2
Expand Down Expand Up @@ -98,16 +98,16 @@ sphinx-basic-ng==1.0.0b2
sphinx-copybutton==0.5.2
sphinx_design==0.5.0
sphinx-lint==0.9.1
sphinx-notfound-page==1.0.0
sphinx-reredirects==0.1.3
sphinx-notfound-page==1.0.4
sphinx-reredirects==0.1.5
sphinx-tabs==3.4.5
sphinxcontrib-applehelp==1.0.8
sphinxcontrib-details-directive==0.1.0
sphinxcontrib-devhelp==1.0.6
sphinxcontrib-htmlhelp==2.0.5
sphinxcontrib-jquery==4.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==1.0.7
sphinxcontrib-qthelp==1.0.8
sphinxcontrib-serializinghtml==1.1.10
sphinxext-opengraph==0.9.1
starlette==0.37.2
Expand All @@ -124,7 +124,7 @@ uvicorn==0.29.0
validators==0.28.3
wadllib==1.3.6
watchfiles==0.21.0
wcmatch==8.5.1
wcmatch==8.5.2
webencodings==0.5.1
websockets==12.0
wrapt==1.16.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-devel.txt
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,4 @@ zipp==3.20.0
zope.deprecation==5.0
zope.interface==7.0.1
python-apt @ https://launchpad.net/ubuntu/+archive/primary/+sourcefiles/python-apt/2.4.0ubuntu1/python-apt_2.4.0ubuntu1.tar.xz; sys.platform == "linux"
pyinstaller==5.13.1; sys.platform == "win32"
pyinstaller==5.13.2; sys.platform == "win32"
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ requires =
# renovate: datasource=pypi
tox-ignore-env-name-mismatch==0.2.0.post2
# renovate: datasource=pypi
tox-gh==1.3.1
tox-gh==1.3.2
# Allow tox to access the user's $TMPDIR environment variable if set.
# This workaround is required to avoid circular dependencies for TMPDIR,
# since tox will otherwise attempt to use the environment's TMPDIR variable.
Expand Down

0 comments on commit b6e647c

Please sign in to comment.