Skip to content
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

[python] add dependabot for python, add requirements.txt #5683

Merged
merged 17 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add dependabots for testing updates too
  • Loading branch information
iscai-msft committed Jan 21, 2025
commit 720aa3df226b6a332a4018e4da72f2a809601d5a
24 changes: 24 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,27 @@ updates:
prefix: "pip prod"
prefix-development: "pip dev"
include: "scope"
- package-ecosystem: "pip"
directory: "/packages/http-client-python/generator/"
schedule:
interval: "weekly"
commit-message:
prefix: "pip prod"
prefix-development: "pip dev"
include: "scope"
- package-ecosystem: "pip"
directory: "/packages/http-client-python/generator/test"
schedule:
interval: "weekly"
commit-message:
prefix: "pip prod"
prefix-development: "pip dev"
include: "scope"
- package-ecosystem: "pip"
directory: "/packages/http-client-python/generator/test/azure"
schedule:
interval: "weekly"
commit-message:
prefix: "pip prod"
prefix-development: "pip dev"
include: "scope"
Original file line number Diff line number Diff line change
@@ -1,15 +1,7 @@
setuptools==69.5.1
-r ../dev-requirements.txt
-e ../../
aiohttp;python_full_version>="3.5.2"
requests==2.32.2
pytest
pytest-asyncio==0.14.0;python_full_version>="3.5.2"
azure-core==1.30.0
azure-mgmt-core==1.3.2
pyright==1.1.391
pylint==3.2.7
tox==4.18.1
mypy==1.14.1

# only for azure
-e ./generated/azure-client-generator-core-access
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
aiohttp===3.11.11
pyright==1.1.391
pytest-asyncio==0.14.0
requests==2.32.2
iscai-msft marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
setuptools==69.5.1
-r ../dev-requirements.txt
-e ../../
aiohttp;python_full_version>="3.5.2"
requests==2.32.2
pytest
pytest-asyncio==0.14.0;python_full_version>="3.5.2"
pyright==1.1.391
pylint==3.2.7
tox==4.18.1
mypy==1.14.1


# common test case
-e ./generated/authentication-api-key
Expand Down
Loading