Skip to content

Commit

Permalink
Updated requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ishans-crest committed Aug 28, 2024
1 parent 657de02 commit 791af1d
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Linting
on: [push, pull_request]
jobs:
lint:
lint:
# Run per push for internal contributers. This isn't possible for forked pull requests,
# so we'll need to run on PR events for external contributers.
# String comparison below is case insensitive.
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -198,4 +198,4 @@
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.
6 changes: 5 additions & 1 deletion anyrun.json
Original file line number Diff line number Diff line change
Expand Up @@ -2803,9 +2803,13 @@
},
"pip39_dependencies": {
"wheel": [
{
"module": "aiohappyeyeballs",
"input_file": "wheels/py3/aiohappyeyeballs-2.4.0-py3-none-any.whl"
},
{
"module": "aiohttp",
"input_file": "wheels/py39/aiohttp-3.9.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
"input_file": "wheels/py39/aiohttp-3.10.2-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.whl"
},
{
"module": "aiosignal",
Expand Down
2 changes: 1 addition & 1 deletion logo_anyrun.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
aiohttp==3.9.5
aiohttp==3.10.2
aiosignal==1.3.1
async_timeout==4.0.3
attrs==23.2.0
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 791af1d

Please sign in to comment.