Skip to content

Commit

Permalink
Merge pull request #2 from mamercad/dependabot
Browse files Browse the repository at this point in the history
Dependabot and things
  • Loading branch information
mamercad committed Sep 24, 2021
2 parents 02f30c7 + 352aa21 commit df5efc2
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
python-version: [3.5, 3.6, 3.7, 3.8]
python-version: [3.6, 3.7, 3.8]

steps:

Expand Down
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.0.2] - 2021-09-23

### Added

- Bumped `requests==2.26.0`.

## [0.0.1] - 2021-04-24

### Added

- First version, best version.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ verify_ssl = true
name = "pypi"

[packages]
requests = "==2.25.1"
requests = "==2.26.0"
urllib3 = ">=1.26.5"

[dev-packages]

Expand Down
37 changes: 20 additions & 17 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion assets/lib/commands/in.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#!/usr/bin/env python

import json
import sys


def main():
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
requests==2.25.1
requests==2.26.0

0 comments on commit df5efc2

Please sign in to comment.