-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Update dependecies #5595
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Nils-ChristianIseke
wants to merge
19
commits into
ros2:rolling
Choose a base branch
from
Nils-ChristianIseke:UpdateDependecies
base: rolling
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Update dependecies #5595
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
8f77d95
Fix dep (requirement.txt) to versions present in apt
Nils-ChristianIseke 0313f68
Update Dockerfile Devcontainer.json
Nils-ChristianIseke 142b2d8
Update workflows
Nils-ChristianIseke 2e940d9
Update conf.py
Nils-ChristianIseke 5970d72
Fix constraints to latest version available via pip
Nils-ChristianIseke ae14f82
Update python version in workflows.
Nils-ChristianIseke eb40f14
Adapt Readme to noble
Nils-ChristianIseke 83f8397
Update README.md
Nils-ChristianIseke 6313308
Update requirements.txt
Nils-ChristianIseke b29c4c5
Use Python 3.12
Nils-ChristianIseke f19afab
Update devcontainer.json
Nils-ChristianIseke 18906ab
Update devcontainer.json
Nils-ChristianIseke 20d39a0
Update Dockerfile
Nils-ChristianIseke 465cf8e
Update Dockerfile
Nils-ChristianIseke 6570887
Bump constraints.txt and document how it was generated
christophebedard d65b061
Document how to use the Dockerfile/image
christophebedard b983b79
Add trailing slash to destination path of COPY
christophebedard 63bd271
Set Docker build context and update cmd in devcontainer.json
christophebedard 2239c1f
Switch from venv to --break-system-packages
christophebedard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,42 @@ | ||
alabaster==0.7.12 | ||
Babel==2.14.0 | ||
certifi==2020.6.20 | ||
chardet==4.0.0 | ||
doc8==1.1.1 | ||
docutils==0.20.1 | ||
idna==2.10 | ||
imagesize==1.3.0 | ||
Jinja2==3.0.3 | ||
MarkupSafe==2.0.1 | ||
packaging==21.3 | ||
pbr==5.8.0 | ||
alabaster==1.0.0 | ||
babel==2.17.0 | ||
certifi==2025.10.5 | ||
charset-normalizer==3.4.3 | ||
click==8.3.0 | ||
codespell==2.4.1 | ||
doc8==2.0.0 | ||
docutils==0.21.2 | ||
idna==3.10 | ||
imagesize==1.4.1 | ||
iniconfig==2.1.0 | ||
Jinja2==3.1.6 | ||
MarkupSafe==3.0.3 | ||
packaging==25.0 | ||
pluggy==1.6.0 | ||
polib==1.2.0 | ||
Pygments==2.17.2 | ||
pyparsing==2.4.7 | ||
pytest==8.3.5 | ||
pytz==2022.1 | ||
requests==2.25.1 | ||
restructuredtext_lint==1.3.2 | ||
snowballstemmer==2.2.0 | ||
Sphinx==7.2.6 | ||
Pygments==2.19.2 | ||
pytest==8.4.2 | ||
PyYAML==6.0.3 | ||
regex==2025.9.18 | ||
requests==2.32.5 | ||
restructuredtext_lint==1.4.0 | ||
roman-numerals-py==3.1.0 | ||
snowballstemmer==3.0.1 | ||
Sphinx==8.2.3 | ||
sphinx-copybutton==0.5.2 | ||
sphinx-lint==0.9.1 | ||
sphinx-lint==1.0.0 | ||
sphinx-multiversion==0.2.4 | ||
sphinx-rtd-theme==2.0.0 | ||
sphinx-tabs==3.4.5 | ||
sphinxcontrib-applehelp==1.0.4 | ||
sphinxcontrib-devhelp==1.0.2 | ||
sphinxcontrib-htmlhelp==2.0.1 | ||
sphinx-rtd-theme==3.0.2 | ||
sphinx-tabs==3.4.7 | ||
sphinx_tamer==0.2.0 | ||
sphinxcontrib-applehelp==2.0.0 | ||
sphinxcontrib-devhelp==2.0.0 | ||
sphinxcontrib-googleanalytics==0.5 | ||
sphinxcontrib-htmlhelp==2.1.0 | ||
sphinxcontrib-jquery==4.1 | ||
sphinxcontrib-jsmath==1.0.1 | ||
sphinxcontrib-mermaid==0.9.2 | ||
sphinxcontrib-qthelp==1.0.3 | ||
sphinxcontrib-serializinghtml==1.1.10 | ||
stevedore==3.5.0 | ||
urllib3==1.26.5 | ||
sphinxcontrib-mermaid==1.0.0 | ||
sphinxcontrib-qthelp==2.0.0 | ||
sphinxcontrib-serializinghtml==2.0.0 | ||
stevedore==5.5.0 | ||
urllib3==2.5.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.