Skip to content

Commit

Permalink
Merge pull request #1097 from atsign-foundation/dependabot/pip/packag…
Browse files Browse the repository at this point in the history
…es/python/sshnpd/pip-7ada8d02e0

build(deps): update atsdk requirement from 0.2.16 to 0.2.19 in /packages/python/sshnpd in the pip group
  • Loading branch information
gkc authored Jun 6, 2024
2 parents b17e64a + de5555b commit 84a1e36
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: 'Checkout Repository'
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- name: 'Dependency Review'
uses: actions/dependency-review-action@0c155c5e8556a497adf53f2c18edabf945ed8e70 # v4.3.2
uses: actions/dependency-review-action@72eb03d02c7872a771aacd928f3123ac62ad6d3a # v4.3.3
12 changes: 6 additions & 6 deletions packages/dart/sshnoports/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -206,10 +206,10 @@ packages:
dependency: "direct dev"
description:
name: build_runner
sha256: "1414d6d733a85d8ad2f1dfcb3ea7945759e35a123cb99ccfac75d0758f75edfa"
sha256: "644dc98a0f179b872f612d3eb627924b578897c629788e858157fa5e704ca0c7"
url: "https://pub.dev"
source: hosted
version: "2.4.10"
version: "2.4.11"
build_runner_core:
dependency: transitive
description:
Expand Down Expand Up @@ -790,10 +790,10 @@ packages:
dependency: "direct dev"
description:
name: test
sha256: "47e9b601e20f24c27d08002eb635e92ddc2195010a8b3a621f4ed44ef70f6864"
sha256: "7ee44229615f8f642b68120165ae4c2a75fe77ae2065b1e55ae4711f6cf0899e"
url: "https://pub.dev"
source: hosted
version: "1.25.6"
version: "1.25.7"
test_api:
dependency: transitive
description:
Expand All @@ -806,10 +806,10 @@ packages:
dependency: transitive
description:
name: test_core
sha256: "0c583123c86e58ab5036c92db5c7116ffddd655f1f5be762967d09f0fc66bf2d"
sha256: "55ea5a652e38a1dfb32943a7973f3681a60f872f8c3a05a14664ad54ef9c6696"
url: "https://pub.dev"
source: hosted
version: "0.6.3"
version: "0.6.4"
timing:
dependency: transitive
description:
Expand Down
4 changes: 2 additions & 2 deletions packages/dart/sshnoports/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependency_overrides:

dev_dependencies:
lints: ^4.0.0
test: ^1.25.6
test: ^1.25.7
mocktail: ^1.0.3
build_runner: ^2.4.10
build_runner: ^2.4.11
build_version: ^2.1.1
2 changes: 1 addition & 1 deletion packages/python/sshnpd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sshnpd = 'sshnpd:main'

[tool.poetry.dependencies]
python = "^3.10"
atsdk = "0.2.16"
atsdk = "0.2.19"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 84a1e36

Please sign in to comment.