Skip to content

Commit

Permalink
Update ci-openrv generated files
Browse files Browse the repository at this point in the history
ci-openrv/Dockerfile
ci-openrv/README.md

Rerun `aswfdocker dockergen` to rebuild from sources

Pipefile.lock
setup.py

Update Python dependencies based on dependabot

Signed-off-by: Jean-Francois Panisset <[email protected]>
  • Loading branch information
jfpanisset committed Sep 20, 2024
1 parent 5b12283 commit 08a45dc
Show file tree
Hide file tree
Showing 5 changed files with 49 additions and 44 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@

All notable changes to this project will be documented in this file.

# 2024-09-15
# 2024-09-19

- update latest / preview / draft tags for Docker images
- update Python dependencies (resolve dependabot PRs)
- update pylint and fix pylint / pytest warnings
- Fix SonarCloud scanning
- Conan 1.65 (was 1.64)
- Expat 2.6.3 (was 2.5.0) to address CVEs CVE-2024-45492 CVE-2024-45491 CVE-2024-45490
- ci-openrv build container
- rename master branch to main

## 2024-09-02

Expand Down
76 changes: 38 additions & 38 deletions Pipfile.lock

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

5 changes: 4 additions & 1 deletion ci-openrv/Dockerfile

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

4 changes: 2 additions & 2 deletions ci-openrv/README.md

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

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"fasteners==0.19; python_version >= '3.7'",
"idna==3.7; python_version >= '3'",
"importlib-resources==5.12.0", # above this drops 3.7
"jinja2==3.1.3",
"jinja2==3.1.4",
"markupsafe==2.1.5; python_version >= '3.7'",
"node-semver==0.6.1", # capped by conan
"patch-ng==1.17.4",
Expand All @@ -46,7 +46,7 @@
"pyjwt==2.8.0",
"python-dateutil==2.9.0.post0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
"pyyaml==5.4.1", # capped by conan
"requests==2.31.0",
"requests==2.32.0",
"six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2'",
"typing_extensions==4.7.1; python_version >= '3.7'",
"tqdm==4.66.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5, 3.6'",
Expand Down

0 comments on commit 08a45dc

Please sign in to comment.