Skip to content

Commit 61cae06

Browse files
Bump requests from 2.32.2 to 2.32.4 in /singer-connectors/tap-github (#1244)
Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4. - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](psf/requests@v2.32.2...v2.32.4) --- updated-dependencies: - dependency-name: requests dependency-version: 2.32.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Hugh Wells <hugh.wells@wise.com>
1 parent 20bafe7 commit 61cae06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

singer-connectors/tap-github/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
py_modules=['tap_github'],
2020
install_requires=[
2121
'pipelinewise-singer-python==1.*',
22-
'requests==2.32.2'
22+
'requests==2.32.4'
2323
],
2424
extras_require={
2525
'test': [

0 commit comments

Comments
 (0)