Commit Graph

1926 Commits

Author SHA1 Message Date
dependabot[bot] 7d18f1cfff Bump gitpython from 3.1.42 to 3.1.43
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.42 to 3.1.43.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.42...3.1.43)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-05 00:51:12 +00:00
Zach Borboa b2657f5744 Fix CI: Use nullable type declaration (#859)
* Use nullable type declaration

Fixes warning:
    FILE: ./src/Curl/CaseInsensitiveArray.php
    -------------------------------------------------------------------------------------------------
    FOUND 0 ERRORS AND 1 WARNING AFFECTING 1 LINE
    -------------------------------------------------------------------------------------------------
     45 | WARNING | Implicitly marking a parameter as nullable is deprecated since PHP 8.4. Update
        |         | the type to be explicitly nullable instead. Found implicitly nullable parameter:
        |         | $initial.
        |         | (PHPCompatibility.FunctionDeclarations.RemovedImplicitlyNullableParam.Deprecated)
    -------------------------------------------------------------------------------------------------

* Remove parameter type to fix PHP 7.0
2024-04-04 20:27:03 -04:00
dependabot[bot] 9bbbf4a3ff Bump tj-actions/changed-files from 43 to 44 (#856)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 43 to 44.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v43...v44)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-27 19:38:13 -07:00
github-actions[bot] 65df699ec2 Merge pull request #855 from php-curl-class/dependabot/pip/pygithub-2.3.0
Bump pygithub from 2.2.0 to 2.3.0
2024-03-25 09:50:11 +00:00
dependabot[bot] f5ecf59d52 Bump pygithub from 2.2.0 to 2.3.0
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.2.0 to 2.3.0.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](https://github.com/pygithub/pygithub/compare/v2.2.0...v2.3.0)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-25 09:29:23 +00:00
dependabot[bot] c41da95840 Bump dependabot/fetch-metadata from 1.6.0 to 2.0.0 (#854)
Bumps [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) from 1.6.0 to 2.0.0.
- [Release notes](https://github.com/dependabot/fetch-metadata/releases)
- [Commits](https://github.com/dependabot/fetch-metadata/compare/v1.6.0...v2.0.0)

---
updated-dependencies:
- dependency-name: dependabot/fetch-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-22 08:20:50 -07:00
github-actions[bot] 7a819ce56c Merge pull request #853 from php-curl-class-helper/create-pull-request/patch
Update pre-commit dependencies
2024-03-18 18:26:13 +00:00
github-actions[bot] 626700257f Update pre-commit dependencies 2024-03-18 18:03:38 +00:00
dependabot[bot] 9313b86a28 Bump tj-actions/changed-files from 42 to 43 (#852)
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 42 to 43.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v42...v43)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-14 07:45:45 -04:00
github-actions[bot] 0156b66b6d Merge pull request #851 from php-curl-class-helper/create-pull-request/patch
Update pre-commit dependencies
2024-03-06 18:25:05 +00:00
github-actions[bot] 000173182f Update pre-commit dependencies 2024-03-06 18:03:36 +00:00
github-actions[bot] 680afbcfd9 Bump version: 9.19.0 → 9.19.1 9.19.1 2024-02-27 18:03:38 +00:00
Zach Borboa f87653becf Specify version for vimeo/psalm (#850)
* Specify version for vimeo/psalm

For some reason an old version (0.3.14) for vimeo/psalm was being
installed for PHP 8.2 and PHP 8.3.

* Use last known working version for PHP 7.0
2024-02-25 19:26:50 -05:00
Zach Borboa b722b1516a Fix afterSend not being called (#848) 2024-02-24 08:32:22 -05:00
github-actions[bot] 27365b2dc7 Merge pull request #846 from php-curl-class/dependabot/pip/scripts/cryptography-42.0.4
Bump cryptography from 42.0.2 to 42.0.4 in /scripts
2024-02-21 21:05:41 +00:00
dependabot[bot] 0b1a767d1a Bump cryptography from 42.0.2 to 42.0.4 in /scripts
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.2 to 42.0.4.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.2...42.0.4)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-21 20:45:08 +00:00
github-actions[bot] 1911f3e984 Merge pull request #845 from php-curl-class-helper/create-pull-request/patch
Update pre-commit dependencies
2024-02-19 18:25:33 +00:00
github-actions[bot] 86fb6f181b Update pre-commit dependencies 2024-02-19 18:03:58 +00:00
github-actions[bot] b22f2b9d0d Merge pull request #844 from php-curl-class/dependabot/pip/scripts/cryptography-42.0.2
Bump cryptography from 42.0.0 to 42.0.2 in /scripts
2024-02-17 01:14:46 +00:00
dependabot[bot] 87710f5b82 Bump cryptography from 42.0.0 to 42.0.2 in /scripts
Bumps [cryptography](https://github.com/pyca/cryptography) from 42.0.0 to 42.0.2.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/42.0.0...42.0.2)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-17 00:53:24 +00:00
github-actions[bot] eeda43c7ba Merge pull request #843 from php-curl-class/dependabot/pip/gitpython-3.1.42
Bump gitpython from 3.1.41 to 3.1.42
2024-02-16 10:26:05 +00:00
dependabot[bot] 8b6e44be3a Bump gitpython from 3.1.41 to 3.1.42
Bumps [gitpython](https://github.com/gitpython-developers/GitPython) from 3.1.41 to 3.1.42.
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.41...3.1.42)

---
updated-dependencies:
- dependency-name: gitpython
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-16 10:04:35 +00:00
github-actions[bot] 19e469fee0 Merge pull request #842 from php-curl-class-helper/create-pull-request/patch
Update pre-commit dependencies
2024-02-15 08:33:20 -05:00
github-actions[bot] cbcbbc3d1d Update pre-commit dependencies 2024-02-13 18:04:32 +00:00
Zach Borboa 3dd8031549 Clean up 2024-02-05 22:37:56 -05:00
Zach Borboa e3aaad29d0 Allow automatic merge of indirect dependency updates 2024-02-05 22:33:32 -05:00
dependabot[bot] 13901ca277 Bump cryptography from 41.0.6 to 42.0.0 in /scripts (#841)
Bumps [cryptography](https://github.com/pyca/cryptography) from 41.0.6 to 42.0.0.
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/41.0.6...42.0.0)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-05 22:28:25 -05:00
dependabot[bot] b9adbd388c Bump peter-evans/create-pull-request from 5 to 6 (#840)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 08:42:04 -05:00
PHP Curl Class helper cb221cfc28 Update pre-commit dependencies (#835)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-01-31 19:24:48 -05:00
Zach Borboa 2b01355826 Checkout master when creating or updating pull request 2024-01-31 17:30:18 -05:00
github-actions[bot] 5df6a8bbcc Merge pull request #839 from php-curl-class/dependabot/pip/pygithub-2.2.0
Bump pygithub from 2.1.1 to 2.2.0
2024-01-30 10:15:33 +00:00
dependabot[bot] 6173e4913b Bump pygithub from 2.1.1 to 2.2.0
Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.1.1 to 2.2.0.
- [Release notes](https://github.com/pygithub/pygithub/releases)
- [Changelog](https://github.com/PyGithub/PyGithub/blob/main/doc/changes.rst)
- [Commits](https://github.com/pygithub/pygithub/compare/v2.1.1...v2.2.0)

---
updated-dependencies:
- dependency-name: pygithub
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-30 09:54:39 +00:00
github-actions[bot] 8e9cd0caff Bump version: 9.18.2 → 9.19.0 9.19.0 2024-01-18 18:03:34 +00:00
Zach Borboa b4114a1aa3 Merge pull request #837 from zachborboa/master
Allow displaying curl option value without specifying value
2024-01-18 09:29:22 -05:00
Zach Borboa 5097545a05 Allow displaying curl option value without specifying value 2024-01-18 09:05:46 -05:00
Zach Borboa c8e4fa4740 Merge pull request #836 from php-curl-class/dependabot/github_actions/tj-actions/changed-files-42
Bump tj-actions/changed-files from 41 to 42
2024-01-18 08:33:19 -05:00
dependabot[bot] 3da3d9c49e Bump tj-actions/changed-files from 41 to 42
Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 41 to 42.
- [Release notes](https://github.com/tj-actions/changed-files/releases)
- [Changelog](https://github.com/tj-actions/changed-files/blob/main/HISTORY.md)
- [Commits](https://github.com/tj-actions/changed-files/compare/v41...v42)

---
updated-dependencies:
- dependency-name: tj-actions/changed-files
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-18 09:11:29 +00:00
Zach Borboa 067c9b4a76 Update create-pull-request author 2024-01-10 22:35:22 -05:00
Zach Borboa fd75e303d9 Update push-to-fork 2024-01-10 22:14:15 -05:00
Zach Borboa 94fbb6bd53 Clean up 2024-01-10 19:12:46 -05:00
Zach Borboa 61da407ee6 Set default repository 2024-01-10 19:08:28 -05:00
Zach Borboa ab4525bc0b Log current default repository 2024-01-10 18:59:55 -05:00
Zach Borboa aac8886cd1 Test current default repository 2024-01-10 18:57:12 -05:00
Zach Borboa 2c6428985d Use fork to trigger on: pull_request workflows to run 2024-01-10 18:13:57 -05:00
Zach Borboa eb358b888c Update create-pull-request author 2024-01-10 17:20:17 -05:00
Zach Borboa ccfa1877fb Add pre-commit auto-update logging 2024-01-10 16:43:31 -05:00
Zach Borboa 5cfa231d73 Merge pull request #832 from php-curl-class/dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41
Bump tj-actions/changed-files from 40 to 41 in /.github/workflows
2024-01-10 16:29:35 -05:00
Zach Borboa 39d34125a5 Merge branch 'master' into dependabot/github_actions/dot-github/workflows/tj-actions/changed-files-41 2024-01-10 16:07:34 -05:00
Zach Borboa f85a07426b Approve and label dependabot pull requests 2024-01-10 16:06:37 -05:00
github-actions[bot] 22bbbe73f9 Merge pull request #833 from php-curl-class/dependabot/pip/scripts/gitpython-3.1.41
Bump gitpython from 3.1.40 to 3.1.41 in /scripts
2024-01-10 18:22:38 +00:00