Hariharan Thavachelvam
Hariharan Thavachelvam
@OmarTawfik I am unable recreate above problem Step I followed are below 1. git clone the repo to local https://github.com/NomicFoundation/slang.git ``` git clone https://github.com/NomicFoundation/slang.git ``` 2. Ran cargo build against...
@OmarTawfik Reg: Analyzing on https://github.com/NomicFoundation/slang/pull/930 And this PR is not generated by dependabot, I couldn't find the job related to this PR
Unable to reproduce in local environment ## Testing npm_and_yarn test failure reported by Garry 1. Ensure you have up todate code ``` $ git checkout main $ git pull $...
@hartwork I've identified the root cause of the issue. The customer's repository includes `django-extensions==4.1` in their `requirements-direct.txt` manifest: ``` django-extensions==4.1 \ --hash=sha256:0699a7af28f2523bf8db309a80278519362cd4b6e1fd0a8cd4bf063e1e023336 \ --hash=sha256:7b70a4d28e9b840f44694e3f7feb54f55d495f8b3fa6c5c0e5e12bcb2aa3cdeb ``` Although Dependabot correctly detects the...
@hartwork it's your `setup.py` is forcing Dependabot to use the python version 3.9.23 ``` python_requires=">=3.9", setup_requires=[ "setuptools>=38.6.0", # for long_description_content_type ], ``` Could you please update that as below and...
@hartwork I have tested the changes and it's working as expected. ``` updater | 2025/10/02 13:48:47 INFO Filtered out 2 yanked versions updater | 2025/10/02 13:48:47 INFO Filtered out 1...
Thank you @hartwork It's looks like a valid Dependabot bug to me. So I [raised a PR](https://github.com/dependabot/dependabot-core/pull/13215) and waiting for another engineer to review that.
Unable to reproduce Repo: https://github.com/dsp-testing/python-dependabot-private-registry-issue-7440 `pyproject.toml` here ``` [tool.poetry] name = "dependabot-jfrog-test" version = "0.1.0" description = "" authors = ["Thavaa Hariharan "] [tool.poetry.dependencies] requests = "2.32.2" python = ">=3.8"...
@BBboy01 Repo: https://github.com/dsp-testing/pnpm-private-registry-issue-7964 Workflow: https://github.com/dsp-testing/pnpm-private-registry-issue-7964/actions/runs/16966049022/job/48090156905 Strategy set to lockfile only: https://github.com/dsp-testing/pnpm-private-registry-issue-7964/blob/main/.github/dependabot.yml#L5 Working with out any error.