Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/pytest-approx-eq-8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare authored Jul 19, 2024
2 parents 04bb2f2 + 6674d55 commit e1eddac
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 4 deletions.
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240412-155445.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Bump dbt-labs/actions from 1.1.0 to 1.1.1"
time: 2024-04-12T15:54:45.00000Z
custom:
Author: dependabot[bot]
PR: 762
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240718-191741.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update tox requirement from ~=4.11 to ~=4.16"
time: 2024-07-18T19:17:41.00000Z
custom:
Author: dependabot[bot]
PR: 870
6 changes: 6 additions & 0 deletions .changes/unreleased/Dependencies-20240719-195946.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: "Dependencies"
body: "Update twine requirement from ~=4.0 to ~=5.1"
time: 2024-07-19T19:59:46.00000Z
custom:
Author: dependabot[bot]
PR: 876
4 changes: 2 additions & 2 deletions .github/workflows/nightly-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: "Audit Version And Parse Into Parts"
id: semver
uses: dbt-labs/actions/[email protected].0
uses: dbt-labs/actions/[email protected].1
with:
version: ${{ steps.version-number-sources.outputs.current_version }}

Expand All @@ -80,7 +80,7 @@ jobs:
echo "number=$number" >> $GITHUB_OUTPUT
- name: "Audit Nightly Release Version And Parse Into Parts"
uses: dbt-labs/actions/[email protected].0
uses: dbt-labs/actions/[email protected].1
with:
version: ${{ steps.nightly-release-version.outputs.number }}

Expand Down
4 changes: 2 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ pytest-csv~=3.0
pytest-dotenv~=0.5.2
pytest-logbook~=1.2
pytest-xdist~=3.5
tox~=4.11
tox~=4.16

# build
bumpversion~=0.6.0
twine~=4.0
twine~=5.1
wheel~=0.42

0 comments on commit e1eddac

Please sign in to comment.