-
Notifications
You must be signed in to change notification settings - Fork 7
chore: pin python package dependencies #991
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
SMoraisAnsys
wants to merge
30
commits into
main
Choose a base branch
from
chore/pin-actions-dependencies
base: main
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.
+2,581
−93
Open
Changes from 6 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
92e3208
wip: dump dependencies into requirements files
SMoraisAnsys 49d1422
chore: adding changelog file 991.maintenance.md [dependabot-skip]
pyansys-ci-bot 644cbfb
refactor: move requirements in single folder
SMoraisAnsys 3c18858
refactor: use action path to ref requirements
SMoraisAnsys e5bfd2e
Merge branch 'main' into chore/pin-actions-dependencies
SMoraisAnsys d98bd40
fix: typo in if statement and requirements.txt
SMoraisAnsys 5488b5e
refactor: use requirement.txt per action
SMoraisAnsys a9f650c
fix: missing space in if statement
SMoraisAnsys 7671d43
Merge branch 'main' into chore/pin-actions-dependencies
jorgepiloto 3193e92
chore: add directories to dependabot pip
SMoraisAnsys 725c4c7
feat: manage dependencies with uv (initial update)
moe-ad 28a5314
feat: incremental update
moe-ad 1bd4346
feat: add missing groups
moe-ad 8cf218b
feat: requirement files exported from lockfile for pip
moe-ad 3765478
feat: incremental update
moe-ad ea28f2a
feat: update dependabot pip config
moe-ad 17c2321
feat: add uv lock file correction workflow
moe-ad 8f60ad4
fix: update workflow comment
moe-ad eec7bcc
Merge branch 'main' into chore/pin-actions-dependencies
moe-ad 661ea92
fix: logic and detected vulnerabilities
moe-ad 40c5370
Merge branch 'main' into chore/pin-actions-dependencies
moe-ad 900a5d7
Merge branch 'main' into chore/pin-actions-dependencies
moe-ad 9077253
refactor: remove towncrier.toml
moe-ad b3091ca
fix: add bot username and email
moe-ad ee6d6ca
ci: update excluded paths
moe-ad 2d38401
fix: add skip-ci to prevent re-running workflow
moe-ad 3699232
Merge branch 'main' into chore/pin-actions-dependencies
moe-ad 8a31d69
refactor: ci_cd_dependabot.yml
moe-ad 89eee7d
Merge branch 'main' into chore/pin-actions-dependencies
moe-ad 114688d
Merge branch 'main' into chore/pin-actions-dependencies
moe-ad 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
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 was deleted.
Oops, something went wrong.
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 |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| Pin python package dependencies |
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 |
|---|---|---|
| @@ -0,0 +1,30 @@ | ||
| backports.tarfile==1.2.0 | ||
| build==1.3.0 | ||
| certifi==2025.8.3 | ||
| charset-normalizer==3.4.3 | ||
| colorama==0.4.6 | ||
| docutils==0.22 | ||
| id==1.5.0 | ||
| idna==3.10 | ||
| importlib_metadata==8.7.0 | ||
| jaraco.classes==3.4.0 | ||
| jaraco.context==6.0.1 | ||
| jaraco.functools==4.3.0 | ||
| keyring==25.6.0 | ||
| markdown-it-py==4.0.0 | ||
| mdurl==0.1.2 | ||
| more-itertools==10.8.0 | ||
| nh3==0.3.0 | ||
| packaging==25.0 | ||
| Pygments==2.19.2 | ||
| pyproject_hooks==1.2.0 | ||
| pywin32-ctypes==0.2.3 | ||
| readme_renderer==44.0 | ||
| requests==2.32.5 | ||
| requests-toolbelt==1.0.0 | ||
| rfc3986==2.0.0 | ||
| rich==14.1.0 | ||
| tomli==2.2.1 | ||
| twine==6.1.0 | ||
| urllib3==2.5.0 | ||
| zipp==3.23.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| click==8.2.1 | ||
| colorama==0.4.6 | ||
| Jinja2==3.1.6 | ||
| MarkupSafe==3.0.2 | ||
| tomli==2.2.1 | ||
| towncrier==24.8.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| pip-licenses @ git+https://github.com/ansys/pip-licenses@main | ||
| prettytable==3.16.0 | ||
| tomli==2.2.1 | ||
| wcwidth==0.2.13 |
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 |
|---|---|---|
| @@ -0,0 +1,52 @@ | ||
| annotated-types==0.7.0 | ||
| anyio==4.10.0 | ||
| Authlib==1.6.3 | ||
| backports-datetime-fromisoformat==2.0.3 | ||
| bandit==1.8.6 | ||
| certifi==2025.8.3 | ||
| cffi==1.17.1 | ||
| charset-normalizer==3.4.3 | ||
| click==8.2.1 | ||
| colorama==0.4.6 | ||
| cryptography==45.0.7 | ||
| dparse==0.6.4 | ||
| exceptiongroup==1.3.0 | ||
| filelock==3.19.1 | ||
| h11==0.16.0 | ||
| httpcore==1.0.9 | ||
| httpx==0.28.1 | ||
| idna==3.10 | ||
| Jinja2==3.1.6 | ||
| joblib==1.5.2 | ||
| markdown-it-py==4.0.0 | ||
| MarkupSafe==3.0.2 | ||
| marshmallow==4.0.1 | ||
| mdurl==0.1.2 | ||
| nltk==3.9.1 | ||
| packaging==25.0 | ||
| psutil==7.0.0 | ||
| pycparser==2.22 | ||
| pydantic==2.9.2 | ||
| pydantic_core==2.23.4 | ||
| PyGithub==2.8.1 | ||
| Pygments==2.19.2 | ||
| PyJWT==2.10.1 | ||
| PyNaCl==1.5.0 | ||
| PyYAML==6.0.2 | ||
| regex==2025.9.1 | ||
| requests==2.32.5 | ||
| rich==14.1.0 | ||
| ruamel.yaml==0.18.15 | ||
| ruamel.yaml.clib==0.2.12 | ||
| safety==3.6.1 | ||
| safety-schemas==0.0.14 | ||
| shellingham==1.5.4 | ||
| sniffio==1.3.1 | ||
| stevedore==5.5.0 | ||
| tenacity==9.1.2 | ||
| tomli==2.2.1 | ||
| tomlkit==0.13.3 | ||
| tqdm==4.67.1 | ||
| typer==0.17.4 | ||
| typing_extensions==4.15.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| cfgv==3.4.0 | ||
| distlib==0.4.0 | ||
| filelock==3.19.1 | ||
| identify==2.6.13 | ||
| nodeenv==1.9.1 | ||
| platformdirs==4.4.0 | ||
| pre-commit==3.8.0 | ||
| PyYAML==6.0.2 | ||
| typing_extensions==4.15.0 | ||
| virtualenv==20.34.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| packaging==25.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| docutils==0.22 | ||
| tomli==2.2.1 |
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 |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| fastcore==1.8.8 | ||
| ghapi==1.0.6 | ||
| packaging==25.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| colorama==0.4.6 | ||
| exceptiongroup==1.3.0 | ||
| iniconfig==2.1.0 | ||
| packaging==25.0 | ||
| pip==23.0.1 | ||
| pluggy==1.6.0 | ||
| Pygments==2.19.2 | ||
| pytest # Not pinned to avoid conflicts with projects | ||
| pytest-randomly==3.16.0 | ||
| setuptools==65.5.0 | ||
| tomli==2.2.1 | ||
| typing_extensions==4.15.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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| pypandoc_binary==1.15 | ||
| tomli==2.2.1 |
Oops, something went wrong.
Oops, something went wrong.
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.