#
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
#    pip-compile CI/commands/requirements.in
#
aiohttp==3.9.1
    # via -r CI/commands/requirements.in
aiosignal==1.3.1
    # via aiohttp
attrs==23.1.0
    # via aiohttp
cffi==1.16.0
    # via cryptography
click==8.1.7
    # via typer
cryptography==41.0.7
    # via pyjwt
frozenlist==1.4.0
    # via
    #   aiohttp
    #   aiosignal
gidgethub==5.3.0
    # via -r CI/commands/requirements.in
idna==3.6
    # via yarl
multidict==6.0.4
    # via
    #   aiohttp
    #   yarl
pycparser==2.21
    # via cffi
pyjwt[crypto]==2.8.0
    # via gidgethub
typer==0.9.0
    # via -r CI/commands/requirements.in
typing-extensions==4.8.0
    # via typer
uritemplate==4.1.1
    # via gidgethub
yarl==1.9.3
    # via aiohttp
