Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/tensorflow/jobs/docker/2.13/p…
Browse files Browse the repository at this point in the history
…y3/jinja2-3.1.3
  • Loading branch information
AbeCoull authored Jan 22, 2024
2 parents a158344 + f1168d1 commit cc79614
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,20 @@ updates:
interval: "weekly"
commit-message:
prefix: infra

- package-ecosystem: "pip"
# Files stored in repository root
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: infra
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
dev-dependencies:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*" # A wildcard that matches all dependencies in the package
# ecosystem. Note: using "*" may open a large pull request
4 changes: 2 additions & 2 deletions test/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
amazon-braket-schemas
amazon-braket-sdk
boto3==1.28.53
boto3==1.34.23
certifi>=2023.7.22
invoke==2.2.0
mock
pennylane
pytest==7.2.2
pytest==7.4.4
pytest-xdist
sagemaker

0 comments on commit cc79614

Please sign in to comment.