Skip to content

Commit

Permalink
Merge branch 'main' into start-date-replication-value
Browse files Browse the repository at this point in the history
  • Loading branch information
ericboucher authored Aug 2, 2022
2 parents 9eb1b24 + d475105 commit 09f2a6b
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 48 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/constraints.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pip==22.2
pip==22.2.1
poetry==1.1.14
virtualenv==20.15.1
virtualenv==20.16.2
nox==2022.1.7
nox-poetry==1.0.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
file_glob: true

- name: Publish
uses: pypa/[email protected].0
uses: pypa/[email protected].1
with:
user: __token__
password: ${{ secrets.PYPI_SECRET_TOKEN }}
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ repos:
exclude: (cookiecutter/.*|singer_sdk/helpers/_simpleeval/.*)

- repo: https://github.com/pycqa/flake8
rev: 4.0.1
rev: 5.0.2
hooks:
- id: flake8
additional_dependencies:
Expand All @@ -56,7 +56,7 @@ repos:
files: 'singer_sdk/.*'

- repo: https://github.com/asottile/pyupgrade
rev: v2.37.1
rev: v2.37.3
hooks:
- id: pyupgrade
args: [--py37-plus]
Expand Down
2 changes: 0 additions & 2 deletions docs/code_samples.md
Original file line number Diff line number Diff line change
Expand Up @@ -318,10 +318,8 @@ def backoff_wait_generator() -> Callable[..., Generator[int, Any, None]]:
return int(response_headers.get("Retry-After", 0))
return self.backoff_runtime(value=_backoff_from_headers)
```


## Additional Resources

More links, resources, and example solutions are available from community
Expand Down
80 changes: 40 additions & 40 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ viztracer = "^0.15.3"
requests-mock = "^1.9.3"
sqlalchemy2-stubs = {version = "^0.0.2a24", allow-prereleases = true}
types-python-dateutil = "^2.8.19"
types-requests = "^2.28.3"
types-requests = "^2.28.6"
coverage = {extras = ["toml"], version = "^6.4"}

# Cookiecutter tests
Expand Down

0 comments on commit 09f2a6b

Please sign in to comment.