Skip to content

Commit

Permalink
Merge branch 'main' into OmarAlJarrah/revert-flake8-to-v6
Browse files Browse the repository at this point in the history
  • Loading branch information
OmarAlJarrah authored Feb 6, 2024
2 parents fabefcb + 166289b commit 64c6648
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/generator-publish-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
docformatter --check --config pyproject.toml release || true
docformatter --in-place --config pyproject.toml release || true
- name: Create PR
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
branch: "${{github.event.inputs.name}}-${{github.event.inputs.version}}"
commit-message: "chore: Publish ${{github.event.inputs.name}} [${{github.event.inputs.version}}] SDK"
Expand Down
4 changes: 2 additions & 2 deletions requirements-core.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
uri~=2.0.1
requests~=2.31.0
pydantic~=2.5.3
urllib3==2.1.0
pydantic~=2.6.1
urllib3==2.2.0
email-validator~=2.1.0.post1
2 changes: 1 addition & 1 deletion requirements-docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ docspec-python~=2.2.1
typer
docstring_parser
jinja2
mdformat-gfm~=0.3.5
mdformat-gfm~=0.3.6
mdformat-footnote~=0.1.1
mdformat-black~=0.1.1
mdformat-tables~=0.4.1
Expand Down
2 changes: 1 addition & 1 deletion requirements-test.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
furl~=2.1.3
prettytable~=3.9.0
virtualenv~=20.25.0
coverage~=7.4.0
coverage~=7.4.1

0 comments on commit 64c6648

Please sign in to comment.