René's URL Explorer Experiment


Title: chore(deps): bump the python-minor-patch group across 1 directory with 4 updates by dependabot[bot] · Pull Request #239 · SocketDev/socket-python-cli · GitHub

Open Graph Title: chore(deps): bump the python-minor-patch group across 1 directory with 4 updates by dependabot[bot] · Pull Request #239 · SocketDev/socket-python-cli

X Title: chore(deps): bump the python-minor-patch group across 1 directory with 4 updates by dependabot[bot] · Pull Request #239 · SocketDev/socket-python-cli

Description: Bumps the python-minor-patch group with 4 updates in the / directory: pytest, ruff, uv and hatch. Updates pytest from 9.0.3 to 9.1.1 Release notes Sourced from pytest's releases. 9.1.1 pytest 9.1.1 (2026-06-19) Bug fixes #14220: Fixed a logic bug in pytest.RaisesGroup which would might cause it to display incorrect "It matches FooError() which was paired with BarError" messages. #14591: Fixed a regression in pytest 9.1.0 which caused overriding a parametrized fixture with an indirect @​pytest.mark.parametrize to fail with "duplicate parametrization of ''". #14606: Fixed list-item typing errors from mypy in @pytest.mark.parametrize argvalues parameter. #14608: Fixed a regression in pytest 9.1.0 where conftest.py files located in /test* were no longer loaded as initial conftests when invoked without arguments. This could cause certain hooks (like pytest_addoption) in these files to not fire. 9.1.0 pytest 9.1.0 (2026-06-13) Removals and backward incompatible breaking changes #14533: When using --doctest-modules, autouse fixtures with module, package or session scope that are defined inline in Python test modules (not plugins or conftests) will now possibly execute twice. If this is undesirable, move the fixture definition to a conftest.py file if possible. Technical explanation for those interested: When using --doctest-modules, pytest possibly collects Python modules twice, once as pytest.Module and once as a DoctestModule (depending on the configuration). Due to improvements in pytest's fixture implementation, if e.g. the DoctestModule collects a fixture, it is now visible to it only, and not to the Module. This means that both need to register the fixtures independently. Deprecations (removal in next major release) #10819: Added a deprecation warning for class-scoped fixtures defined as instance methods (without @classmethod). Such fixtures set attributes on a different instance than the test methods use, leading to unexpected behavior. Use @classmethod decorator instead -- by yastcher. See 10819 and 14011. #12882: Calling request.getfixturevalue() during teardown to request a fixture that was not already requested is now deprecated and will become an error in pytest 10. See dynamic-fixture-request-during-teardown for details. #13409: Using non-~collections.abc.Collection iterables (such as generators, iterators, or custom iterable objects) for the argvalues parameter in @pytest.mark.parametrize and metafunc.parametrize is now deprecated. These iterables get exhausted after the first iteration, leading to tests getting unexpectedly skipped in cases such as running pytest.main() multiple times, using class-level parametrize decorators, or collecting tests multiple times. See parametrize-iterators for details and suggestions. #13946: The private config.inicfg attribute is now deprecated. Use config.getini() to access configuration values instead. See config-inicfg for more details. #14004: Passing baseid to ~pytest.FixtureDef or nodeid strings to fixture registration APIs is now deprecated. These are internal pytest APIs that are used by some plugins. ... (truncated) Commits cf470ec Prepare release version 9.1.1 e0c8ce6 Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97... 1b82d16 Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec... 501c4bc Merge pull request #14596 from bluetech/doc-classmethod b61f588 Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir 9a567e0 [automated] Update plugin list (#14617) (#14618) ef8b299 Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed... 66abd07 Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup 79fbf93 Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6... 0d312eb Merge pull request #14611 from bluetech/parametrize-argvalues-typing Additional commits viewable in compare view Updates ruff from 0.15.14 to 0.15.18 Release notes Sourced from ruff's releases. 0.15.18 Release Notes Released on 2026-06-18. Preview features Handle nested ruff:ignore comments (#25791) Stop displaying severity in output (#26050) Use human-readable names in CLI output (#25937) Use human-readable names in LSP and playground diagnostics (#26058) [pydocstyle] Prevent property docstrings starting with verbs (D421) (#23775) [flake8-pyi] Extend PYI033 to Python files (#26129) Bug fixes Detect equivalent numeric mapping keys (#26009) Detect mapping keys equivalent to booleans (#25982) Detect repeated signed and complex dictionary keys (#26007) Rule changes [flake8-pyi] Rename PYI033 to legacy-type-comment (#26131) Performance Use ThinVec for call keywords (#25999) Inline parser recovery context checks (#26038) Match parser keywords as bytes (#26037) Move value parsing out of lexing (#25360) Server Render subdiagnostics and secondary annotations as related information (#26011) Documentation Update fix availability for always-fixable rules (#26091) [flake8-tidy-imports] Add fix safety section (TID252) (#17491) Parser Reject __debug__ lambda parameters (#26022) Reject _ as a match-pattern target (#25977) Reject multiple starred names in sequence patterns (#25976) Reject parenthesized star imports (#26021) Reject starred comprehension targets (#26023) Reject unparenthesized generator expressions in class bases (#25978) Reject yield expressions after commas (#26024) Validate function type parameter default order (#25981) ... (truncated) Changelog Sourced from ruff's changelog. 0.15.18 Released on 2026-06-18. Preview features Handle nested ruff:ignore comments (#25791) Stop displaying severity in output (#26050) Use human-readable names in CLI output (#25937) Use human-readable names in LSP and playground diagnostics (#26058) [pydocstyle] Prevent property docstrings starting with verbs (D421) (#23775) [flake8-pyi] Extend PYI033 to Python files (#26129) Bug fixes Detect equivalent numeric mapping keys (#26009) Detect mapping keys equivalent to booleans (#25982) Detect repeated signed and complex dictionary keys (#26007) Rule changes [flake8-pyi] Rename PYI033 to legacy-type-comment (#26131) Performance Use ThinVec for call keywords (#25999) Inline parser recovery context checks (#26038) Match parser keywords as bytes (#26037) Move value parsing out of lexing (#25360) Server Render subdiagnostics and secondary annotations as related information (#26011) Documentation Update fix availability for always-fixable rules (#26091) [flake8-tidy-imports] Add fix safety section (TID252) (#17491) Parser Reject __debug__ lambda parameters (#26022) Reject _ as a match-pattern target (#25977) Reject multiple starred names in sequence patterns (#25976) Reject parenthesized star imports (#26021) Reject starred comprehension targets (#26023) Reject unparenthesized generator expressions in class bases (#25978) Reject yield expressions after commas (#26024) Validate function type parameter default order (#25981) ... (truncated) Commits 6686f63 Bump 0.15.18 (#26135) efbb732 [ty] Suggest keyword-only arguments between variadic parameters (#26134) c256d5f [ty] Support Annotated[Any, ...] as a class base (#26133) 19a4bea [flake8-pyi] Rename PYI033 to legacy-type-comment (#26131) 1d9866c Bump ecosystem-analyzer commit (#26130) 8656c73 [ty] Compact indexed AST node storage (#25998) c17c8d9 [ty] Garbage-collect cached constraint sets (#26116) ef0fb8f [ty] Fix bound TypeVar default cycle recovery (#26124) b83c024 [flake8-pyi] Extend PYI033 to Python files in preview (#26129) e8a5e38 Update Rust crate zip to v8 (#26078) Additional commits viewable in compare view Updates uv from 0.11.17 to 0.11.22 Release notes Sourced from uv's releases. 0.11.22 Release Notes Released on 2026-06-18. Enhancements Publish wheels before sdists in uv publish (#19831) Add TY and RUFF env vars for providing paths for binaries used by uv format and uv check (#19821) Preview features Allow configuring preview features in uv.toml and pyproject.toml (#18437) Update the lockfile during uv check --no-sync (#19909) Add --script to uv check and uv metadata (#19860) Report workspace-exclusive dependency groups in workspace metadata (#19862) Support SARIF as a uv audit output (#19872) Performance Use a more deadlock-resistant concurrent hashmap in the resolver (#19532) Bug fixes Update string marker ordering semantics to match upstream clarified rules (#19808) Reject extras that have the same normalized name (#19871) Reject dependency group include-group entries that have additional fields (#19866) Reject invalid UTF-8 URL credentials (#19814) Validate that PEP 517 backend-paths exist when building sdists (#19834) Validate that pylock.toml files do not have an unsupported a lock-version (#19869) Validate that the environment satisfies the packages.requires-python of a pylock.toml (#19868) Allow uv to be recursively invoked by PEP 517 build hooks (#19879) Allow empty credentials.toml files (#19815) Fix transparent Python upgrades in project environments (#19890) Handle non-file editable URLs in uv pip list (#19867) Fix incorrect output from uv tree --invert (#19910) Fix environment locking of uv venv in a project (#19837) Fix handling of workspace-exclusive dependency groups in uv tree (#19905) Documentation Archive the 0.10.x changelog (#19813) Other changes Mark more tests as requiring network for vendors that need to run tests offline (#19819) Install uv 0.11.22 Install prebuilt binaries via shell script ... (truncated) Changelog Sourced from uv's changelog. 0.11.22 Released on 2026-06-18. Enhancements Publish wheels before sdists in uv publish (#19831) Add TY and RUFF env vars for providing paths for binaries used by uv format and uv check (#19821) Preview features Allow configuring preview features in uv.toml and pyproject.toml (#18437) Update the lockfile during uv check --no-sync (#19909) Add --script to uv check and uv metadata (#19860) Report workspace-exclusive dependency groups in workspace metadata (#19862) Support SARIF as a uv audit output (#19872) Performance Use a more deadlock-resistant concurrent hashmap in the resolver (#19532) Bug fixes Update string marker ordering semantics to match upstream clarified rules (#19808) Reject extras that have the same normalized name (#19871) Reject dependency group include-group entries that have additional fields (#19866) Reject invalid UTF-8 URL credentials (#19814) Validate that PEP 517 backend-paths exist when building sdists (#19834) Validate that pylock.toml files do not have an unsupported a lock-version (#19869) Validate that the environment satisfies the packages.requires-python of a pylock.toml (#19868) Allow uv to be recursively invoked by PEP 517 build hooks (#19879) Allow empty credentials.toml files (#19815) Fix transparent Python upgrades in project environments (#19890) Handle non-file editable URLs in uv pip list (#19867) Fix incorrect output from uv tree --invert (#19910) Fix environment locking of uv venv in a project (#19837) Fix handling of workspace-exclusive dependency groups in uv tree (#19905) Documentation Archive the 0.10.x changelog (#19813) Other changes Mark more tests as requiring network for vendors that need to run tests offline (#19819) 0.11.21 Released on 2026-06-11. ... (truncated) Commits 94988e5 Bump version to 0.11.22 (#19917) f98013e Add workspace-exclusive dependency groups to workspace metadata (#19862) 7f3ab04 Add --script to uv check and uv metadata (#19860) 3d7e2f9 Update the lockfile during uv check --no-sync (#19909) 4f7fd1c Preserve attribution in inverted dependency trees (#19910) 14855e0 use let chains in various crates (#19908) ac8a461 Respect dependency selection for synthetic tree roots (#19905) 3c8f146 Replace dashmap with papaya (#19532) 18898c9 Fix transparent Python upgrades in project environments (#19890) 28a98e1 Clean up ImplementationName (#19891) Additional commits viewable in compare view Updates hatch from 1.16.5 to 1.17.0 Release notes Sourced from hatch's releases. Hatchling v1.17.0 Added: The app build target now embeds the project version in the name of binaries Hatch v1.17.0 Changed: The hatch fmt command is now deprecated in favor of the new hatch check command group Migrate HTTP client from httpx to httpx2 Added: Add hatch check command group with subcommands for check code (linting), check fmt (formatting), and check types (type checking) Add hatch check types command for type checking using Pyrefly, with --summarize and --cover flags Add hatch env lock command to generate PEP 751 compliant lockfiles (pylock.toml) for environments Add hatch dep lock and hatch lock commands as shortcuts for locking the active environment Add hatch dep sync command for syncing dependencies from a lockfile Add pluggable dependency locker interface with built-in UV and pip implementations Add --cover-xml and --cover-xml-output flags to the hatch test command for generating XML coverage reports Add linehaul telemetry data to User-Agent header for PyPI download statistics Auto-create environment when locking if it doesn't exist Fixed: Fix help output formatting for the run command Commits 37b00c3 release Hatchling v1.30.1 (#2298) 0446d99 Update history for new patch release of hatchling after fixing default metada... 4f5cdf0 Make 2.4 metadata default until other tools support it. (#2296) 0497be0 Fix draft release uploads. (#2293) 3aae0fa Fix hatchling to use Metadata 2.4 (#2291) 5ee4189 release Hatch v1.17.0 (#2290) 6109ee7 release Hatchling v1.30.0 (#2289) 246e22b Block duplicate files in wheel archives (closes #2066) (#2269) d2afcb6 Update docs as pre-release for 1.17.0 (#2287) 818d284 Feat hatch check command with new sub command for types (#2278) Additional commits viewable in compare view

Open Graph Description: Bumps the python-minor-patch group with 4 updates in the / directory: pytest, ruff, uv and hatch. Updates pytest from 9.0.3 to 9.1.1 Release notes Sourced from pytest's releases. 9.1.1 pytest...

X Description: Bumps the python-minor-patch group with 4 updates in the / directory: pytest, ruff, uv and hatch. Updates pytest from 9.0.3 to 9.1.1 Release notes Sourced from pytest's releases. 9.1.1 py...

Opengraph URL: https://github.com/SocketDev/socket-python-cli/pull/239

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e14cb4bd-d27e-e2d2-ec39-66b60a3b4679
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-id93E0:C3948:4108AC5:5ABC08B:6A4F63A0
html-safe-noncea394a1b8a0633a40c3b85bd9c36315309112b0b519bc7b2944b1900667cf4bc4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5M0UwOkMzOTQ4OjQxMDhBQzU6NUFCQzA4Qjo2QTRGNjNBMCIsInZpc2l0b3JfaWQiOiIxNjk0ODc4OTIyMzg5MjgzNzQ0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmaccec467aa7e735fb58e15796f2e515bc3d1c37e7ca7db3801559f5b06d022b2e1
hovercard-subject-tagpull_request:3911147275
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/SocketDev/socket-python-cli/pull/239/files
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps the python-minor-patch group with 4 updates in the / directory: pytest, ruff, uv and hatch. Updates pytest from 9.0.3 to 9.1.1 Release notes Sourced from pytest's releases. 9.1.1 pytest...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Noneb92d11c0aa4a77d54ef4af1078b6a15fb5a70a215b30c4ecf28889d5a8e656d9
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/SocketDev/socket-python-cli git https://github.com/SocketDev/socket-python-cli.git
octolytics-dimension-user_id69326764
octolytics-dimension-user_loginSocketDev
octolytics-dimension-repository_id802230750
octolytics-dimension-repository_nwoSocketDev/socket-python-cli
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id802230750
octolytics-dimension-repository_network_root_nwoSocketDev/socket-python-cli
turbo-body-classeslogged-out env-production page-responsive
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4b249b445842943ed31549e027f57a8ade9881ed
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/SocketDev/socket-python-cli/pull/239/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSocketDev%2Fsocket-python-cli%2Fpull%2F239%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub Copilot appDirect agents from issue to mergehttps://github.com/features/ai/github-app
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
View all resourceshttps://github.com/resources
GitHub SponsorsFund open source developershttps://github.com/open-source/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/open-source/accelerator
GitHub Starshttps://stars.github.com
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/enterprise/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FSocketDev%2Fsocket-python-cli%2Fpull%2F239%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=SocketDev%2Fsocket-python-cli
Reloadhttps://github.com/SocketDev/socket-python-cli/pull/239/files
Reloadhttps://github.com/SocketDev/socket-python-cli/pull/239/files
Reloadhttps://github.com/SocketDev/socket-python-cli/pull/239/files
Please reload this pagehttps://github.com/SocketDev/socket-python-cli/pull/239/files
SocketDev https://github.com/SocketDev
socket-python-clihttps://github.com/SocketDev/socket-python-cli
Notifications https://github.com/login?return_to=%2FSocketDev%2Fsocket-python-cli
Fork 11 https://github.com/login?return_to=%2FSocketDev%2Fsocket-python-cli
Star 9 https://github.com/login?return_to=%2FSocketDev%2Fsocket-python-cli
Code https://github.com/SocketDev/socket-python-cli
Pull requests 5 https://github.com/SocketDev/socket-python-cli/pulls
Actions https://github.com/SocketDev/socket-python-cli/actions
Models https://github.com/SocketDev/socket-python-cli/models
Security and quality 0 https://github.com/SocketDev/socket-python-cli/security
Insights https://github.com/SocketDev/socket-python-cli/pulse
Code https://github.com/SocketDev/socket-python-cli
Pull requests https://github.com/SocketDev/socket-python-cli/pulls
Actions https://github.com/SocketDev/socket-python-cli/actions
Models https://github.com/SocketDev/socket-python-cli/models
Security and quality https://github.com/SocketDev/socket-python-cli/security
Insights https://github.com/SocketDev/socket-python-cli/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FSocketDev%2Fsocket-python-cli%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FSocketDev%2Fsocket-python-cli%2Fissues%2Fnew%2Fchoose
dependabothttps://github.com/apps/dependabot
mainhttps://github.com/SocketDev/socket-python-cli/tree/main
dependabot/uv/python-minor-patch-91499dbfeahttps://github.com/SocketDev/socket-python-cli/tree/dependabot/uv/python-minor-patch-91499dbfea
Conversation 4 https://github.com/SocketDev/socket-python-cli/pull/239
Commits 1 https://github.com/SocketDev/socket-python-cli/pull/239/commits
Checks 26 https://github.com/SocketDev/socket-python-cli/pull/239/checks
Files changed https://github.com/SocketDev/socket-python-cli/pull/239/files
Please reload this pagehttps://github.com/SocketDev/socket-python-cli/pull/239/files
chore(deps): bump the python-minor-patch group across 1 directory with 4 updates https://github.com/SocketDev/socket-python-cli/pull/239/files#top
Show all changes 1 commit https://github.com/SocketDev/socket-python-cli/pull/239/files
a6ab30c chore(deps): bump the python-minor-patch group across 1 directory wit… dependabot[bot] Jun 26, 2026 https://github.com/SocketDev/socket-python-cli/pull/239/commits/a6ab30cee9f2b3fadd3a0c4276dc813d7dad7af1
Clear filters https://github.com/SocketDev/socket-python-cli/pull/239/files
Please reload this pagehttps://github.com/SocketDev/socket-python-cli/pull/239/files
Please reload this pagehttps://github.com/SocketDev/socket-python-cli/pull/239/files
Please reload this pagehttps://github.com/SocketDev/socket-python-cli/pull/239/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.